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
b2e6a4c7
Commit
b2e6a4c7
authored
Jun 03, 2025
by
吕 成东
Browse files
更换 头部组件
parent
c70a8f43
Pipeline
#3081
canceled with stages
Changes
7
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
src/App.vue
View file @
b2e6a4c7
...
@@ -8,5 +8,4 @@ import { RouterView } from 'vue-router'
...
@@ -8,5 +8,4 @@ import { RouterView } from 'vue-router'
<
style
>
<
style
>
@import
'./styles/style.css'
;
@import
'./styles/style.css'
;
@import
'./styles/swiper.min.css'
;
</
style
>
</
style
>
\ No newline at end of file
src/styles/swiper.min.css
deleted
100644 → 0
View file @
c70a8f43
This diff is collapsed.
Click to expand it.
src/views/AboutView.vue
View file @
b2e6a4c7
<
script
setup
>
<
script
setup
>
import
The
Header
from
'
../components/
The
Header.vue
'
import
Header
from
'
../components/Header.vue
'
import
The
Footer
from
'
../components/
The
Footer.vue
'
import
Footer
from
'
../components/Footer.vue
'
</
script
>
</
script
>
<
template
>
<
template
>
<div
class=
"about"
>
<div
class=
"about"
>
<
The
Header
/>
<Header
/>
<div
class=
"center-width"
style=
"padding: 50px 0; min-height: 400px;"
>
<div
class=
"center-width"
style=
"padding: 50px 0; min-height: 400px;"
>
<h1>
关于我们
</h1>
<h1>
关于我们
</h1>
<p>
此页面正在开发中...
</p>
<p>
此页面正在开发中...
</p>
</div>
</div>
<
The
Footer
/>
<Footer
/>
</div>
</div>
</
template
>
</
template
>
\ No newline at end of file
src/views/CustomersView.vue
View file @
b2e6a4c7
<
script
setup
>
<
script
setup
>
import
The
Header
from
'
../components/
The
Header.vue
'
import
Header
from
'
../components/Header.vue
'
import
The
Footer
from
'
../components/
The
Footer.vue
'
import
Footer
from
'
../components/Footer.vue
'
</
script
>
</
script
>
<
template
>
<
template
>
<div
class=
"customers"
>
<div
class=
"customers"
>
<
The
Header
/>
<Header
/>
<div
class=
"center-width"
style=
"padding: 50px 0; min-height: 400px;"
>
<div
class=
"center-width"
style=
"padding: 50px 0; min-height: 400px;"
>
<h1>
客户名录
</h1>
<h1>
客户名录
</h1>
<p>
此页面正在开发中...
</p>
<p>
此页面正在开发中...
</p>
</div>
</div>
<
The
Footer
/>
<Footer
/>
</div>
</div>
</
template
>
</
template
>
\ No newline at end of file
\ No newline at end of file
src/views/JoinView.vue
View file @
b2e6a4c7
<
script
setup
>
<
script
setup
>
import
The
Header
from
'
../components/
The
Header.vue
'
import
Header
from
'
../components/Header.vue
'
import
The
Footer
from
'
../components/
The
Footer.vue
'
import
Footer
from
'
../components/Footer.vue
'
</
script
>
</
script
>
<
template
>
<
template
>
<div
class=
"join"
>
<div
class=
"join"
>
<
The
Header
/>
<Header
/>
<div
class=
"center-width"
style=
"padding: 50px 0; min-height: 400px;"
>
<div
class=
"center-width"
style=
"padding: 50px 0; min-height: 400px;"
>
<h1>
加入我们
</h1>
<h1>
加入我们
</h1>
<p>
此页面正在开发中...
</p>
<p>
此页面正在开发中...
</p>
</div>
</div>
<
The
Footer
/>
<Footer
/>
</div>
</div>
</
template
>
</
template
>
\ No newline at end of file
src/views/NewsView.vue
View file @
b2e6a4c7
<
script
setup
>
<
script
setup
>
import
The
Header
from
'
../components/
The
Header.vue
'
import
Header
from
'
../components/Header.vue
'
import
The
Footer
from
'
../components/
The
Footer.vue
'
import
Footer
from
'
../components/Footer.vue
'
</
script
>
</
script
>
<
template
>
<
template
>
<div
class=
"news"
>
<div
class=
"news"
>
<
The
Header
/>
<Header
/>
<div
class=
"center-width"
style=
"padding: 50px 0; min-height: 400px;"
>
<div
class=
"center-width"
style=
"padding: 50px 0; min-height: 400px;"
>
<h1>
新闻资讯
</h1>
<h1>
新闻资讯
</h1>
<p>
此页面正在开发中...
</p>
<p>
此页面正在开发中...
</p>
</div>
</div>
<
The
Footer
/>
<Footer
/>
</div>
</div>
</
template
>
</
template
>
\ No newline at end of file
src/views/ProductsView.vue
View file @
b2e6a4c7
<
script
setup
>
<
script
setup
>
import
The
Header
from
'
../components/
The
Header.vue
'
import
Header
from
'
../components/Header.vue
'
import
The
Footer
from
'
../components/
The
Footer.vue
'
import
Footer
from
'
../components/Footer.vue
'
</
script
>
</
script
>
<
template
>
<
template
>
<div
class=
"products"
>
<div
class=
"products"
>
<
The
Header
/>
<Header
/>
<div
class=
"center-width"
style=
"padding: 50px 0; min-height: 400px;"
>
<div
class=
"center-width"
style=
"padding: 50px 0; min-height: 400px;"
>
<h1>
产品技术
</h1>
<h1>
产品技术
</h1>
<p>
此页面正在开发中...
</p>
<p>
此页面正在开发中...
</p>
</div>
</div>
<
The
Footer
/>
<Footer
/>
</div>
</div>
</
template
>
</
template
>
...
...
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