Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
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
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
d3047cfa
Commit
d3047cfa
authored
Aug 28, 2025
by
kisszxc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改按钮
parent
d9d8c2af
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
5 deletions
+6
-5
reservation-request.js
api/reservation/reservation-request.js
+1
-0
briefcase_new.png
assets/reservation-images/briefcase_new.png
+0
-0
calendar_new.png
assets/reservation-images/calendar_new.png
+0
-0
twitter_new.png
assets/reservation-images/twitter_new.png
+0
-0
index.less
reservation/home/index.less
+2
-2
index.vue
reservation/home/index.vue
+3
-3
No files found.
api/reservation/reservation-request.js
View file @
d3047cfa
...
...
@@ -9,6 +9,7 @@ import {
//const baseUrl = 'https://feihe.jzvcode.com/feihe';
//const baseUrl = 'https://factory-walk-test.feihe.com/feihe';
const
baseUrl
=
'https://factory-walk.feihe.com/feihe'
;
//const baseUrl = 'https://factory-walk-uat.feihe.com/feihe';
const
request
=
(
options
=
{})
=>
{
// 对options.data 进行一些处理
...
...
assets/reservation-images/briefcase_new.png
0 → 100644
View file @
d3047cfa
517 Bytes
assets/reservation-images/calendar_new.png
0 → 100644
View file @
d3047cfa
831 Bytes
assets/reservation-images/twitter_new.png
0 → 100644
View file @
d3047cfa
1.36 KB
reservation/home/index.less
View file @
d3047cfa
...
...
@@ -81,8 +81,8 @@
height: 200rpx;
overflow: hidden;
image {
width:
54
rpx;
height:
54
rpx;
width:
62
rpx;
height:
62
rpx;
}
}
}
...
...
reservation/home/index.vue
View file @
d3047cfa
...
...
@@ -25,7 +25,7 @@
<view>
<image
style=
"width: 59rpx; height: 59rpx"
src=
"@/assets/reservation-images/twitter.png"
src=
"@/assets/reservation-images/twitter
_new
.png"
mode=
"widthFix"
>
</image>
...
...
@@ -38,7 +38,7 @@
>
<view>
<image
src=
"@/assets/reservation-images/briefcase.png"
src=
"@/assets/reservation-images/briefcase
_new
.png"
mode=
"widthFix"
></image>
</view>
...
...
@@ -50,7 +50,7 @@
>
<view>
<image
src=
"@/assets/reservation-images/calendar.png"
src=
"@/assets/reservation-images/calendar
_new
.png"
mode=
"widthFix"
></image>
</view>
...
...
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