Optimize route

This commit is contained in:
2024-01-24 16:09:16 +08:00
parent 7ad480e23a
commit 983d8e0923
5 changed files with 29 additions and 14 deletions

1
src/global.d.ts vendored
View File

@@ -25,6 +25,7 @@ interface RouteJsonObject {
menu?: boolean
auth?: boolean
permission?: boolean
operationCode?: string
autoHide?: boolean
children?: RouteJsonObject[]
}