This commit is contained in:
77
2024-05-21 09:54:44 +08:00
parent a37d27f1ca
commit 8101f2d295
12 changed files with 19 additions and 19 deletions

View File

@@ -35,8 +35,8 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://localhost:8080`,
// target: `http://124.222.254.188:8090`,
// target: `http://localhost:8080`,
target: `http://124.222.254.188:8090`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''