This commit is contained in:
2020-07-24 16:02:42 +00:00
parent 9fa22551a1
commit 3ce7c1e119
5 changed files with 241 additions and 3 deletions

View File

@@ -400,7 +400,12 @@ export default new Router({
component: () =>
import(/* webpackChunkName: "ops" */ "./views/ops-profile.vue")
},
{
path: "/ops-notify-queue",
name: "ops-notify-queue",
component: () =>
import(/* webpackChunkName: "ops" */ "./views/ops-notify-queue.vue")
},
{
path: "/ops-notification-settings",
name: "ops-notification-settings",