Browse Source

本地更改的描述

master
panda 7 months ago
parent
commit
13ac36d8f8
  1. 1
      src/stores/index.ts

1
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({

Loading…
Cancel
Save