mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-06-12 13:19:31 +08:00
refactor: 对token配置进行重构、同时修复token获取失败的问题
This commit is contained in:
+5
-1
@@ -4,7 +4,11 @@ export const _AppMockJsonKey = 'APP_GLOBAL_MOCK_JSON';
|
||||
|
||||
// 默认的应用设置
|
||||
export const DefaultAppConfigs = {
|
||||
basicConfig: {},
|
||||
basicConfig: {
|
||||
tokenConfig: {
|
||||
personalToken: "",
|
||||
}
|
||||
},
|
||||
loveConfig: {},
|
||||
imagesConfig: {},
|
||||
authorConfig: {},
|
||||
|
||||
Reference in New Issue
Block a user