feat: 初始化工程
This commit is contained in:
12
src/store/app.ts
Normal file
12
src/store/app.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { defineStore } from 'pinia'
|
||||
|
||||
export const useAppStore = defineStore('app', {
|
||||
state: () => ({
|
||||
version: '1.0.0.20260905',
|
||||
baseUrl: 'https://cxx0822.s.3q.hair',
|
||||
showFab: true,
|
||||
}),
|
||||
actions: {
|
||||
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user