From 9a4b79689904a42583493b45a6b1b9294af49673 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期二, 15 六月 2021 16:07:17 +0800
Subject: [PATCH] 修复数据栈选中后无效http请求的问题

---
 vue.config.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index a0cb604..54707a5 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -91,7 +91,7 @@
       },
       "/data/api-v/app/findAllApp": {
         // target: '/',
-        target: 'http://localhost:8080/',
+        target: 'http://localhost:8081/',
         changeOrigin: true,
         pathRewrite: {
           '^/data/api-v/app/findAllApp': 'apps.json'

--
Gitblit v1.8.0