|
@@ -23,6 +23,34 @@ const routes = [
|
|
meta: { title: '部门管理' },
|
|
meta: { title: '部门管理' },
|
|
component: () => import('../views/department/index.vue'),
|
|
component: () => import('../views/department/index.vue'),
|
|
},
|
|
},
|
|
|
|
+ // 权限管理
|
|
|
|
+ {
|
|
|
|
+ path: '/permission/index',
|
|
|
|
+ meta: { title: '权限管理' },
|
|
|
|
+ component: () => import('../views/permission/index.vue'),
|
|
|
|
+ },
|
|
|
|
+ // 机构管理员
|
|
|
|
+ {
|
|
|
|
+ path: '/adminUser/index',
|
|
|
|
+ meta: { title: '机构管理员' },
|
|
|
|
+ component: () => import('../views/adminUser/index.vue'),
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/adminUser/detail',
|
|
|
|
+ meta: { title: '机构管理员信息管理' },
|
|
|
|
+ component: () => import('../views/adminUser/detail.vue'),
|
|
|
|
+ },
|
|
|
|
+ // 业务管理员
|
|
|
|
+ {
|
|
|
|
+ path: '/business/index',
|
|
|
|
+ meta: { title: '业务管理员' },
|
|
|
|
+ component: () => import('../views/business/index.vue'),
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/business/detail',
|
|
|
|
+ meta: { title: '业务员管理员信息管理' },
|
|
|
|
+ component: () => import('../views/adminUser/detail.vue'),
|
|
|
|
+ },
|
|
// 用戶管理
|
|
// 用戶管理
|
|
// 个人&企业&专家
|
|
// 个人&企业&专家
|
|
{
|
|
{
|
|
@@ -62,12 +90,6 @@ const routes = [
|
|
path: '/duijiehui/duijiehuistatus',
|
|
path: '/duijiehui/duijiehuistatus',
|
|
component: () => import('../views/duijiehui/duijiehuistatus.vue'),
|
|
component: () => import('../views/duijiehui/duijiehuistatus.vue'),
|
|
},
|
|
},
|
|
- // 部门管理
|
|
|
|
- {
|
|
|
|
- path: '/department/index',
|
|
|
|
- meta: { title: '部门管理' },
|
|
|
|
- component: () => import('../views/department/index.vue'),
|
|
|
|
- },
|
|
|
|
//产品供求审核管理
|
|
//产品供求审核管理
|
|
{
|
|
{
|
|
path: '/enterpriseProduct/index',
|
|
path: '/enterpriseProduct/index',
|
|
@@ -85,20 +107,12 @@ const routes = [
|
|
path: '/enterpriseTrans/detail',
|
|
path: '/enterpriseTrans/detail',
|
|
component: () => import('../views/enterpriseTrans/detail.vue'),
|
|
component: () => import('../views/enterpriseTrans/detail.vue'),
|
|
},
|
|
},
|
|
-
|
|
|
|
- //科技超市交易审核管理
|
|
|
|
- {
|
|
|
|
- path: '/enterpriseTrans/jiaoyidetail',
|
|
|
|
- component: () => import('../views/enterpriseTrans/jiaoyidetail.vue'),
|
|
|
|
- },
|
|
|
|
-
|
|
|
|
//技术培训
|
|
//技术培训
|
|
{
|
|
{
|
|
path: '/technical/index',
|
|
path: '/technical/index',
|
|
meta: { title: '技术培训' },
|
|
meta: { title: '技术培训' },
|
|
component: () => import('../views/technical/index.vue'),
|
|
component: () => import('../views/technical/index.vue'),
|
|
},
|
|
},
|
|
-
|
|
|
|
// 技术培训-栏目列表
|
|
// 技术培训-栏目列表
|
|
{
|
|
{
|
|
path: '/technical/columnDetail',
|
|
path: '/technical/columnDetail',
|
|
@@ -109,7 +123,6 @@ const routes = [
|
|
path: '/technical/messageInfoDetail',
|
|
path: '/technical/messageInfoDetail',
|
|
component: () => import('../views/technical/messageInfoDetail.vue'),
|
|
component: () => import('../views/technical/messageInfoDetail.vue'),
|
|
},
|
|
},
|
|
-
|
|
|
|
//字典管理
|
|
//字典管理
|
|
{
|
|
{
|
|
path: '/dictionary/index',
|
|
path: '/dictionary/index',
|