From cec912a49043697fc08e0f1f9b9f6fd9198894a1 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Tue, 14 Jan 2020 10:59:20 +0800 Subject: [PATCH] 关于我们 页面建立 --- src/views/about/index.vue | 13 +++++++++++++ src/views/solution/components/solutionSelect0.vue | 3 +++ 2 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/views/about/index.vue b/src/views/about/index.vue index 697aff0..5f0e105 100644 --- a/src/views/about/index.vue +++ b/src/views/about/index.vue @@ -26,6 +26,19 @@ 中兴智能交通股份有限公司成立于2000年4月,是致力于智能交通领域的专业公司,是中国首批从事智能交通( 公司的主营业务面向城市交通(公安交通、公共交通、智慧停车),城际交通(高速公路和铁路)和综合交通信息服务领域,为城市公安交通、公共交通、智慧停车、高速公路和轨道交通五大综合交通运输领域提供交通规划、方案设计、系统建设、运营和服务,构建以智能交通核心技术的产品研发、生产、系统建设和维护为一体的动静态交通业务生态服务体系。为客户提供个性化的智能交通解决方案和技术服务。同时公司在以智慧停车产品的研发、生产、销售和服务为基础的静态交通服务的基础上,为用户提供 + + " + 互联网+智慧停车 + "的"O2O"运营服务。公司着力于整合动态交通和静态交通的信息数据资源,通过云计算技术和物联网技术,为客户提供全方位的交通管理与综合交通信息服务。 + + 公司秉承 + + 构建绿色交通,享受安全便利出行 + + 的使命,致力于为客户创造更大价值,矢志成为 + + 智能交通领域的领跑者 +

2
diff --git a/src/views/solution/components/solutionSelect0.vue b/src/views/solution/components/solutionSelect0.vue index d9ff57e..e63a7ec 100644 --- a/src/views/solution/components/solutionSelect0.vue +++ b/src/views/solution/components/solutionSelect0.vue @@ -179,6 +179,9 @@ export default { this.currentIndex = 0 } } + }, + beforeDestroy() { + clearInterval(this.timer) } -- libgit2 0.21.4