hbt-training-ui/src/dataDemo/index

16 lines
2.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

//智慧化工园区总体介绍
export const indexPageData = {
"parkIntroduction": '上海青浦工业园区是1995年11月25日经上海市人民政府批准成立的九大市级工业开发区之一目前规划面积56.2平方公里。园区不仅位于长三角"之"字型经济圈的交接处,是上海通往江苏、浙江两省的交汇点,而且也是长三角制造业产业带的中心,具有承东启西、东联西进产业带的枢纽作用和对长三角、华东地区的辐射作用。\n' +
'经过20多年的开发建设上海青浦工业园区已经成为全区经济发展的重要增长极2016年园区的规模工业产值、就业人口和税收收入分别占全区的1/2、1/3和1/4; 已经成为全市投资环境最好的区域之一世界500强和行业龙头企业纷纷在园区投资落户。目前已形成了以德国海德堡为代表的印刷传媒产业以日立电梯为代表的精密机械产业以腾讯云计算为代表的电子信息产业以高田汽配为代表的汽车零部件产业以日本尤妮佳为代表的纺织新材料产业等主导产业格局。同时一批研发中心、技术服务中心等与园区制造业相关的配套生产性服务业也初具雏形综合配套能力不断提升产城联动效应逐步显现。',
"menu": [
{menuName: '一园一档', path: '/front/oneGardenAndOneGear',imgName:'yyyd'},
{menuName: '一企一档', path: '/front/oneGearPerEnterprise',imgName:'yqyd'},
{menuName: '智慧安监', path: '/front/smartSafetySupervision',imgName:'zhaj'},
{menuName: '智慧环保', path: '/front/smartAndEnvironmentallyFriendly',imgName:'zhhb'},
{menuName: '智慧应急', path: '/front/smartEmergency',imgName:'zhyj'},
{menuName: '封闭园区', path: '/front/closedCampus',imgName:'fbyq'},
{menuName: '智慧能源', path: '/front/smartEnergy',imgName:'zhny'},
{menuName: '智慧管廊', path: '/',imgName:'zhgl'},
]
}