mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): support directory menu hide all child menus. fixed #325
This commit is contained in:
7
src/typings/elegant-router.d.ts
vendored
7
src/typings/elegant-router.d.ts
vendored
@ -26,6 +26,10 @@ declare module "@elegant-router/types" {
|
||||
"500": "/500";
|
||||
"about": "/about";
|
||||
"function": "/function";
|
||||
"function_hide-child": "/function/hide-child";
|
||||
"function_hide-child_one": "/function/hide-child/one";
|
||||
"function_hide-child_three": "/function/hide-child/three";
|
||||
"function_hide-child_two": "/function/hide-child/two";
|
||||
"function_multi-tab": "/function/multi-tab";
|
||||
"function_tab": "/function/tab";
|
||||
"home": "/home";
|
||||
@ -109,6 +113,9 @@ declare module "@elegant-router/types" {
|
||||
| "500"
|
||||
| "login"
|
||||
| "about"
|
||||
| "function_hide-child_one"
|
||||
| "function_hide-child_three"
|
||||
| "function_hide-child_two"
|
||||
| "function_multi-tab"
|
||||
| "function_tab"
|
||||
| "home"
|
||||
|
Reference in New Issue
Block a user