Просмотр исходного кода

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

hizhangling 1 месяц назад
Родитель
Сommit
5ea477f88c
1 измененных файлов с 1 добавлено и 1 удалено
  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')