MyAccount page prototype
This commit is contained in:
@@ -9,6 +9,7 @@ import Conformance from '@/views/Discover/Conformance/index.vue';
|
||||
import Performance from '@/views/Discover/Performance/index.vue';
|
||||
import CompareDashboard from '@/views/Compare/Dashboard/Compare.vue';
|
||||
import AccountAdmin from '@/views/AccountManagement/AccountAdmin/AccountAdmin.vue';
|
||||
import MyAccount from '@/views/AccountManagement/MyAccount.vue';
|
||||
import MemberArea from '@/views/MemberArea/index.vue';
|
||||
import NotFound404 from '@/views/NotFound404.vue';
|
||||
|
||||
@@ -58,6 +59,10 @@ const routes = [
|
||||
component: AccountAdmin,
|
||||
},
|
||||
]
|
||||
},{
|
||||
path: "/my-account",
|
||||
name: "My Account",
|
||||
component: MyAccount,
|
||||
},
|
||||
{
|
||||
path: "/upload", // router.push({ replace: true }) 路徑不添進歷史紀錄
|
||||
|
||||
Reference in New Issue
Block a user