diff --git a/yudao-admin-vue3/.env.prod b/yudao-admin-vue3/.env.prod index 4688fde..37dced9 100644 --- a/yudao-admin-vue3/.env.prod +++ b/yudao-admin-vue3/.env.prod @@ -31,3 +31,6 @@ VITE_OUT_DIR=dist-prod # 商城H5会员端域名 VITE_MALL_H5_DOMAIN='https://zysc.fjptzykj.com' + +# 验证码的开关 +VITE_APP_CAPTCHA_ENABLE=false diff --git a/yudao-admin-vue3/src/views/Login/Login.vue b/yudao-admin-vue3/src/views/Login/Login.vue index fa9e652..9274ea1 100644 --- a/yudao-admin-vue3/src/views/Login/Login.vue +++ b/yudao-admin-vue3/src/views/Login/Login.vue @@ -9,7 +9,7 @@ >
- + {{ underlineToHump(appStore.getTitle) }}
@@ -33,7 +33,7 @@ class="flex items-center justify-between text-white at-2xl:justify-end at-xl:justify-end" >
- + {{ underlineToHump(appStore.getTitle) }}