This commit is contained in:
2020-07-23 18:10:35 +00:00
parent 506ab7de11
commit 8a713c2b1f
4 changed files with 46 additions and 16 deletions

View File

@@ -428,6 +428,12 @@ export default new Router({
)
},
//**********************************GENERAL */
{
path: "/open/:ayatype/:recordid",
name: "ay-open",
component: () =>
import(/* webpackChunkName: "ay-common" */ "./views/ay-open.vue")
},
{
path: "/about",
name: "ay-about",