From 7f37e751c1c9f98671bc3fc06216aeb7781dd386 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期三, 24 二月 2021 07:25:58 +0800
Subject: [PATCH] 应用中心已激活板块版式更新,添加更新tab页,添加批量更新应用和sdk功能;朔黄标注时间点格式化

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

diff --git a/vue.config.js b/vue.config.js
index c5faf7a..254db78 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -78,14 +78,14 @@
         // ws: true,
         changeOrigin: true,
       },
-      "/data/api-v/app/findAllApp": {
-        // target: '/',
-        target: 'http://localhost:8080/',
-        changeOrigin: true,
-        pathRewrite: {
-          '^/data/api-v/app/findAllApp': 'apps.json'
-        }
-      },
+      // "/data/api-v/app/findAllApp": {
+      //   // target: '/',
+      //   target: 'http://localhost:8080/',
+      //   changeOrigin: true,
+      //   pathRewrite: {
+      //     '^/data/api-v/app/findAllApp': 'apps.json'
+      //   }
+      // },
       "/api-c": {
         target: 'http://192.168.20.10:8004',
         changeOrigin: true

--
Gitblit v1.8.0