From 5346354c8b6685d4c111041a8c5a4d61dae13050 Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期四, 28 五月 2020 10:31:46 +0800 Subject: [PATCH] 添加任务总揽菜单 --- vue.config.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vue.config.js b/vue.config.js index 62bafb5..af4341e 100644 --- a/vue.config.js +++ b/vue.config.js @@ -6,7 +6,7 @@ '/api/api': { target: 'http://srs.highdatas.com:8090', // target: 'http://192.168.31.233:8090', - + // target: 'http://ichwt2.natappfree.cc', changeOrigin: true, ws: true, pathRewrite: { -- Gitblit v1.8.0