增加权限验证模块

Signed-off-by: YangWork <yang@xixingwl.cn>
This commit is contained in:
YangWork
2023-02-08 18:02:15 +08:00
parent 1d50b93bf0
commit c6caad4bc8
27 changed files with 2896 additions and 21 deletions

View File

@@ -63,5 +63,14 @@
}
},
"uniIdRouter": {}
"uniIdRouter": {},
"condition": {
"current": 0,
"list": [
{
"name": "login",
"path": "pages/login/login"
}
]
}
}