This commit is contained in:
X1627315083
2024-12-11 16:26:36 +08:00
parent 5d9dc7b77d
commit a6ae63e7cd
96 changed files with 6163 additions and 9414 deletions

View File

@@ -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',