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功能;朔黄标注时间点格式化

---
 src/scripts/httpRequest.ts |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/src/scripts/httpRequest.ts b/src/scripts/httpRequest.ts
index 846a592..a4f3cb4 100644
--- a/src/scripts/httpRequest.ts
+++ b/src/scripts/httpRequest.ts
@@ -154,23 +154,6 @@
           errJson.message = `杩炴帴鍑洪敊(${error.response.status})!`
       }
 
-      if (errJson.status >= 400 && errJson.status < 500) {
-        // 璺宠浆閿欒椤甸潰
-        // router.push({
-        //   path: "/error",
-        //   query: errJson
-        // });
-      } else {
-        // 鏈嶅姟鍣ㄩ敊璇��鍑虹郴缁燂紝寮圭獥鎻愮ず
-        // Message({
-        //   showClose: true,
-        //   message: errJson.message,
-        //   type: "error"
-        // });
-        // router.push({
-        //   path: "/login"
-        // });
-      }
     } else {
       errJson.message = '杩炴帴鏈嶅姟鍣ㄥけ璐�!'
       Notification({

--
Gitblit v1.8.0