This commit is contained in:
77
2024-05-19 01:35:18 +08:00
parent cfccfafff3
commit c3bfc47ed7
3 changed files with 17 additions and 15 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]: ''