初始化

wangxinyuan
chaiyapeng 2024-08-21 15:08:44 +08:00
parent 5ec106e45c
commit 35aa48cb63
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ export default {
},
loading: false,
//
captchaEnabled: true,
captchaEnabled: false,
//
register: false,
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://172.13.1.1/prod-api`,
target: `http://127.0.0.1/8080`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''