Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sensorConsult
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
zhanglw
sensorConsult
Commits
eaf2b85d
Commit
eaf2b85d
authored
Aug 14, 2023
by
zhanglw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
5c338c14
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
cisnet_logo.png
src/assets/home_images/cisnet_logo.png
+0
-0
index.vue
src/views/homepage/course/index.vue
+1
-1
index.vue
src/views/homepage/index.vue
+1
-1
index.vue
src/views/homepage/product/index.vue
+3
-3
index.vue
src/views/homepage/software/index.vue
+1
-1
No files found.
src/assets/home_images/cisnet_logo.png
0 → 100644
View file @
eaf2b85d
12.4 KB
src/views/homepage/course/index.vue
View file @
eaf2b85d
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<div
v-for=
"(item,index) in courseList"
:key=
"'p_'+index"
class=
"box-card"
style=
"padding: 0 0 10px 0"
>
<div
v-for=
"(item,index) in courseList"
:key=
"'p_'+index"
class=
"box-card"
style=
"padding: 0 0 10px 0"
>
<el-image
<el-image
:src=
"item.imgSrc?imgSrcStart+'/productPic/'+item.imgSrc:defaultImgSystem"
:src=
"item.imgSrc?imgSrcStart+'/productPic/'+item.imgSrc:defaultImgSystem"
style=
"width:3
58px;height: 240px;left: -4
px;top: -3px"
style=
"width:3
48px;height: 240
px;top: -3px"
/>
/>
<div
class=
"line-text touch"
@
click=
"goToDetails(item, 'course')"
>
{{
item
.
title
}}
</div>
<div
class=
"line-text touch"
@
click=
"goToDetails(item, 'course')"
>
{{
item
.
title
}}
</div>
<div
style=
"width: 100%;text-align: center;padding: 2px;color: #333"
>
{{
item
.
subTitle
}}
</div>
<div
style=
"width: 100%;text-align: center;padding: 2px;color: #333"
>
{{
item
.
subTitle
}}
</div>
...
...
src/views/homepage/index.vue
View file @
eaf2b85d
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"head-box"
>
<div
class=
"head-box"
>
<div
class=
"head-box-top"
>
<div
class=
"head-box-top"
>
<div
class=
"top-call"
/>
<div
class=
"top-call"
/>
<div
class=
"top-call"
><img
src=
"@/assets/home_images/
gemho_logo.png
"
alt=
"gemho-logo"
></div>
<div
class=
"top-call"
><img
src=
"@/assets/home_images/
cisnet_logo.png"
height=
"50"
width=
"275
"
alt=
"gemho-logo"
></div>
<div
class=
"top-call"
><title-menus
ref=
"titleMenus"
menu-index=
"0"
/></div>
<div
class=
"top-call"
><title-menus
ref=
"titleMenus"
menu-index=
"0"
/></div>
<div
class=
"top-call"
><user-login
ref=
"userLogin"
/></div>
<div
class=
"top-call"
><user-login
ref=
"userLogin"
/></div>
<div
class=
"top-call"
><language-setting
ref=
"languageSetting"
/></div>
<div
class=
"top-call"
><language-setting
ref=
"languageSetting"
/></div>
...
...
src/views/homepage/product/index.vue
View file @
eaf2b85d
...
@@ -151,7 +151,7 @@
...
@@ -151,7 +151,7 @@
<div
v-for=
"(item,index) in softwareList"
:key=
"'p_'+index"
class=
"box-card"
style=
"padding: 0 0 10px 0"
>
<div
v-for=
"(item,index) in softwareList"
:key=
"'p_'+index"
class=
"box-card"
style=
"padding: 0 0 10px 0"
>
<el-image
<el-image
:src=
"item.imgSrc?imgSrcStart+'/productPic/'+item.imgSrc:defaultImgSoftware"
:src=
"item.imgSrc?imgSrcStart+'/productPic/'+item.imgSrc:defaultImgSoftware"
style=
"width:3
58px;height: 240px;left: -4
px;top: -3px"
style=
"width:3
48px;height: 240
px;top: -3px"
/>
/>
<div
class=
"float-title touch"
@
click=
"goToDetails(item, '/product/details')"
>
{{
item
.
title
}}
</div>
<div
class=
"float-title touch"
@
click=
"goToDetails(item, '/product/details')"
>
{{
item
.
title
}}
</div>
<div
class=
"line-btn"
style=
"margin-top: 4px"
>
<div
class=
"line-btn"
style=
"margin-top: 4px"
>
...
@@ -168,7 +168,7 @@
...
@@ -168,7 +168,7 @@
<div
v-for=
"(item,index) in courseList"
:key=
"'p_'+index"
class=
"box-card"
style=
"padding: 0 0 10px 0"
>
<div
v-for=
"(item,index) in courseList"
:key=
"'p_'+index"
class=
"box-card"
style=
"padding: 0 0 10px 0"
>
<el-image
<el-image
:src=
"item.imgSrc?imgSrcStart+'/productPic/'+item.imgSrc:defaultImgSoftware"
:src=
"item.imgSrc?imgSrcStart+'/productPic/'+item.imgSrc:defaultImgSoftware"
style=
"width:3
58px;height: 240px;left: -4
px;top: -3px"
style=
"width:3
48px;height: 240
px;top: -3px"
/>
/>
<div
class=
"line-text touch"
@
click=
"goToDetails(item, '/product/details')"
>
{{
item
.
title
}}
</div>
<div
class=
"line-text touch"
@
click=
"goToDetails(item, '/product/details')"
>
{{
item
.
title
}}
</div>
<div
style=
"width: 100%;text-align: center;padding: 2px;color: #333"
>
{{
item
.
subTitle
}}
</div>
<div
style=
"width: 100%;text-align: center;padding: 2px;color: #333"
>
{{
item
.
subTitle
}}
</div>
...
@@ -305,7 +305,7 @@ export default {
...
@@ -305,7 +305,7 @@ export default {
// 点击更多
// 点击更多
moreTo
(
type
)
{
moreTo
(
type
)
{
if
(
type
===
'
product
'
)
{
if
(
type
===
'
product
'
)
{
this
.
pageSize
+=
4
this
.
pageSize
+=
8
this
.
search
()
this
.
search
()
}
else
if
(
type
===
'
project
'
)
{
}
else
if
(
type
===
'
project
'
)
{
this
.
$router
.
push
({
path
:
`/project`
})
this
.
$router
.
push
({
path
:
`/project`
})
...
...
src/views/homepage/software/index.vue
View file @
eaf2b85d
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<div
v-for=
"(item,index) in softwareList"
:key=
"'p_'+index"
class=
"box-card"
style=
"padding: 0 0 10px 0"
>
<div
v-for=
"(item,index) in softwareList"
:key=
"'p_'+index"
class=
"box-card"
style=
"padding: 0 0 10px 0"
>
<el-image
<el-image
:src=
"item.imgSrc?imgSrcStart+'/productPic/'+item.imgSrc:defaultImgSystem"
:src=
"item.imgSrc?imgSrcStart+'/productPic/'+item.imgSrc:defaultImgSystem"
style=
"width:3
58px;height: 240px;left: -4
px;top: -3px"
style=
"width:3
48px;height: 240
px;top: -3px"
/>
/>
<div
class=
"float-title touch"
@
click=
"goToDetails(item, 'software')"
>
{{
item
.
title
}}
</div>
<div
class=
"float-title touch"
@
click=
"goToDetails(item, 'software')"
>
{{
item
.
title
}}
</div>
<div
class=
"line-btn"
style=
"margin-top: 4px"
>
<div
class=
"line-btn"
style=
"margin-top: 4px"
>
...
...
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