diff --git a/src/views/home/home.vue b/src/views/home/home.vue index 4b75072..801d995 100644 --- a/src/views/home/home.vue +++ b/src/views/home/home.vue @@ -75,8 +75,7 @@ export default { .catch(() => { this.showErrorDialog('您的登录已过期,请退出重试') }) - } - // else this.showErrorDialog('页面访问有误,请重试') + } else this.showErrorDialog('页面访问有误,请重试') } }