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