mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-10-31 10:57:13 +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 { | ||||
|   | ||||
| @@ -24,5 +24,5 @@ export interface AppState { | ||||
|   menuFromServer: boolean; | ||||
|   serverMenu: RouteRecordNormalized[]; | ||||
|   [key: string]: unknown; | ||||
|   config?: Config; | ||||
|   config: Config; | ||||
| } | ||||
|   | ||||
| @@ -184,7 +184,7 @@ | ||||
|  | ||||
| <style lang="less" scoped> | ||||
|   .login-form { | ||||
|     margin-top: 32px; | ||||
|     margin-top: 15px; | ||||
|     &-wrapper { | ||||
|       width: 320px; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Bull-BCLS
					Bull-BCLS