From cef80c753357bb0207a9e08e3b6b1fc6f2349a3d Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期二, 17 十一月 2020 17:40:03 +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