zhaoxiaoqiang
2021-09-16 dcc61fc4b536f672d36508b6a2717a12ca6cc8cb
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
            }