Browse Source

fix:引入报错

lupeng 2 months ago
parent
commit
48efc64175
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/pro/traceability/components/testData.vue

+ 1 - 1
src/views/pro/traceability/components/testData.vue

@@ -58,7 +58,7 @@ import {
   useDictionaryStore,
   useDictionaryStore,
   useUserStoreHook,
   useUserStoreHook,
 } from "@/store";
 } from "@/store";
-import {testData} from "@/api/process/index.js";
+import {testData} from "@/api/process/index";
 
 
 // 数据字典相关
 // 数据字典相关
 const { dicts } = useDictionaryStore();
 const { dicts } = useDictionaryStore();