From 1f6be4d756a17f98dfc2123b12722262b525e0cb Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 6 Jan 2020 19:35:06 +0000 Subject: [PATCH] --- ayanova/src/router.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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",