This commit is contained in:
@@ -400,6 +400,12 @@ export default new Router({
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "ay" */ "./views/ay-customize.vue")
|
||||
},
|
||||
{
|
||||
path: "/ay-sort-filter/:recordid/:dataListKey",
|
||||
name: "ay-sort-filter",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "ay" */ "./views/ay-sort-filter.vue")
|
||||
},
|
||||
{
|
||||
path: "/ay-attachments/:ayatype/:recordid",
|
||||
name: "ay-attachments",
|
||||
|
||||
Reference in New Issue
Block a user