This commit is contained in:
@@ -179,12 +179,6 @@ export default new Router({
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "cust" */ "./views/cust-customer-note.vue")
|
||||
},
|
||||
{
|
||||
path: "/cust-headoffices",
|
||||
name: "cust-headoffices",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "cust" */ "./views/cust-headoffices.vue")
|
||||
},
|
||||
{
|
||||
path: "/cust-users",
|
||||
name: "cust-users",
|
||||
@@ -197,6 +191,18 @@ export default new Router({
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "cust" */ "./views/cust-user.vue")
|
||||
},
|
||||
{
|
||||
path: "/cust-head-offices",
|
||||
name: "cust-head-offices",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "cust" */ "./views/cust-head-offices.vue")
|
||||
},
|
||||
{
|
||||
path: "/cust-head-offices/:recordid",
|
||||
name: "head-office-edit",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "cust" */ "./views/cust-head-office.vue")
|
||||
},
|
||||
{
|
||||
path: "/svc-schedule",
|
||||
name: "svc-schedule",
|
||||
|
||||
Reference in New Issue
Block a user