hide account

This commit is contained in:
Cindy Chang
2024-06-28 16:45:19 +08:00
parent 2110388a2d
commit 2a8826c962
2 changed files with 12 additions and 12 deletions

View File

@@ -48,17 +48,17 @@ const routes = [
name: "Files",
component: Files,
},
{
path: "/account",
name: "Account Management",
children: [
{
path: "/account/account-admin",
name: "AcctAdmin",
component: AccountAdmin,
},
]
},
// {
// path: "/account",
// name: "Account Management",
// children: [
// {
// path: "/account/account-admin",
// name: "AcctAdmin",
// component: AccountAdmin,
// },
// ]
// },
{
path: "/upload", // router.push({ replace: true }) 路徑不添進歷史紀錄
name: "Upload",