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
3ddf8850
Commit
3ddf8850
authored
Jun 26, 2023
by
zhanglw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
软件系统
parent
2c48761f
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
492 additions
and
18 deletions
+492
-18
index.js
src/router/index.js
+1
-1
routers.js
src/router/routers.js
+8
-0
titleMenus.vue
src/views/homepage/components/titleMenus.vue
+1
-1
titleMenusV2.vue
src/views/homepage/components/titleMenusV2.vue
+1
-1
index.vue
src/views/homepage/course/index.vue
+1
-5
index.vue
src/views/homepage/product/index.vue
+10
-10
index.vue
src/views/homepage/software/index.vue
+470
-0
No files found.
src/router/index.js
View file @
3ddf8850
...
@@ -9,7 +9,7 @@ import { filterAsyncRouter } from '@/store/modules/permission'
...
@@ -9,7 +9,7 @@ import { filterAsyncRouter } from '@/store/modules/permission'
NProgress
.
configure
({
showSpinner
:
false
})
// NProgress Configuration
NProgress
.
configure
({
showSpinner
:
false
})
// NProgress Configuration
const
whiteList
=
[
'
/login
'
,
'
/backlogin
'
,
'
/home
'
,
'
/product
'
,
'
/supplier
'
,
'
/project
'
,
'
/course
'
,
'
/information
'
]
// 免登录路由白名单
const
whiteList
=
[
'
/login
'
,
'
/backlogin
'
,
'
/home
'
,
'
/product
'
,
'
/supplier
'
,
'
/project
'
,
'
/
software
'
,
'
/
course
'
,
'
/information
'
]
// 免登录路由白名单
const
backUrlList
=
[
'
/dashboard
'
,
'
/system
'
,
'
/monitor
'
,
'
/sys-tools
'
,
'
/backstage
'
]
// 后台路由
const
backUrlList
=
[
'
/dashboard
'
,
'
/system
'
,
'
/monitor
'
,
'
/sys-tools
'
,
'
/backstage
'
]
// 后台路由
router
.
beforeEach
((
to
,
from
,
next
)
=>
{
router
.
beforeEach
((
to
,
from
,
next
)
=>
{
...
...
src/router/routers.js
View file @
3ddf8850
...
@@ -68,6 +68,14 @@ export const constantRouterMap = [
...
@@ -68,6 +68,14 @@ export const constantRouterMap = [
},
},
hidden
:
true
hidden
:
true
},
},
{
path
:
'
/software
'
,
meta
:
{
title
:
'
软件系统
'
,
noCache
:
true
},
component
:
(
resolve
)
=>
{
return
require
([
'
@/views/homepage/software/index
'
],
resolve
)
},
hidden
:
true
},
{
{
path
:
'
/course
'
,
path
:
'
/course
'
,
meta
:
{
title
:
'
专业培训
'
,
noCache
:
true
},
meta
:
{
title
:
'
专业培训
'
,
noCache
:
true
},
...
...
src/views/homepage/components/titleMenus.vue
View file @
3ddf8850
...
@@ -10,7 +10,7 @@ export default {
...
@@ -10,7 +10,7 @@ export default {
data
()
{
data
()
{
return
{
return
{
menus
:
[
menus
:
[
{
name
:
'
首页
'
,
url
:
'
/home
'
},
{
name
:
'
优质产品
'
,
url
:
'
/product
'
},
{
name
:
'
优质供应商
'
,
url
:
'
/supplier
'
},
{
name
:
'
解决方案与服务
'
,
url
:
'
/project
'
},
{
name
:
'
软件系统
'
},
{
name
:
'
专业培训
'
,
url
:
'
/course
'
},
{
name
:
'
行业资讯
'
,
url
:
'
/information
'
},
{
name
:
'
信息发布
'
}
{
name
:
'
首页
'
,
url
:
'
/home
'
},
{
name
:
'
优质产品
'
,
url
:
'
/product
'
},
{
name
:
'
优质供应商
'
,
url
:
'
/supplier
'
},
{
name
:
'
解决方案与服务
'
,
url
:
'
/project
'
},
{
name
:
'
软件系统
'
,
url
:
'
/software
'
},
{
name
:
'
专业培训
'
,
url
:
'
/course
'
},
{
name
:
'
行业资讯
'
,
url
:
'
/information
'
},
{
name
:
'
信息发布
'
}
],
],
currentMenuObj
:
null
currentMenuObj
:
null
}
}
...
...
src/views/homepage/components/titleMenusV2.vue
View file @
3ddf8850
...
@@ -17,7 +17,7 @@ export default {
...
@@ -17,7 +17,7 @@ export default {
data
()
{
data
()
{
return
{
return
{
menus
:
[
menus
:
[
{
name
:
'
首页
'
,
url
:
'
/home
'
},
{
name
:
'
优质产品
'
,
url
:
'
/product
'
},
{
name
:
'
优质供应商
'
,
url
:
'
/supplier
'
},
{
name
:
'
解决方案与服务
'
,
url
:
'
/project
'
},
{
name
:
'
软件系统
'
},
{
name
:
'
专业培训
'
,
url
:
'
/course
'
},
{
name
:
'
行业资讯
'
,
url
:
'
/information
'
},
{
name
:
'
信息发布
'
}
{
name
:
'
首页
'
,
url
:
'
/home
'
},
{
name
:
'
优质产品
'
,
url
:
'
/product
'
},
{
name
:
'
优质供应商
'
,
url
:
'
/supplier
'
},
{
name
:
'
解决方案与服务
'
,
url
:
'
/project
'
},
{
name
:
'
软件系统
'
,
url
:
'
/software
'
},
{
name
:
'
专业培训
'
,
url
:
'
/course
'
},
{
name
:
'
行业资讯
'
,
url
:
'
/information
'
},
{
name
:
'
信息发布
'
}
],
],
currentMenuObj
:
null
currentMenuObj
:
null
}
}
...
...
src/views/homepage/course/index.vue
View file @
3ddf8850
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
:src=
"item.imgSrc?imgSrcStart+'/img'+item.imgSrc:defaultImgSystem"
:src=
"item.imgSrc?imgSrcStart+'/img'+item.imgSrc:defaultImgSystem"
style=
"width:358px;height: 240px;left: -4px;top: -3px"
style=
"width:358px;height: 240px;left: -4px;top: -3px"
/>
/>
<div
class=
"line-text touch"
>
{{
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>
<div
class=
"line-btn"
style=
"margin-top: 14px"
>
<div
class=
"line-btn"
style=
"margin-top: 14px"
>
<div
class=
"btn-o"
style=
"width: 150px;border-radius: 10px;box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);font-size:20px;"
@
click=
"inquiry(item, 'course')"
>
课程定制
</div>
<div
class=
"btn-o"
style=
"width: 150px;border-radius: 10px;box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);font-size:20px;"
@
click=
"inquiry(item, 'course')"
>
课程定制
</div>
...
@@ -35,8 +35,6 @@
...
@@ -35,8 +35,6 @@
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
default_product
from
'
@/assets/home_images/default_product.png
'
import
default_project
from
'
@/assets/home_images/default_project.png
'
import
default_system
from
'
@/assets/home_images/default_system.png
'
import
default_system
from
'
@/assets/home_images/default_system.png
'
import
titleMenus
from
'
../components/titleMenusV2
'
import
titleMenus
from
'
../components/titleMenusV2
'
import
userLogin
from
'
../components/userLoginV2
'
import
userLogin
from
'
../components/userLoginV2
'
...
@@ -51,8 +49,6 @@ export default {
...
@@ -51,8 +49,6 @@ export default {
dicts
:
[
'
product_type
'
,
'
area_province
'
],
dicts
:
[
'
product_type
'
,
'
area_province
'
],
data
()
{
data
()
{
return
{
return
{
defaultImgProduct
:
default_product
,
defaultImgProject
:
default_project
,
defaultImgSystem
:
default_system
,
defaultImgSystem
:
default_system
,
imgSrcStart
:
process
.
env
.
VUE_APP_BASE_API
,
imgSrcStart
:
process
.
env
.
VUE_APP_BASE_API
,
page
:
1
,
page
:
1
,
...
...
src/views/homepage/product/index.vue
View file @
3ddf8850
...
@@ -144,33 +144,33 @@
...
@@ -144,33 +144,33 @@
<!--系统软件-->
<!--系统软件-->
<div
class=
"line-title"
><div
class=
"title-point"
/><span
class=
"title-text"
>
系统软件
</span></div>
<div
class=
"line-title"
><div
class=
"title-point"
/><span
class=
"title-text"
>
系统软件
</span></div>
<div
style=
"padding-top: 6px"
>
<div
style=
"padding-top: 6px"
>
<div
v-for=
"(item,index) in s
ystem
List"
:key=
"'p_'+index"
class=
"box-card"
style=
"padding: 0 0 10px 0"
>
<div
v-for=
"(item,index) in s
oftware
List"
:key=
"'p_'+index"
class=
"box-card"
style=
"padding: 0 0 10px 0"
>
<el-image
<el-image
:src=
"item.imgSrc?imgSrcStart+'/img'+item.imgSrc:defaultImgS
ystem
"
:src=
"item.imgSrc?imgSrcStart+'/img'+item.imgSrc:defaultImgS
oftware
"
style=
"width:358px;height: 240px;left: -4px;top: -3px"
style=
"width:358px;height: 240px;left: -4px;top: -3px"
/>
/>
<div
class=
"float-title touch"
>
{{
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"
>
<div
class=
"btn-o"
style=
"width: 150px;border-radius: 10px;box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);font-size:20px;"
@
click=
"inquiry(item, 's
ystem
')"
>
免费获取方案
</div>
<div
class=
"btn-o"
style=
"width: 150px;border-radius: 10px;box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);font-size:20px;"
@
click=
"inquiry(item, 's
oftware
')"
>
免费获取方案
</div>
</div>
</div>
</div>
</div>
<div
style=
"padding: 15px 50px;text-align: right"
><span
class=
"more touch"
title=
"点击查看更多..."
@
click=
"moreTo('s
ystem
')"
>
更多详情>>
</span></div>
<div
style=
"padding: 15px 50px;text-align: right"
><span
class=
"more touch"
title=
"点击查看更多..."
@
click=
"moreTo('s
oftware
')"
>
更多详情>>
</span></div>
</div>
</div>
<!--专业培训-->
<!--专业培训-->
<div
class=
"line-title"
><div
class=
"title-point"
/><span
class=
"title-text"
>
专业培训
</span></div>
<div
class=
"line-title"
><div
class=
"title-point"
/><span
class=
"title-text"
>
专业培训
</span></div>
<div
style=
"padding-top: 6px"
>
<div
style=
"padding-top: 6px"
>
<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+'/img'+item.imgSrc:defaultImgS
ystem
"
:src=
"item.imgSrc?imgSrcStart+'/img'+item.imgSrc:defaultImgS
oftware
"
style=
"width:358px;height: 240px;left: -4px;top: -3px"
style=
"width:358px;height: 240px;left: -4px;top: -3px"
/>
/>
<div
class=
"line-text touch"
>
{{
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>
<div
class=
"line-btn"
style=
"margin-top: 14px"
>
<div
class=
"line-btn"
style=
"margin-top: 14px"
>
<div
class=
"btn-o"
style=
"width: 150px;border-radius: 10px;box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);font-size:20px;"
@
click=
"inquiry(item, 'course')"
>
课程定制
</div>
<div
class=
"btn-o"
style=
"width: 150px;border-radius: 10px;box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);font-size:20px;"
@
click=
"inquiry(item, 'course')"
>
课程定制
</div>
</div>
</div>
</div>
</div>
<div
style=
"margin-bottom: 20px;padding: 15px 50px;text-align: right"
><span
class=
"more touch"
title=
"点击查看更多..."
@
click=
"moreTo('
system
')"
>
更多详情>>
</span></div>
<div
style=
"margin-bottom: 20px;padding: 15px 50px;text-align: right"
><span
class=
"more touch"
title=
"点击查看更多..."
@
click=
"moreTo('
course
')"
>
更多详情>>
</span></div>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -198,7 +198,7 @@ export default {
...
@@ -198,7 +198,7 @@ export default {
return
{
return
{
defaultImgProduct
:
default_product
,
defaultImgProduct
:
default_product
,
defaultImgProject
:
default_project
,
defaultImgProject
:
default_project
,
defaultImgS
ystem
:
default_system
,
defaultImgS
oftware
:
default_system
,
imgSrcStart
:
process
.
env
.
VUE_APP_BASE_API
,
imgSrcStart
:
process
.
env
.
VUE_APP_BASE_API
,
query
:
{
query
:
{
keyword
:
''
,
keyword
:
''
,
...
@@ -304,7 +304,7 @@ export default {
...
@@ -304,7 +304,7 @@ export default {
imgSrc
:
''
imgSrc
:
''
}
}
],
],
s
ystem
List
:
[
s
oftware
List
:
[
{
{
title
:
'
尾矿库在线监测系统
'
,
title
:
'
尾矿库在线监测系统
'
,
date
:
'
2023-06-12
'
,
date
:
'
2023-06-12
'
,
...
...
src/views/homepage/software/index.vue
0 → 100644
View file @
3ddf8850
This diff is collapsed.
Click to expand it.
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