update 调整路由
This commit is contained in:
@ -164,7 +164,7 @@ export const dynamicRoutes: RouteRecordRaw[] = [
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/demo/leaveEdit',
|
||||
path: '/workflow/leaveEdit',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
permissions: ['demo:leave:edit'],
|
||||
@ -173,7 +173,7 @@ export const dynamicRoutes: RouteRecordRaw[] = [
|
||||
path: 'index',
|
||||
component: () => import('@/views/workflow/leave/leaveEdit.vue'),
|
||||
name: 'leaveEdit',
|
||||
meta: { title: '请假申请', activeMenu: '/demo/leave', noCache: true }
|
||||
meta: { title: '请假申请', activeMenu: '/workflow/leave', noCache: true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user