This commit is contained in:
2022-03-09 00:43:33 +00:00
parent ba035c6889
commit a89a3b846a
5 changed files with 133 additions and 44 deletions

View File

@@ -1053,6 +1053,20 @@ export default new Router({
/* webpackChunkName: "ops" */ "./views/ops-notification-settings.vue"
)
},
{
path: "/ops-notify-log",
name: "ops-notify-log",
component: () =>
import(/* webpackChunkName: "ops" */ "./views/ops-notify-log.vue")
},
{
path: "/ops-customer-notify-log",
name: "ops-customer-notify-log",
component: () =>
import(
/* webpackChunkName: "ops" */ "./views/ops-customer-notify-log.vue"
)
},
//######################### CUSTOMER USER GROUP ######################################
{