Commit 5e12d40d authored by liwei's avatar liwei

物理模型元模型路由

parent 1447bfe3
......@@ -106,6 +106,28 @@ export const CommonFileRoute: AppRouteRecordRaw = {
],
};
export const PhysicsModelRoute: AppRouteRecordRaw = {
path: '/metaModel',
name: 'metaModel',
component: LAYOUT,
meta: {
title: '编辑物理模型',
icon: '',
hidden: true,
currentActiveMenu: '/metaModel/physicsModel',
},
children: [
{
path: 'physicsModel/EditRowTable',
name: 'editRowTable',
component: () => import('@/views/metaModel/physicsModel/EditRowTable.vue'),
meta: {
title: '编辑物理模型',
icon: '',
},
},
],
};
export const WorkSpaceRoute: AppRouteRecordRaw = {
path: '/workspace',
......@@ -137,6 +159,7 @@ export const basicRoutes = [
UserRoute,
WorkSpaceRoute,
CommonFileRoute,
PhysicsModelRoute,
// RootRoute,
...mainOutRoutes,
REDIRECT_ROUTE,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment