打开标准详情页面
This commit is contained in:
+1
-1
@@ -190,7 +190,7 @@ router.beforeEach(function (to, from, next) {
|
||||
}
|
||||
} else {
|
||||
if ((token === null || token === '' ) && toName === 'OtherStandardDetails') {
|
||||
if (localStorage.getItem('hrefToken')) {
|
||||
if (document.cookie) {
|
||||
next()
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user