WIP: acct mgmt search bar
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user