|
@@ -92,108 +92,6 @@ export const dynamicRoutes: Array<RouteRecordRaw> = [
|
|
|
|
|
|
export const demoRoutes:Array<RouteRecordRaw> = [
|
|
|
{
|
|
|
- path: '/linshi',
|
|
|
- name: 'linshi',
|
|
|
- component: () => import('/@/layout/routerView/parent.vue'),
|
|
|
- redirect: '/linshi/role',
|
|
|
- meta: {
|
|
|
- title: '临时展示',
|
|
|
- isLink: '',
|
|
|
- isHide: false,
|
|
|
- isKeepAlive: true,
|
|
|
- isAffix: false,
|
|
|
- isIframe: false,
|
|
|
- roles: ['admin'],
|
|
|
- icon: 'iconfont icon-diannao',
|
|
|
- },
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/linshi/org',
|
|
|
- name: 'org',
|
|
|
- component: () => import('/@/views/system/org/index.vue'),
|
|
|
- meta: {
|
|
|
- title: '组织管理',
|
|
|
- isLink: '',
|
|
|
- isHide: false,
|
|
|
- isKeepAlive: true,
|
|
|
- isAffix: false,
|
|
|
- isIframe: false,
|
|
|
- icon: 'iconfont icon-ico_shuju',
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/linshi/dept',
|
|
|
- name: 'dept',
|
|
|
- component: () => import('/@/views/system/dept/index.vue'),
|
|
|
- meta: {
|
|
|
- title: '部门管理',
|
|
|
- isLink: '',
|
|
|
- isHide: false,
|
|
|
- isKeepAlive: true,
|
|
|
- isAffix: false,
|
|
|
- isIframe: false,
|
|
|
- icon: 'iconfont icon-ico_shuju',
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/linshi/post',
|
|
|
- name: 'post',
|
|
|
- component: () => import('/@/views/system/post/index.vue'),
|
|
|
- meta: {
|
|
|
- title: '岗位管理',
|
|
|
- isLink: '',
|
|
|
- isHide: false,
|
|
|
- isKeepAlive: true,
|
|
|
- isAffix: false,
|
|
|
- isIframe: false,
|
|
|
- icon: 'iconfont icon-ico_shuju',
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/linshi/user',
|
|
|
- name: 'user',
|
|
|
- component: () => import('/@/views/system/user/index.vue'),
|
|
|
- meta: {
|
|
|
- title: '用户管理',
|
|
|
- isLink: '',
|
|
|
- isHide: false,
|
|
|
- isKeepAlive: true,
|
|
|
- isAffix: false,
|
|
|
- isIframe: false,
|
|
|
- icon: 'iconfont icon-ico_shuju',
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/linshi/config',
|
|
|
- name: 'config',
|
|
|
- component: () => import('/@/views/system/config/index.vue'),
|
|
|
- meta: {
|
|
|
- title: '系统参数管理',
|
|
|
- isLink: '',
|
|
|
- isHide: false,
|
|
|
- isKeepAlive: true,
|
|
|
- isAffix: false,
|
|
|
- isIframe: false,
|
|
|
- icon: 'iconfont icon-ico_shuju',
|
|
|
- },
|
|
|
- },
|
|
|
- // {
|
|
|
- // path: '/linshi/dict',
|
|
|
- // name: 'dict',
|
|
|
- // component: () => import('/@/views/system/dict/index.vue'),
|
|
|
- // meta: {
|
|
|
- // title: '字典管理',
|
|
|
- // isLink: '',
|
|
|
- // isHide: false,
|
|
|
- // isKeepAlive: true,
|
|
|
- // isAffix: false,
|
|
|
- // isIframe: false,
|
|
|
- // icon: 'iconfont icon-ico_shuju',
|
|
|
- // },
|
|
|
- // },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
path: '/demo',
|
|
|
name: 'demo',
|
|
|
component: () => import('/@/layout/routerView/parent.vue'),
|