工具发布流程和使用申请流程
This commit is contained in:
@@ -41,6 +41,12 @@ export const constantRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
// 统一流程处理前端页面(涉及待办、已办、办结)
|
||||
path: '/workflowRouter',
|
||||
component: (resolve) => require(['@/views/workflowList/workflowRouter.vue'], resolve),
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/login',
|
||||
component: () => import('@/views/login'),
|
||||
|
||||
Reference in New Issue
Block a user