mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-10-27 06:57:12 +08:00
fix: 修复系统配置无法实时更新及登录页面显示错误
This commit is contained in:
@@ -27,7 +27,7 @@ const recursionMenu = (
|
||||
});
|
||||
};
|
||||
const useAppStore = defineStore('app', {
|
||||
state: (): AppState => ({ ...defaultSettings }),
|
||||
state: (): AppState => ({ ...defaultSettings, config: {} }),
|
||||
|
||||
getters: {
|
||||
appCurrentSetting(state: AppState): AppState {
|
||||
|
||||
Reference in New Issue
Block a user