change(login): 关闭验证码功能

- 将 captchaEnabled 属性从 true 修改为 false,以禁用验证码
(参数管理页面中也将验证码设为false)
master
zch 7 months ago
parent 6d3be17b1b
commit 607c5fb4df

@ -89,7 +89,7 @@ export default {
},
loading: false,
//
captchaEnabled: true,
captchaEnabled: false,
//
register: false,
redirect: undefined

Loading…
Cancel
Save