fix: template

This commit is contained in:
archer
2023-06-20 10:40:49 +08:00
parent a02a528737
commit 3166376173
6 changed files with 12 additions and 36 deletions

View File

@@ -19,7 +19,8 @@ export const useGlobalStore = create<State>()(
immer((set, get) => ({
initData: {
beianText: '',
googleVerKey: ''
googleVerKey: '',
baiduTongji: false
},
async loadInitData() {
try {