This commit is contained in:
2020-04-10 19:48:35 +00:00
parent 65e927f3be
commit 38393d2915
2 changed files with 39 additions and 8 deletions

View File

@@ -449,7 +449,7 @@ export default new Router({
import(/* webpackChunkName: "ay-common" */ "./views/ay-review.vue")
},
{
path: "/history/:ayatype/:recordid/:useractions?",
path: "/history/:ayatype/:recordid/:userlog?",
name: "ay-history",
component: () =>
import(/* webpackChunkName: "ay-common" */ "./views/ay-history.vue")