summaryrefslogtreecommitdiff
path: root/src/router
diff options
context:
space:
mode:
Diffstat (limited to 'src/router')
-rw-r--r--src/router/index.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/router/index.js b/src/router/index.js
index 3d8c646a..8fa42c89 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -158,6 +158,14 @@ const routes = [
meta: {
title: 'appPageTitle.login'
}
+ },
+ {
+ path: '/change-password',
+ name: 'change-password',
+ component: () => import('@/views/ChangePassword'),
+ meta: {
+ title: 'appPageTitle.changePassword'
+ }
}
]
},