From a5604d778ca31451a95d8dabdf94f7ebc78e5c55 Mon Sep 17 00:00:00 2001 From: zhaoxiaoqiang <287285524@qq.com> Date: Fri, 14 Apr 2023 11:24:10 +0800 Subject: [PATCH] v-console --- 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