mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
add: profile view
Signed-off-by: Kaifuny <superbiger.github@gmail.com>
This commit is contained in:
parent
ede05a0e9c
commit
62d2192a1f
@ -27,6 +27,11 @@ const routes: RouteRecordRaw[] = [
|
||||
path: '/index',
|
||||
component: NavLayout,
|
||||
children: [
|
||||
{
|
||||
path: 'profile',
|
||||
name: ROUTE_NAME.PROFILE_INDEX,
|
||||
component: () => import('../views/ProfileView.vue'),
|
||||
},
|
||||
...dashboardRoutes,
|
||||
...chatRoutes,
|
||||
...workOrderRoutes,
|
||||
|
@ -0,0 +1,3 @@
|
||||
<template>
|
||||
<div>profile</div>
|
||||
</template>
|
Loading…
x
Reference in New Issue
Block a user