case 4090

This commit is contained in:
2022-01-21 23:41:41 +00:00
parent 06f48b52c3
commit c1c1172942
3 changed files with 11 additions and 5 deletions

View File

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