From 9203a43facf5fd967aaafcfc41541a9f4565869a Mon Sep 17 00:00:00 2001 From: li-guang <153605324@qq.com> Date: Thu, 07 Jan 2021 11:29:28 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/jyyforjava/hive-app --- hive-app/pages/login/index.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/hive-app/pages/login/index.vue b/hive-app/pages/login/index.vue index 03f06fb..eea530f 100644 --- a/hive-app/pages/login/index.vue +++ b/hive-app/pages/login/index.vue @@ -54,7 +54,6 @@ methods:{ isLogin(){ let token = this.$httpUtils.getToken(); - console.log(token) if(token){ uni.switchTab({ url: '../workbench/index' -- Gitblit v1.9.1