打开标准详情页面

This commit is contained in:
宋伟佳
2022-04-25 10:23:13 +08:00
parent cf4ca56254
commit 21a543dfba
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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
}