|
@@ -343,6 +343,7 @@ export default {
|
|
},
|
|
},
|
|
redirectIfNess() {
|
|
redirectIfNess() {
|
|
var href = window.location.href;
|
|
var href = window.location.href;
|
|
|
|
+ alert(href, '<====== 当前页面的地址')
|
|
if (href.indexOf('path') > 0) {
|
|
if (href.indexOf('path') > 0) {
|
|
const linkAddress = href.split('path=/#')[1]
|
|
const linkAddress = href.split('path=/#')[1]
|
|
const paths = linkAddress.split('&hasTriedAutoLogin')[0]
|
|
const paths = linkAddress.split('&hasTriedAutoLogin')[0]
|