From b52656f254b5d81d49aed544ed51b26a7b932f06 Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期二, 17 三月 2020 15:33:55 +0800 Subject: [PATCH] 调整 --- vue.config.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/vue.config.js b/vue.config.js index 8c3779d..4443c17 100644 --- a/vue.config.js +++ b/vue.config.js @@ -6,7 +6,9 @@ devServer: { proxy: { '/api/api': { - target: 'http://highdatas.com:8090', + //target: 'http://srs.highdatas.com:8090', + target: 'http://kimi.ngrok2.xiaomiqiu.cn', + changeOrigin: true, ws: true, pathRewrite: { -- Gitblit v1.8.0