diff --git a/vue.config.js b/vue.config.js index f116360..d6ff8a2 100644 --- a/vue.config.js +++ b/vue.config.js @@ -39,6 +39,7 @@ module.exports = { proxy: { [process.env.VUE_APP_BASE_API]: { target: 'http://139.219.4.195:8003', + // 测试地址 // target: 'http://192.168.1.161:8003', pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''