Commit b6224ade authored by youjie's avatar youjie

no message

parent 4ca69c42
......@@ -31,9 +31,6 @@
<q-item clickable v-ripple class="rounded-borders lang-demo">
<q-item-section>{{ $t('userMenu.fapiao') }}</q-item-section>
</q-item>
<q-item clickable v-ripple class="rounded-borders lang-demo">
<q-item-section @click="goUrl('/passbook')">幸福存折</q-item-section>
</q-item>
</q-list>
<q-separator color="grey-3" class="q-my-sm" />
......
......@@ -12,8 +12,7 @@ const routes: RouteRecordRaw[] = [
{ path: '/hotel/modify/:orderId', component: () => import('pages/hotel/ModifyHotelOrder.vue') },
{ path: '/hotel/offer/:orderId', component: () => import('pages/hotel/ListOfQuotation.vue') },
{ path: '/personal', component: () => import('pages/personal/personal.vue') },//个人中心
{ path: '/passbook', component: () => import('pages/passbook/passbook.vue') },//幸福存折
{ path: '/personal', component: () => import('pages/personal/personal.vue') },
{ path: '/scattered', component: () => import('pages/scattered/HotelList.vue') },//散客
{ path: '/scattered/HotelDetails/:hotelId/:groupBookingFlg/:lowrateBySetCurrency', component: () => import('pages/scattered/hotelDetails.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