This commit is contained in:
2020-07-10 18:44:08 +00:00
parent bddac7ce53
commit ee88ec428b
3 changed files with 548 additions and 1 deletions

View File

@@ -141,6 +141,15 @@ export default new Router({
/* webpackChunkName: "ay-common" */ "./views/home-notify-subscriptions.vue"
)
},
{
path: "/home-notify-subscriptions/:recordid",
name: "home-notify-subscription",
component: () =>
import(
/* webpackChunkName: "ay-common" */ "./views/home-notify-subscription.vue"
)
},
{
path: "/cust-customers",
name: "cust-customers",