【登录-验证码】去除

master
zengchenxi 10 months ago
parent ace0608263
commit e90dfe7e46

@ -166,7 +166,7 @@ mes:
license: MIT
license-url: https://gitee.com/zhijiantianya/ruoyi-vue-pro/blob/master/LICENSE
captcha:
enable: true # 验证码的开关,默认为 true
enable: false # 验证码的开关,默认为 true
codegen:
base-package: ${mes.info.base-package}
db-schemas: ${spring.datasource.dynamic.datasource.master.name}

@ -11,7 +11,7 @@ VITE_OPEN=true
VITE_APP_TENANT_ENABLE=true
# 验证码的开关
VITE_APP_CAPTCHA_ENABLE=true
VITE_APP_CAPTCHA_ENABLE=false
# 百度统计
VITE_APP_BAIDU_CODE = a1ff8825baa73c3a78eb96aa40325abc

Loading…
Cancel
Save