diff --git a/pages/dev/dev/Api/Api.vue b/pages/dev/dev/Api/Api.vue index e4e6f6a..662ebd1 100644 --- a/pages/dev/dev/Api/Api.vue +++ b/pages/dev/dev/Api/Api.vue @@ -6,7 +6,7 @@ */ import { yo - } from '@/api/index.js' + } from '@/api' import { ref } from 'vue' diff --git a/pages/dev/dev/Pinia/Pinia.vue b/pages/dev/dev/Pinia/Pinia.vue index df5acca..115aa57 100644 --- a/pages/dev/dev/Pinia/Pinia.vue +++ b/pages/dev/dev/Pinia/Pinia.vue @@ -4,9 +4,9 @@ * user:sa0ChunLuyu * date:2022-04-19 18:57:41 */ - import { - useStore - } from '@/store/index.js'; + import { + useStore + } from '@/store' const $store = useStore()