This commit is contained in:
2020-12-21 19:42:14 +00:00
parent b8e0b443c9
commit 535db75bb9
2 changed files with 1 additions and 1 deletions

View File

@@ -141,7 +141,7 @@ export default new Router({
path: "/home-reviews/:recordid", path: "/home-reviews/:recordid",
name: "review-edit", name: "review-edit",
component: () => component: () =>
import(/* webpackChunkName: "ay-common" */ "./views/ay-review.vue") import(/* webpackChunkName: "ay-common" */ "./views/home-review.vue")
}, },
{ {
path: "/home-user-settings", path: "/home-user-settings",