This commit is contained in:
2024-01-15 23:44:28 +08:00
parent 0281ce9dd6
commit 7b68496aa1
8 changed files with 58 additions and 20 deletions

View File

@@ -34,6 +34,7 @@ import Env from './env';
import Home from './visualize/Home';
import UserManage from './management/UserManage';
import BlankPage from './management/BlankPage';
import StationInfo from './station/StationInfo';
const WysiwygBundle = Loadable({
// 按需加载富文本配置
@@ -73,4 +74,5 @@ export default {
Home,
UserManage,
BlankPage,
StationInfo,
} as any;