From 4cdeeb4a3656a35c4b91cbcdd99d8b7c679f5e84 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期二, 17 十一月 2020 15:27:13 +0800 Subject: [PATCH] 修复一些日志设置 --- web_src/src/components/channelList.vue | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/web_src/src/components/channelList.vue b/web_src/src/components/channelList.vue index b539e8c..b3872ee 100644 --- a/web_src/src/components/channelList.vue +++ b/web_src/src/components/channelList.vue @@ -234,6 +234,12 @@ }).then(function (res) { console.log(JSON.stringify(res)); that.initData(); + }).catch(function (error) { + if (error.response.status == 402) { // 宸茬粡鍋滄杩� + that.initData(); + }else { + console.log(e) + } }); }, -- Gitblit v1.8.0