初始化

master
法外狂徒张三 2024-08-25 09:11:29 +08:00
parent df3cf23b8b
commit def726ecab
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:8081`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''