This commit is contained in:
2024-01-11 23:28:38 +08:00
parent e9561bfb2d
commit 8a37345ffc
9 changed files with 726 additions and 198 deletions

View File

@@ -31,6 +31,8 @@ import MultipleMenu from './extension/MultipleMenu';
import Sub1 from './smenu/Sub1';
import Sub2 from './smenu/Sub2';
import Env from './env';
import Home from './visualize/Home';
import UserManage from './management/UserManage';
const WysiwygBundle = Loadable({
// 按需加载富文本配置
@@ -67,4 +69,6 @@ export default {
Sub1,
Sub2,
Env,
Home,
UserManage,
} as any;