|
@ -3,7 +3,6 @@ import { defineStore } from 'pinia' |
|
|
import type { homePageInterface } from '@/api' |
|
|
import type { homePageInterface } from '@/api' |
|
|
import { get } from '@/tools/request' |
|
|
import { get } from '@/tools/request' |
|
|
export const mainWrapperStore = defineStore("mainWrapper", () => { |
|
|
export const mainWrapperStore = defineStore("mainWrapper", () => { |
|
|
|
|
|
|
|
|
}) |
|
|
}) |
|
|
export const homePageStore = defineStore("homePage", () => { |
|
|
export const homePageStore = defineStore("homePage", () => { |
|
|
const idShow = reactive({ |
|
|
const idShow = reactive({ |
|
|