fix
This commit is contained in:
@@ -77,17 +77,12 @@ const routes: Array<RouteRecordRaw> = [
|
||||
{
|
||||
path: "",
|
||||
name:'accountChil',
|
||||
redirect: "/home/account/accountHome"
|
||||
redirect: "/home/account/frontPage"
|
||||
},
|
||||
{
|
||||
path:'accountHome',
|
||||
name:'accountHome',
|
||||
component: _import_component('Account/accountHome.vue'),
|
||||
},
|
||||
{
|
||||
path:'accountEdit',
|
||||
name:'accountEdit',
|
||||
component: _import_component('Account/accountEdit.vue'),
|
||||
path:'frontPage',
|
||||
name:'frontPage',
|
||||
component: _import_component('Account/frontPage.vue'),
|
||||
},
|
||||
{
|
||||
path:'accountMessage',
|
||||
|
||||
Reference in New Issue
Block a user