Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
69523651
Commit
69523651
authored
Jun 09, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
启动页增加logo,已发布生产
parent
d7a93dcd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
pages/lanch/index.vue
+14
-4
static/images/logoLanuch.png
+0
-0
No files found.
pages/lanch/index.vue
View file @
69523651
<
template
>
<view
class=
""
>
<view
class=
"loadTxt"
>
Loading...
</view>
<view
class=
"container"
>
<view
class=
"loadTxt"
>
<image
src=
"@/static/images/logoLanuch.png"
style=
"width: 50rpx; height: 50rpx;"
mode=
"widthFix"
/>
</view>
<restrictedTip
ref=
"restrictedTipRef"
/>
</view>
...
...
@@ -157,10 +163,15 @@
}
</
script
>
<
style
lang=
"scss"
scoped
>
.container
{
min-height
:
100vh
;
background-color
:
#fff
;
box-sizing
:
border-box
;
}
.loadTxt
{
margin-top
:
100
rpx
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
font-size
:
30
rpx
;
}
</
style
>
\ No newline at end of file
static/images/logoLanuch.png
0 → 100644
View file @
69523651
47.5 KB
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