Browse Source

[feat][打包][api引用路径错误]

hizhangling 1 month atrás
parent
commit
5ea477f88c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/xjc-platform/collection/index.vue

+ 1 - 1
src/views/xjc-platform/collection/index.vue

@@ -155,7 +155,7 @@
 </template>
 
 <script setup name="Collection">
-import { listCollection, getCollection, delCollection, addCollection, updateCollection } from "@/api/platform/collection"
+import { listCollection, getCollection, delCollection, addCollection, updateCollection } from "@/api/xjc-platform/collection"
 
 const { proxy } = getCurrentInstance()
 const { content_type } = proxy.useDict('content_type')