From 70bfdc0f4d848fd3214b01802e380d2f7ce9b04b Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 18 Dec 2019 18:58:49 +0000 Subject: [PATCH] --- ayanova/src/api/initialize.js | 2 +- ayanova/src/router.js | 18 ++++++++++++++++++ ayanova/src/views/change-pw.vue | 21 +++++++++++++++++++++ ayanova/src/views/notify-subscriptions.vue | 21 +++++++++++++++++++++ ayanova/src/views/user-locale.vue | 21 +++++++++++++++++++++ 5 files changed, 82 insertions(+), 1 deletion(-) create mode 100644 ayanova/src/views/change-pw.vue create mode 100644 ayanova/src/views/notify-subscriptions.vue create mode 100644 ayanova/src/views/user-locale.vue diff --git a/ayanova/src/api/initialize.js b/ayanova/src/api/initialize.js index 888e0732..2b12b5c0 100644 --- a/ayanova/src/api/initialize.js +++ b/ayanova/src/api/initialize.js @@ -69,7 +69,7 @@ export default function initialize() { subSub.push({ title: window.$gz.locale.get("Locale"), icon: "language", - route: "/locale", + route: "/userlocale", key: key++ }); diff --git a/ayanova/src/router.js b/ayanova/src/router.js index c63fd56f..8aecbe26 100644 --- a/ayanova/src/router.js +++ b/ayanova/src/router.js @@ -94,6 +94,24 @@ export default new Router({ name: "reminder", component: () => import(/* webpackChunkName: "aybase" */ "./views/reminder.vue") + }, + { + path: "/userlocale", + name: "userlocale", + component: () => + import(/* webpackChunkName: "aybase" */ "./views/user-locale.vue") + }, + { + path: "/changepw", + name: "changepw", + component: () => + import(/* webpackChunkName: "aybase" */ "./views/change-pw.vue") + }, + { + path: "/notifysubscriptions", + name: "notifysubscriptions", + component: () => + import(/* webpackChunkName: "aybase" */ "./views/notify-subscriptions.vue") } diff --git a/ayanova/src/views/change-pw.vue b/ayanova/src/views/change-pw.vue new file mode 100644 index 00000000..19a3c294 --- /dev/null +++ b/ayanova/src/views/change-pw.vue @@ -0,0 +1,21 @@ + + + diff --git a/ayanova/src/views/notify-subscriptions.vue b/ayanova/src/views/notify-subscriptions.vue new file mode 100644 index 00000000..4b6d5f93 --- /dev/null +++ b/ayanova/src/views/notify-subscriptions.vue @@ -0,0 +1,21 @@ + + + diff --git a/ayanova/src/views/user-locale.vue b/ayanova/src/views/user-locale.vue new file mode 100644 index 00000000..e284a209 --- /dev/null +++ b/ayanova/src/views/user-locale.vue @@ -0,0 +1,21 @@ + + +