初始化

master
冷调 2024-08-06 19:49:10 +08:00
parent d2efd6cc41
commit 812b2dfdf4
1 changed files with 1 additions and 1 deletions

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://localhost:8080`,
target: `http://121.199.165.48`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''