This commit is contained in:
2020-09-07 20:47:23 +00:00
parent e001315956
commit 2f2e7d122b
3 changed files with 1 additions and 37 deletions

View File

@@ -522,12 +522,6 @@ export default new Router({
component: () =>
import(/* webpackChunkName: "ay-common" */ "./views/ay-history.vue")
},
{
path: "/report/:ayatype/:recordid", //This is the route to immediately render a report, maybe it shouldn't be a route but rather just a command from the gzapi area
name: "ay-report",
component: () =>
import(/* webpackChunkName: "ay-common" */ "./views/ay-report.vue")
},
//TEST TEST TEST TEST TEST