|
|
|
@ -133,6 +133,10 @@ const router = new Router({
|
|
|
|
|
name: "IncreaseStaffManagerBatchAdd",
|
|
|
|
|
component: IncreaseStaffManagerBatchAdd,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: "/shop/increase/welcome/list",
|
|
|
|
|
component: () => import('@/pages/shop/IncreaseWelcomeList'),
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
@ -208,6 +212,24 @@ const router = new Router({
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/recruit',
|
|
|
|
|
component: IncreaseData,
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: '/recruit/bulletin/index',
|
|
|
|
|
component: () => import('@/pages/recruit/BulletinIndex'),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/recruit/check/list',
|
|
|
|
|
component: () => import('@/pages/recruit/CheckList'),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/recruit/promoter/list',
|
|
|
|
|
component: () => import('@/pages/recruit/PromoterList'),
|
|
|
|
|
},
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: "/customer/view",
|
|
|
|
|
name: "CustomerView",
|
|
|
|
|