feat:对接了strapi 接口

This commit is contained in:
2025-05-03 19:51:37 +08:00
parent 3e2aa46ea1
commit f31c30116a
17 changed files with 562 additions and 369 deletions
+2 -1
View File
@@ -23,8 +23,9 @@ declare module '@vue/runtime-core' {
ElLink: typeof import('element-plus/es')['ElLink']
ElMenu: typeof import('element-plus/es')['ElMenu']
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
ElOption: typeof import('element-plus/es')['ElOption']
ElRow: typeof import('element-plus/es')['ElRow']
ElTag: typeof import('element-plus/es')['ElTag']
ElSelect: typeof import('element-plus/es')['ElSelect']
ImgPreview: typeof import('./src/components/ImgPreview.vue')['default']
Layout: typeof import('./src/components/Layout.vue')['default']
ObjectRect: typeof import('./src/components/ObjectRect.vue')['default']