This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user