|
@@ -404,7 +404,7 @@ export const constantRoutes: AppRouteRecordRaw[] = [
|
|
|
},
|
|
|
{
|
|
|
path: 'componentCommunication',
|
|
|
- component: () => import('@/views/test/componentCommunication/index.vue'),
|
|
|
+ component: () => import('@/views/test/componentCommunication/index1.vue'),
|
|
|
name: 'componentCommunication',
|
|
|
meta: { title: '组件通信方式' }
|
|
|
}
|
|
@@ -429,28 +429,28 @@ export const local_permissionsMenuList: Array<AppRouteRecordRaw> = [
|
|
|
children: [
|
|
|
{
|
|
|
path: 'user',
|
|
|
- // component: () => import('@/views/setting/user/index.vue'),
|
|
|
+ // component: () => import('@/views/setting/user/index1.vue'),
|
|
|
component: 'setting/user/index',
|
|
|
name: 'user',
|
|
|
meta: { title: '用户管理', icon: 'icon-logo' } // 本地icon
|
|
|
},
|
|
|
{
|
|
|
path: 'role',
|
|
|
- // component: () => import('@/views/setting/role/index.vue'),
|
|
|
+ // component: () => import('@/views/setting/role/index1.vue'),
|
|
|
component: 'setting/role/index',
|
|
|
name: 'role',
|
|
|
meta: { title: '角色管理', icon: 'le-amazon' } // le-iconfont
|
|
|
},
|
|
|
{
|
|
|
path: 'post',
|
|
|
- // component: () => import('@/views/setting/post/index.vue'),
|
|
|
+ // component: () => import('@/views/setting/post/index1.vue'),
|
|
|
component: 'setting/post/index',
|
|
|
name: 'post',
|
|
|
meta: { title: '岗位管理', icon: '' }
|
|
|
},
|
|
|
{
|
|
|
path: 'app',
|
|
|
- // component: () => import('@/views/setting/app/index.vue'),
|
|
|
+ // component: () => import('@/views/setting/app/index1.vue'),
|
|
|
component: 'setting/app/index',
|
|
|
name: 'app',
|
|
|
meta: { title: '应用管理', icon: '' }
|
|
@@ -458,28 +458,28 @@ export const local_permissionsMenuList: Array<AppRouteRecordRaw> = [
|
|
|
|
|
|
{
|
|
|
path: 'department',
|
|
|
- // component: () => import('@/views/setting/department/index.vue'),
|
|
|
+ // component: () => import('@/views/setting/department/index1.vue'),
|
|
|
component: 'setting/department/index',
|
|
|
name: 'department',
|
|
|
meta: { title: '部门管理', icon: '' }
|
|
|
},
|
|
|
{
|
|
|
path: 'region',
|
|
|
- // component: () => import('@/views/setting/region/index.vue'),
|
|
|
+ // component: () => import('@/views/setting/region/index1.vue'),
|
|
|
component: 'setting/region/index',
|
|
|
name: 'region',
|
|
|
meta: { title: '行政区域', icon: '' }
|
|
|
},
|
|
|
{
|
|
|
path: 'configure',
|
|
|
- // component: () => import('@/views/setting/configure/index.vue'),
|
|
|
+ // component: () => import('@/views/setting/configure/index1.vue'),
|
|
|
component: 'setting/configure/index',
|
|
|
name: 'configure',
|
|
|
meta: { title: '扩展配置', icon: '' }
|
|
|
},
|
|
|
{
|
|
|
path: 'dict',
|
|
|
- // component: () => import('@/views/setting/dict/index.vue'),
|
|
|
+ // component: () => import('@/views/setting/dict/index1.vue'),
|
|
|
component: 'setting/dict/index',
|
|
|
name: 'dict',
|
|
|
meta: { title: '字典管理', icon: '' }
|
|
@@ -510,42 +510,42 @@ export const local_permissionsMenuList: Array<AppRouteRecordRaw> = [
|
|
|
},
|
|
|
{
|
|
|
path: 'group',
|
|
|
- // component: () => import('@/views/flow/group/index.vue'),
|
|
|
+ // component: () => import('@/views/flow/group/index1.vue'),
|
|
|
component: 'flow/group/index',
|
|
|
name: 'flow_group',
|
|
|
meta: { title: '流程组 - ui调整', icon: '' }
|
|
|
},
|
|
|
{
|
|
|
path: 'form',
|
|
|
- // component: () => import('@/views/flow/form/index.vue'),
|
|
|
+ // component: () => import('@/views/flow/form/index1.vue'),
|
|
|
component: 'flow/form/index',
|
|
|
name: 'flow_form',
|
|
|
meta: { title: '流程表单', icon: '' }
|
|
|
},
|
|
|
{
|
|
|
path: 'create',
|
|
|
- // component: () => import('@/views/flow/create/index.vue'),
|
|
|
+ // component: () => import('@/views/flow/create/index1.vue'),
|
|
|
component: 'flow/create/index',
|
|
|
name: 'flow_create',
|
|
|
meta: { title: '创建流程', icon: '' }
|
|
|
},
|
|
|
{
|
|
|
path: 'task',
|
|
|
- // component: () => import('@/views/flow/task/index.vue'),
|
|
|
+ // component: () => import('@/views/flow/task/index1.vue'),
|
|
|
component: 'flow/task/index',
|
|
|
name: 'flow_task',
|
|
|
meta: { title: '流程任务', icon: '' }
|
|
|
},
|
|
|
{
|
|
|
path: 'instance',
|
|
|
- // component: () => import('@/views/flow/instance/index.vue'),
|
|
|
+ // component: () => import('@/views/flow/instance/index1.vue'),
|
|
|
component: 'flow/instance/index',
|
|
|
name: 'flow_instance',
|
|
|
meta: { title: '流程实例', icon: '' }
|
|
|
},
|
|
|
{
|
|
|
path: 'modal',
|
|
|
- // component: () => import('@/views/flow/modal/index.vue'),
|
|
|
+ // component: () => import('@/views/flow/modal/index1.vue'),
|
|
|
component: 'flow/modal/index',
|
|
|
name: 'flow_modal',
|
|
|
meta: { title: '流程模型', icon: '' }
|