This commit is contained in:
2020-12-22 00:36:58 +00:00
parent a4b89671b4
commit 1780e8924f
5 changed files with 41 additions and 31 deletions

View File

@@ -132,13 +132,13 @@ export default new Router({
import(/* webpackChunkName: "ay-common" */ "./views/home-reminder.vue")
},
{
path: "/home-reviews",
path: "/home-reviews/:objectType?/:objectId?",
name: "home-reviews",
component: () =>
import(/* webpackChunkName: "ay-common" */ "./views/home-reviews.vue")
},
{
path: "/home-reviews/:recordid",
path: "/home-reviews/:recordid/:objectType?/:objectId?",
name: "review-edit",
component: () =>
import(/* webpackChunkName: "ay-common" */ "./views/home-review.vue")