From a4f7debe04766287a86088a029026c4b12a29563 Mon Sep 17 00:00:00 2001 From: jianjun Date: Mon, 13 Sep 2021 09:49:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E7=AB=AF=E6=9C=8D=E5=8A=A1=E6=9A=82?= =?UTF-8?q?=E6=97=B6=E4=B8=8D=E8=B5=B0gataway?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 8c9d938..c0fe2cf 100644 --- a/vue.config.js +++ b/vue.config.js @@ -17,8 +17,9 @@ module.exports = { // 开发环境默认开启反向代理,如果不需要请自行注释 proxy: { '/tduck-api': { - target: 'http://localhost:8080/api/', - //target: 'http://localhost:8116', + //target: 'http://localhost:8080/api/', + target: 'http://localhost:8116', + target: 'http://192.168.1.142:8116', //target: 'http://epmet-dev.elinkservice.cn:40002', changeOrigin: true }