This commit is contained in:
@@ -157,7 +157,6 @@ export default new Router({
|
||||
/* webpackChunkName: "ay-common" */ "./views/home-notify-subscription.vue"
|
||||
)
|
||||
},
|
||||
|
||||
{
|
||||
path: "/cust-customers",
|
||||
name: "cust-customers",
|
||||
@@ -170,6 +169,18 @@ export default new Router({
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "cust" */ "./views/cust-headoffices.vue")
|
||||
},
|
||||
{
|
||||
path: "/cust-users",
|
||||
name: "cust-users",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "cust" */ "./views/cust-users.vue")
|
||||
},
|
||||
{
|
||||
path: "/cust-users/:recordid",
|
||||
name: "cust-user",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "cust" */ "./views/cust-user.vue")
|
||||
},
|
||||
{
|
||||
path: "/svc-schedule",
|
||||
name: "svc-schedule",
|
||||
@@ -321,7 +332,6 @@ export default new Router({
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "adm" */ "./views/adm-license.vue")
|
||||
},
|
||||
|
||||
{
|
||||
path: "/adm-users",
|
||||
name: "adm-users",
|
||||
@@ -440,6 +450,7 @@ export default new Router({
|
||||
/* webpackChunkName: "customer" */ "./views/customer-csr-list.vue"
|
||||
)
|
||||
},
|
||||
|
||||
//**********************************GENERAL */
|
||||
{
|
||||
path: "/open/:ayatype/:recordid",
|
||||
|
||||
Reference in New Issue
Block a user