From e6758ef29bd686e894b4679edf1bd88436b84148 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期三, 13 一月 2021 19:07:03 +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 ce1b779..021cdfc 100644 --- a/vue.config.js +++ b/vue.config.js @@ -87,7 +87,7 @@ } }, "/api-c": { - target: 'http://192.168.20.113:8001', + target: 'http://192.168.20.113:8002', changeOrigin: true }, "/api-v": { -- Gitblit v1.8.0