This commit is contained in:
2020-01-06 19:35:06 +00:00
parent a68a9666f5
commit 1f6be4d756

View File

@@ -355,6 +355,24 @@ export default new Router({
/* webpackChunkName: "ops" */ "./views/ops-notification-settings.vue"
)
},
//**********************************CUSTOMER PAGES */
{
path: "/customer-workorders",
name: "customer-workorders",
component: () =>
import(
/* webpackChunkName: "customer" */ "./views/customer-workorders.vue"
)
},
{
path: "/customer-csr-list",
name: "customer-csr-list",
component: () =>
import(
/* webpackChunkName: "customer" */ "./views/customer-csr-list.vue"
)
},
//**********************************GENERAL */
{
path: "/ay-about",