This commit is contained in:
@@ -283,6 +283,22 @@ export default new Router({
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "cust" */ "./views/cust-head-office.vue")
|
||||
},
|
||||
{
|
||||
path: "/customer-notify-subscriptions",
|
||||
name: "customer-notify-subscriptions",
|
||||
component: () =>
|
||||
import(
|
||||
/* webpackChunkName: "cust" */ "./views/home-notify-subscriptions.vue"
|
||||
)
|
||||
},
|
||||
{
|
||||
path: "/customer-notify-subscriptions/:recordid",
|
||||
name: "customer-notify-subscription",
|
||||
component: () =>
|
||||
import(
|
||||
/* webpackChunkName: "cust" */ "./views/customer-notify-subscription.vue"
|
||||
)
|
||||
},
|
||||
//####################### SERVICE GROUP ##############################
|
||||
{
|
||||
path: "/svc-schedule",
|
||||
|
||||
Reference in New Issue
Block a user