|
|
|
|
@ -233,7 +233,7 @@ const routes = [
|
|
|
|
|
name: "largeScreen",
|
|
|
|
|
component: () => import("../components/screen/largeScreen.vue"),
|
|
|
|
|
// component: resolve => require(['../components/FirstJob/joblist.vue'],resolve)
|
|
|
|
|
},{
|
|
|
|
|
}, {
|
|
|
|
|
path: "/largeScreen1",
|
|
|
|
|
name: "largeScreen1",
|
|
|
|
|
component: () => import("../components/screen/largeScreen1.vue"),
|
|
|
|
|
@ -312,23 +312,19 @@ const routes = [
|
|
|
|
|
|
|
|
|
|
component: () => import("../views/merchantBack.vue"),
|
|
|
|
|
children: [
|
|
|
|
|
// 团队成员
|
|
|
|
|
{
|
|
|
|
|
path: "memberInfo",
|
|
|
|
|
name: "MemberInfo",
|
|
|
|
|
component: () => import("../components/merchantManagement/memberInfo.vue"),
|
|
|
|
|
},
|
|
|
|
|
// 团队数据
|
|
|
|
|
{
|
|
|
|
|
path: "dataStatistics",
|
|
|
|
|
name: "DataStatistics",
|
|
|
|
|
component: () => import("../components/userinfo/usercenter/components/dataStatistics.vue"),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: "bocaiTV",
|
|
|
|
|
name: "BocaiTV",
|
|
|
|
|
component: () => import(
|
|
|
|
|
"../components/userinfo/accountsetting/components/bocaiTV.vue"
|
|
|
|
|
),
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
// 数据大屏
|
|
|
|
|
{
|
|
|
|
|
path: "dataScreen",
|
|
|
|
|
@ -359,12 +355,7 @@ const routes = [
|
|
|
|
|
name: "WorkBench",
|
|
|
|
|
component: () => import("../components/merchantManagement/workBench.vue"),
|
|
|
|
|
},
|
|
|
|
|
// 通知中心
|
|
|
|
|
{
|
|
|
|
|
path: "notificationCenter",
|
|
|
|
|
name: "NotificationCenter",
|
|
|
|
|
component: () => import("../components/merchantManagement/notificationCenter.vue"),
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
// 后台首页
|
|
|
|
|
{
|
|
|
|
|
path: "homePage",
|
|
|
|
|
@ -413,6 +404,20 @@ const routes = [
|
|
|
|
|
name: "MineBill",
|
|
|
|
|
component: () => import("../components/merchantManagement/mineBill.vue"),
|
|
|
|
|
},
|
|
|
|
|
// 通知中心
|
|
|
|
|
{
|
|
|
|
|
path: "notificationCenter",
|
|
|
|
|
name: "NotificationCenter",
|
|
|
|
|
component: () => import("../components/merchantManagement/notificationCenter.vue"),
|
|
|
|
|
},
|
|
|
|
|
// TV配置
|
|
|
|
|
{
|
|
|
|
|
path: "bocaiTV",
|
|
|
|
|
name: "BocaiTV",
|
|
|
|
|
component: () => import(
|
|
|
|
|
"../components/userinfo/accountsetting/components/bocaiTV.vue"
|
|
|
|
|
),
|
|
|
|
|
},
|
|
|
|
|
// 企微配置
|
|
|
|
|
{
|
|
|
|
|
path: "qiwei",
|
|
|
|
|
|