From 263fd84ea088fd6d7e8d063b7913b2d15e5fde74 Mon Sep 17 00:00:00 2001 From: zhaoxiaoqiang <287285524@qq.com> Date: Thu, 16 Sep 2021 16:45:30 +0800 Subject: [PATCH] 左侧点击16:45:28 --- src/router/index.js | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 4f0c3da..a65ce6a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -35,7 +35,6 @@ //判断地址是否带有token参数有就截取存储 if(location.href.split('?')[1]){ if(location.href.split('?')[1].split('token=')[1]){ - console.log('qqq:',location.href.split('?')[1]) let str = location.href.split('?')[1].split('token=')[1] localStorage.hjToken = str } @@ -47,10 +46,8 @@ }else{ var appToken = str } - } } - console.log('token:',localStorage.hjToken) let user_pwd = localStorage.user_pwd; let hjToken = localStorage.hjToken; // let appToken = sessionStorage.appToken; -- Gitblit v1.8.0