【修复】修复登录界面刷新后无缓冲情况下报错问题

pull/96/head v2.2.4
xuyuxiang 2023-03-23 12:09:22 +08:00
parent 6f702b6e55
commit d1e8ca972f
1 changed files with 1 additions and 1 deletions

View File

@ -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',