!8 sync 同步ruoyi-vue-plus更新

fix -- 修复代码生成页面错误bug
fix -- 调整返回类型为R,修正脚本
This commit is contained in:
KonBAI
2022-01-30 15:34:26 +00:00
parent 47539482b4
commit a423f02fad
187 changed files with 2181 additions and 1821 deletions

View File

@@ -74,45 +74,6 @@ export const constantRoutes = [
}
]
},
{
path: '/definition',
component: Layout,
hidden: true,
children: [
{
path: 'designer/index',
component: () => import('@/views/workflow/definition/designer'),
name: 'WorkflowDesigner',
meta: { title: '流程设计', icon: '' }
}
]
},
{
path: '/task',
component: Layout,
hidden: true,
children: [
{
path: 'record/index',
component: () => import('@/views/workflow/task/record/index'),
name: 'Record',
meta: { title: '流程处理', icon: '' }
}
]
},
{
path: '/tool',
component: Layout,
hidden: true,
children: [
{
path: 'build/index',
component: () => import('@/views/tool/build/index'),
name: 'FormBuild',
meta: { title: '表单配置', icon: '' }
}
]
},
{
path: '/user',
component: Layout,