fix: 路由错误

This commit is contained in:
RubyLiu 2024-01-31 17:37:49 +08:00 committed by Craftsman
parent a482f3f57b
commit 8837bd20d3
1 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
// import { WorkbenchRouteEnum } from '@/enums/routeEnum';
import { WorkbenchRouteEnum } from '@/enums/routeEnum';
// import { DEFAULT_LAYOUT } from '../base';
// import type { AppRouteRecordRaw } from '../types';
import { DEFAULT_LAYOUT } from '../base';
import type { AppRouteRecordRaw } from '../types';
// const Workbench: AppRouteRecordRaw = {
// path: '/workbench',
@ -28,4 +28,3 @@
// };
// export default Workbench;
export default {};