Commit 3fca6160 authored by youjie's avatar youjie

no message

parent afad8316
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
border-radius: 50%; border-radius: 50%;
top: -10px; top: -10px;
right: -10px; right: -10px;
display: block; display: none;
color: #A7A5B7; color: #A7A5B7;
} }
</style> </style>
...@@ -6,10 +6,10 @@ const routes: RouteRecordRaw[] = [ ...@@ -6,10 +6,10 @@ const routes: RouteRecordRaw[] = [
component: () => import('layouts/MainLayout.vue'), component: () => import('layouts/MainLayout.vue'),
children: [ children: [
{ path: '', component: () => import('pages/Index.vue') }, { path: '', component: () => import('pages/Index.vue') },
{ path: '/ ', component: () => import('pages/hotel/HotelList.vue') }, { path: '/hotel', component: () => import('pages/hotel/HotelList.vue') },
{ path: '/hotel/order', component: () => import('pages/hotel/HotelOrder.vue') }, { path: '/hotel/order', component: () => import('pages/hotel/HotelOrder.vue') },
{ path: '/hotel/modify/:orderId', component: () => import('pages/hotel/ModifyHotelOrder.vue') }, { path: '/hotel/modify/:orderId', component: () => import('pages/hotel/ModifyHotelOrder.vue') },
{ path: '/personal', component: () => import('pages/personal/personal.vue') }, { path: '/personal', component: () => import('pages/personal/personal.vue')}
] ]
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment