Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigwood
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
bigwood
Commits
b6224ade
Commit
b6224ade
authored
May 10, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
4ca69c42
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
5 deletions
+1
-5
bg1.png
src/assets/images/personal/bg1.png
+0
-0
title.png
src/assets/images/personal/title.png
+0
-0
userInfo.vue
src/components/layout/userInfo.vue
+0
-3
routes.ts
src/router/routes.ts
+1
-2
No files found.
src/assets/images/personal/bg1.png
deleted
100644 → 0
View file @
4ca69c42
55.5 KB
src/assets/images/personal/title.png
deleted
100644 → 0
View file @
4ca69c42
7.92 KB
src/components/layout/userInfo.vue
View file @
b6224ade
...
...
@@ -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"
/>
...
...
src/router/routes.ts
View file @
b6224ade
...
...
@@ -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'
)
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment