mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-03 21:48:02 +00:00
fix: template
This commit is contained in:
@@ -19,7 +19,8 @@ export const useGlobalStore = create<State>()(
|
||||
immer((set, get) => ({
|
||||
initData: {
|
||||
beianText: '',
|
||||
googleVerKey: ''
|
||||
googleVerKey: '',
|
||||
baiduTongji: false
|
||||
},
|
||||
async loadInitData() {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user