[feature] Add id field in FlowChart page

This commit is contained in:
xue jiahao
2024-11-18 18:47:25 +08:00
parent f26ef1dd42
commit d833ebb086
4 changed files with 41 additions and 21 deletions

View File

@@ -6,7 +6,7 @@ const routes: RouteRecordRaw[] = [
component: () => import('pages/LoginPage.vue')
},
{
path:'/FlowChart',
path:'/FlowChart/:id',
component:()=>import('layouts/MainLayout.vue'),
children:[
{path:'',component:()=>import('pages/FlowChart.vue')}