This commit is contained in:
2020-12-21 20:06:54 +00:00
parent 535db75bb9
commit a14fa9e1ef
2 changed files with 1 additions and 7 deletions

View File

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