From 801770456ae3750a44e0989b0025a98ccbad24e6 Mon Sep 17 00:00:00 2001 From: bob <bob.zhang@highdatas.com> Date: 星期四, 13 八月 2020 17:13:53 +0800 Subject: [PATCH] 最新 --- vue.config.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index af4341e..d28944c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -4,8 +4,8 @@ devServer: { proxy: { '/api/api': { - target: 'http://srs.highdatas.com:8090', - // target: 'http://192.168.31.233:8090', + // target: 'http://srs.highdatas.com:8090', + target: 'http://192.168.31.233:8090', // target: 'http://ichwt2.natappfree.cc', changeOrigin: true, ws: true, -- Gitblit v1.8.0