张毅的前台修改82端口

master
张毅大神 2024-09-10 17:52:48 +08:00
parent 91eb87884d
commit 3f640cfce1
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://10.0.2.1/prod-api`,
target: `http://10.0.2.1:82`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''