diff --git a/vue.config.js b/vue.config.js index 31745eb..261a3bc 100644 --- a/vue.config.js +++ b/vue.config.js @@ -35,10 +35,9 @@ module.exports = { proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - // target: `http://192.168.0.234:38080/hd-real-name`, // 方亮 + target: `http://127.0.0.1:38080/hd-real-name`, // 方亮 // target: `http://192.168.0.60:38080//hd-real-name`, // 赵福海 // target: `http://192.168.0.133:38080`, // 梁超 - target: `http://192.168.0.14:1999/hd-real-name/`, // 测试环境 pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: '', },