【修复】修复登录界面刷新后无缓冲情况下报错问题
This commit is contained in:
parent
6f702b6e55
commit
d1e8ca972f
@ -120,7 +120,7 @@
|
||||
return {
|
||||
activeKey: 'userAccount',
|
||||
sysBaseConfig: store.state.global.sysBaseConfig || tool.data.get('SNOWY_SYS_BASE_CONFIG'),
|
||||
captchaOpen: tool.data.get('SNOWY_SYS_BASE_CONFIG').SNOWY_SYS_DEFAULT_CAPTCHA_OPEN,
|
||||
captchaOpen: config.SYS_BASE_CONFIG.SNOWY_SYS_DEFAULT_CAPTCHA_OPEN,
|
||||
validCodeBase64: '',
|
||||
ruleForm: {
|
||||
account: 'superAdmin',
|
||||
|
Loading…
x
Reference in New Issue
Block a user