mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-15 21:23:41 +08:00
feat(projects): 添加插件示例:剪贴板
This commit is contained in:
4
src/typings/elegant-router.d.ts
vendored
4
src/typings/elegant-router.d.ts
vendored
@@ -57,6 +57,8 @@ declare module "@elegant-router/types" {
|
||||
"multi-menu_second": "/multi-menu/second";
|
||||
"multi-menu_second_child": "/multi-menu/second/child";
|
||||
"multi-menu_second_child_home": "/multi-menu/second/child/home";
|
||||
"plugin": "/plugin";
|
||||
"plugin_copy": "/plugin/copy";
|
||||
"user-center": "/user-center";
|
||||
};
|
||||
|
||||
@@ -111,6 +113,7 @@ declare module "@elegant-router/types" {
|
||||
| "login"
|
||||
| "manage"
|
||||
| "multi-menu"
|
||||
| "plugin"
|
||||
| "user-center"
|
||||
>;
|
||||
|
||||
@@ -151,6 +154,7 @@ declare module "@elegant-router/types" {
|
||||
| "manage_user"
|
||||
| "multi-menu_first_child"
|
||||
| "multi-menu_second_child_home"
|
||||
| "plugin_copy"
|
||||
| "user-center"
|
||||
>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user