修改验证码

pull/1/head
zzh 2024-08-22 08:53:59 +08:00 committed by 张腾
parent eab8380422
commit 937c4baf4d
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -35,7 +35,7 @@ module.exports = {
proxy: { proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy // detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: { [process.env.VUE_APP_BASE_API]: {
target: `http://12.2.1.1`, target: `http://12.2.1.1/prod-api`,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: '' ['^' + process.env.VUE_APP_BASE_API]: ''