角色列表添加
This commit is contained in:
@@ -17,7 +17,6 @@ router.beforeEach((to, from, next) => {
|
||||
loading.show()
|
||||
window.existLoading = true
|
||||
}
|
||||
console.log(to)
|
||||
if (to.path == '/login' || to.path == '/404') {
|
||||
// 登录或者注册才可以往下进行
|
||||
next()
|
||||
|
||||
Reference in New Issue
Block a user