fix user operation problems

This commit is contained in:
BinTianqi
2024-02-01 15:34:08 +08:00
parent ca46a775c8
commit 71bf3842b9
7 changed files with 197 additions and 65 deletions

View File

@@ -160,7 +160,7 @@ fun MyScaffold(){
composable(route = "Permissions", content = { DpmPermissions(navCtrl)})
composable(route = "ApplicationManage", content = { ApplicationManage()})
composable(route = "UserRestriction", content = { UserRestriction()})
composable(route = "UserManage", content = { UserManage()})
composable(route = "UserManage", content = { UserManage(navCtrl)})
composable(route = "Password", content = { Password()})
composable(route = "AppSetting", content = { AppSetting(navCtrl)})
}