change: move version display to
This commit is contained in:
parent
4a5aec36dd
commit
117372af39
5 changed files with 49 additions and 51 deletions
|
@ -661,6 +661,11 @@ const router = createRouter({
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "version",
|
||||
name: "admin-user-version",
|
||||
component: () => import("@/views/admin/user/version/VersionDisplay.vue"),
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -701,11 +706,6 @@ const router = createRouter({
|
|||
name: "account-administration",
|
||||
component: () => import("@/views/account/Administration.vue"),
|
||||
},
|
||||
{
|
||||
path: "version",
|
||||
name: "account-version",
|
||||
component: () => import("@/views/account/VersionDisplay.vue"),
|
||||
},
|
||||
{
|
||||
path: ":pathMatch(.*)*",
|
||||
name: "account-404",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue