|
|
@ -16,6 +16,7 @@ import IncreaseDataRegion from '@/pages/shop/IncreaseDataRegion';
|
|
|
|
import IncreaseDataStaff from '@/pages/shop/IncreaseDataStaff';
|
|
|
|
import IncreaseDataStaff from '@/pages/shop/IncreaseDataStaff';
|
|
|
|
import IncreaseDataStore from '@/pages/shop/IncreaseDataStore';
|
|
|
|
import IncreaseDataStore from '@/pages/shop/IncreaseDataStore';
|
|
|
|
import IncreaseStaffManager from '@/pages/shop/IncreaseStaffManager';
|
|
|
|
import IncreaseStaffManager from '@/pages/shop/IncreaseStaffManager';
|
|
|
|
|
|
|
|
import IncreaseStaffManagerBatchAdd from '@/pages/shop/IncreaseStaffManagerBatchAdd';
|
|
|
|
import IncreaseStoreManager from '@/pages/shop/IncreaseStoreManager';
|
|
|
|
import IncreaseStoreManager from '@/pages/shop/IncreaseStoreManager';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -87,6 +88,11 @@ const router = new Router({
|
|
|
|
path: '/shop/increase/manager/staff',
|
|
|
|
path: '/shop/increase/manager/staff',
|
|
|
|
name: 'IncreaseStaffManager',
|
|
|
|
name: 'IncreaseStaffManager',
|
|
|
|
component: IncreaseStaffManager
|
|
|
|
component: IncreaseStaffManager
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: '/shop/increase/manager/staff/batch/add',
|
|
|
|
|
|
|
|
name: 'IncreaseStaffManagerBatchAdd',
|
|
|
|
|
|
|
|
component: IncreaseStaffManagerBatchAdd
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|