修改验证码

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,
//
captchaEnabled: true,
captchaEnabled: false,
//
register: true,
redirect: undefined

View File

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