新增:是否开启验证码state配置

pull/57/head
李强 2022-05-13 11:20:12 +08:00
parent 9b77fc1982
commit 9568ac0e00
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,8 @@ export default {
keepRecord: '', // 备案 keepRecord: '', // 备案
helpUrl: '', // 帮助地址 helpUrl: '', // 帮助地址
privacyUrl: '', // 隐私 privacyUrl: '', // 隐私
clauseUrl: '' // 条款 clauseUrl: '', // 条款
captchaState: true // 是否开启验证码
}, },
actions: { actions: {
/** /**
@ -56,6 +57,7 @@ export default {
state.helpUrl = res.help_url state.helpUrl = res.help_url
state.privacyUrl = res.privacy_url state.privacyUrl = res.privacy_url
state.clauseUrl = res.clause_url state.clauseUrl = res.clause_url
state.captchaState = res.captcha_state
} }
}, },
mutations: { mutations: {