This commit is contained in:
2021-03-11 18:23:20 +00:00
parent d1d2dd4814
commit 66fcd9515d
6 changed files with 250 additions and 3 deletions

View File

@@ -206,6 +206,12 @@ export default new Router({
component: () =>
import(/* webpackChunkName: "ay-common" */ "./views/home-password.vue")
},
{
path: "/home-security",
name: "home-security",
component: () =>
import(/* webpackChunkName: "ay-common" */ "./views/home-security.vue")
},
{
path: "/home-notify-subscriptions",
name: "home-notify-subscriptions",