This commit is contained in:
2020-12-14 19:39:55 +00:00
parent f7e301d586
commit 98e83a54e1
4 changed files with 19 additions and 32 deletions

View File

@@ -97,6 +97,12 @@ export default new Router({
component: () =>
import(/* webpackChunkName: "ay-common" */ "./views/home-memos.vue")
},
{
path: "/home-memos/:recordid",
name: "memo-edit",
component: () =>
import(/* webpackChunkName: "vend" */ "./views/home-memo.vue")
},
{
path: "/home-notifications",
name: "home-notifications",