修复了登陆时首页蓝点未点亮的bug

This commit is contained in:
蒋吉兆
2021-01-24 17:36:38 +08:00
parent 18571ca224
commit 718574cdf3
3 changed files with 12 additions and 9 deletions

View File

@@ -5,7 +5,6 @@ import getPageTitle from '@/utils/page'
let asyncRouterFlag = 0
const whiteList = ['login']
router.beforeEach(async(to, from, next) => {
const token = store.getters['user/token']
// 在白名单中的判断情况