diff --git a/webintroduce/src/App.vue b/webintroduce/src/App.vue index 8d4386f..eaffbaf 100644 --- a/webintroduce/src/App.vue +++ b/webintroduce/src/App.vue @@ -107,7 +107,7 @@ export default { width: 22px; height: 22px; background: url("assets/images/back.png") no-repeat; - right:10px; + right:20px; bottom: 10px; display: none; cursor: pointer; diff --git a/webintroduce/src/assets/images/enterprise/introduce-main.png b/webintroduce/src/assets/images/enterprise/introduce.png index f7cadb2..f7cadb2 100644 --- a/webintroduce/src/assets/images/enterprise/introduce-main.png +++ b/webintroduce/src/assets/images/enterprise/introduce.png diff --git a/webintroduce/src/assets/images/government/introduce.png b/webintroduce/src/assets/images/government/introduce.png new file mode 100644 index 0000000..df89abf --- /dev/null +++ b/webintroduce/src/assets/images/government/introduce.png diff --git a/webintroduce/src/components/Vintroduce.vue b/webintroduce/src/components/Vintroduce.vue new file mode 100644 index 0000000..a2683a9 --- /dev/null +++ b/webintroduce/src/components/Vintroduce.vue @@ -0,0 +1,38 @@ + + + + + diff --git a/webintroduce/src/views/enterprise.vue b/webintroduce/src/views/enterprise.vue index 2083c9e..84a527c 100644 --- a/webintroduce/src/views/enterprise.vue +++ b/webintroduce/src/views/enterprise.vue @@ -6,12 +6,13 @@ subTitle="一城一网一平台 一车一位一编号" > -
-

城市级智慧停车运营管理云平台

-

- 城市级智慧停车管理云平台,通过物联网、云计算以及互联网技术,深度整合城市停车资源,对城市路内停车管理以及封闭式停车管理建立统一管理平台,真正实现“一城一网一平台,一车一位一编号”,推进停车位资源优化配置,实现城市停车标准化、精细化管理,盘活停车泊位存量,优化泊位增量,规范停车秩序,解决停车难题,提高城市停车治理水平

+ -
import Vsetion from '../components/Vsetion' import Vbanner from '../components/Vbanner' +import Vintroduce from '../components/Vintroduce' export default { name: 'VEnterprise', components: { - Vsetion, Vbanner + Vsetion, Vbanner, Vintroduce }, data() { return { bannerImg:require('../assets/images/enterprise/banner.png'), + introduceBg:require('../assets/images/enterprise/introduce.png'), insideList: [ '实时采集车位状态停车时长,后台实时监管后台实时监管', '精确记录停车时长,后台实时监管后台实时监管', @@ -81,22 +84,7 @@ export default {