diff --git a/ayanova/src/router.js b/ayanova/src/router.js index 0fed0482..98bc55f5 100644 --- a/ayanova/src/router.js +++ b/ayanova/src/router.js @@ -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",