From ffe481d766ba66c4e616d4f91c7b83c42f1007a8 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang <l287285524@qq.com>
Date: Wed, 28 Jul 2021 23:21:05 +0800
Subject: [PATCH] 1
---
src/router/index.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 2bb7ea4..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
}
--
Gitblit v1.8.0