WIP: acct mgmt search bar

This commit is contained in:
Cindy Chang
2024-06-19 10:12:16 +08:00
parent 341fd61d07
commit 80529b85fe
6 changed files with 93 additions and 8 deletions

View File

@@ -8,6 +8,7 @@ import Map from '@/views/Discover/Map/index.vue';
import Conformance from '@/views/Discover/Conformance/index.vue';
import Performance from '@/views/Discover/Performance/index.vue';
import CompareDashboard from '@/views/Compare/Dashboard/index.vue';
import AccountAdmin from '@/views/AccountManagement/AccountAdmin/index.vue';
import MemberArea from '@/views/MemberArea/index.vue';
import NotFound404 from '@/views/NotFound404.vue';
@@ -47,6 +48,17 @@ const routes = [
name: "Files",
component: Files,
},
{
path: "/account",
name: "Account Management",
children: [
{
path: "/account/account-admin",
name: "AcctAdmin",
component: AccountAdmin,
},
]
},
{
path: "/upload", // router.push({ replace: true }) 路徑不添進歷史紀錄
name: "Upload",