|
@@ -1197,99 +1197,6 @@ export const dynamicRoutes: Array<RouteRecordRaw> = [
|
|
|
icon: 'iconfont icon-neiqianshujuchucun',
|
|
|
},
|
|
|
},
|
|
|
- {
|
|
|
- path: '/example/application',
|
|
|
- name: 'example/application',
|
|
|
- component: () => import('/@/layout/routerView/parent.vue'),
|
|
|
- redirect: '/application/applicationManage',
|
|
|
- meta: {
|
|
|
- title: 'message.application.applicationManage',
|
|
|
- isLink: '',
|
|
|
- isHide: false,
|
|
|
- isKeepAlive: true,
|
|
|
- isAffix: false,
|
|
|
- isIframe: false,
|
|
|
- roles: ['admin', 'common'],
|
|
|
- icon: 'iconfont icon-crew_feature',
|
|
|
- },
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/example/application/roleManage',
|
|
|
- name: 'example/roleManage',
|
|
|
- component: () => import('/@/views/example/application/roleManage/index.vue'),
|
|
|
- meta: {
|
|
|
- title: 'message.application.roleManage',
|
|
|
- isLink: '',
|
|
|
- isHide: false,
|
|
|
- isKeepAlive: true,
|
|
|
- isAffix: false,
|
|
|
- isIframe: false,
|
|
|
- roles: ['admin', 'common'],
|
|
|
- icon: 'ele-ColdDrink',
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/example/application/permissionManage',
|
|
|
- name: 'example/permissionManage',
|
|
|
- component: () => import('/@/views/example/application/permissionManage/index.vue'),
|
|
|
- meta: {
|
|
|
- title: 'message.application.permissionManage',
|
|
|
- isLink: '',
|
|
|
- isHide: false,
|
|
|
- isKeepAlive: true,
|
|
|
- isAffix: false,
|
|
|
- isIframe: false,
|
|
|
- roles: ['admin'],
|
|
|
- icon: 'iconfont icon-quanxian',
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/example/application/applicationManage',
|
|
|
- name: 'example/applicationManage',
|
|
|
- component: () => import('/@/views/example/application/applicationManage/index.vue'),
|
|
|
- meta: {
|
|
|
- title: 'message.application.applicationManage',
|
|
|
- isLink: '',
|
|
|
- isHide: false,
|
|
|
- isKeepAlive: true,
|
|
|
- isAffix: false,
|
|
|
- isIframe: false,
|
|
|
- roles: ['admin'],
|
|
|
- icon: 'iconfont icon-crew_feature',
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/example/application/viewManage',
|
|
|
- name: 'example/viewManage',
|
|
|
- component: () => import('/@/views/example/application/viewManage/index.vue'),
|
|
|
- meta: {
|
|
|
- title: 'message.application.viewManage',
|
|
|
- isLink: '',
|
|
|
- isHide: false,
|
|
|
- isKeepAlive: true,
|
|
|
- isAffix: false,
|
|
|
- isIframe: false,
|
|
|
- roles: ['admin'],
|
|
|
- icon: 'iconfont icon-biaodan',
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/example/application/operationLog',
|
|
|
- name: 'example/operationLog',
|
|
|
- component: () => import('/@/views/example/application/operationLog/index.vue'),
|
|
|
- meta: {
|
|
|
- title: 'message.application.operationLog',
|
|
|
- isLink: '',
|
|
|
- isHide: false,
|
|
|
- isKeepAlive: true,
|
|
|
- isAffix: false,
|
|
|
- isIframe: false,
|
|
|
- roles: ['admin'],
|
|
|
- icon: 'ele-Document',
|
|
|
- },
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
{
|
|
|
path: '/example/codeGeneration',
|
|
|
name: '代码生成',
|
|
@@ -1323,54 +1230,6 @@ export const dynamicRoutes: Array<RouteRecordRaw> = [
|
|
|
icon: 'iconfont icon-crew_feature',
|
|
|
},
|
|
|
},
|
|
|
- {
|
|
|
- path: '/example/application/roleManage/:id',
|
|
|
- name: '/example/application/roleManage/:id',
|
|
|
- component: () => import('/@/views/example/application/roleManage/index.vue'),
|
|
|
- //redirect: '/application/applicationManage',
|
|
|
- meta: {
|
|
|
- title: '角色管理',
|
|
|
- isLink: '',
|
|
|
- isHide: true,
|
|
|
- isKeepAlive: true,
|
|
|
- isAffix: false,
|
|
|
- isIframe: false,
|
|
|
- roles: ['admin', 'common'],
|
|
|
- icon: 'iconfont icon-crew_feature',
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/example/application/permissionManage/:id',
|
|
|
- name: '/example/application/permissionManage/:id',
|
|
|
- component: () => import('/@/views/example/application/permissionManage/index.vue'),
|
|
|
- //redirect: '/application/applicationManage',
|
|
|
- meta: {
|
|
|
- title: '权限管理',
|
|
|
- isLink: '',
|
|
|
- isHide: true,
|
|
|
- isKeepAlive: true,
|
|
|
- isAffix: false,
|
|
|
- isIframe: false,
|
|
|
- roles: ['admin', 'common'],
|
|
|
- icon: 'iconfont icon-crew_feature',
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/example/application/viewManage/:id',
|
|
|
- name: '/example/application/viewManage/:id',
|
|
|
- component: () => import('/@/views/example/application/viewManage/index.vue'),
|
|
|
- //redirect: '/application/applicationManage',
|
|
|
- meta: {
|
|
|
- title: '视图管理',
|
|
|
- isLink: '',
|
|
|
- isHide: true,
|
|
|
- isKeepAlive: true,
|
|
|
- isAffix: false,
|
|
|
- isIframe: false,
|
|
|
- roles: ['admin', 'common'],
|
|
|
- icon: 'iconfont icon-crew_feature',
|
|
|
- },
|
|
|
- },
|
|
|
],
|
|
|
},
|
|
|
]
|