lwj 2024-08-22 00:34:49 +08:00
commit 9cee767429
2 changed files with 4 additions and 1 deletions

View File

@ -90,6 +90,9 @@ export default {
loading: false,
//
captchaEnabled: true,
//
register: true,
redirect: undefined

View File

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