fix
This commit is contained in:
@@ -85,19 +85,23 @@ const routes: Array<RouteRecordRaw> = [
|
||||
path:'events',
|
||||
name:'SquareEvents',
|
||||
component: _import_custom('HomeView/Events.vue'),
|
||||
children:[
|
||||
{
|
||||
path: "",
|
||||
name:'eventsDetail',
|
||||
redirect: "/Square/events/eventsDetail"
|
||||
},
|
||||
{
|
||||
path:'eventsDetail',
|
||||
name:'eventsDetail',
|
||||
component: _import_custom('Events/eventsDetail.vue'),
|
||||
}
|
||||
]
|
||||
},
|
||||
// children:[
|
||||
// {
|
||||
// path: "",
|
||||
// name:'eventsDetail',
|
||||
// redirect: "/Square/events/eventsDetail"
|
||||
// },
|
||||
// {
|
||||
// path:'eventsDetail',
|
||||
// name:'eventsDetail',
|
||||
// component: _import_component('Events/eventsDetail.vue'),
|
||||
// }
|
||||
// ]
|
||||
},{
|
||||
path:'eventsDetail',
|
||||
name:'eventsDetail',
|
||||
component: _import_component('Events/eventsDetail.vue'),
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user