Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
吕 成东
InzyCompanyPortal
Commits
f085f90f
Commit
f085f90f
authored
Jun 03, 2025
by
吕 成东
Browse files
1
parent
6b1938ed
Pipeline
#3084
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/Header.vue
View file @
f085f90f
...
...
@@ -24,7 +24,7 @@ const handleNavClick = (path: string) => {
}
onMounted
(()
=>
{
new
Swiper
(
'
.
swiper-container
'
,
{
new
Swiper
(
'
#
swiper-container
'
,
{
modules
:
[
Navigation
,
Pagination
,
Autoplay
],
loop
:
true
,
navigation
:
{
...
...
@@ -59,7 +59,7 @@ onMounted(() => {
</ul>
<div
style=
"clear: both;"
></div>
</div>
<div
class=
"swiper-container use-swiper"
>
<div
id=
"swiper-container"
class=
"swiper-container use-swiper"
>
<div
class=
"swiper-wrapper"
>
<div
class=
"swiper-slide"
>
<img
src=
"../assets/images/banner_one.png"
alt=
""
>
...
...
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