部分页面调整

This commit is contained in:
X1627315083
2024-06-17 11:32:31 +08:00
parent 363b880276
commit 9b8134989d
19 changed files with 192 additions and 106 deletions

View File

@@ -187,8 +187,6 @@ router.beforeEach((to, from, next) => {
return false
}
});
console.log(systemUser);
if(systemUser.value == 0){
if(isSystemUserRouteList.indexOf(to.path) > -1){
next();