diff --git a/src/stores/index.ts b/src/stores/index.ts index 87a7e97..ba14d6a 100644 --- a/src/stores/index.ts +++ b/src/stores/index.ts @@ -3,7 +3,6 @@ import { defineStore } from 'pinia' import type { homePageInterface } from '@/api' import { get } from '@/tools/request' export const mainWrapperStore = defineStore("mainWrapper", () => { - }) export const homePageStore = defineStore("homePage", () => { const idShow = reactive({