소스 검색

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

hizhangling 1 개월 전
부모
커밋
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')