From ee6334e04918051381498764e97d58262ae9bd0b Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang <287285524@qq.com>
Date: Wed, 01 Sep 2021 17:55:38 +0800
Subject: [PATCH] 升档
---
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