surprise
2024-04-07 e4b5218fd22247977da5e8f7152ee966a25d89ec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
const menuTools ={
    homePageData:[
        {
            clazz:'carousel1',
             label:'SmartEarth产品体验中心',
             val:[
                '零插件 || 轻量级 || B/S架构 || 易开发'
             ]
        },
        {
            clazz:'carousel2',
            label:'SmartEarth Web GIS',
            val:[
               '轻量级WebGIS开发框架'
            ]
       },  {
        clazz:'carousel3',
        label:'Parallel World平行世界孪生平台',
        val:[
           '高保真Web端渲染引擎'
        ]
   },  {
    clazz:'carousel4',
    label:'SmartEarth CIM引擎平台',
    val:[
       '新一代语义级数字孪生开发平台',
       '海量BIM构件秒级加载'
    ]
}
    ],
    pwPageData:{  
         img:    [
            { clazz:'carousel1'},
            { clazz:'carousel2'},
            { clazz:'carousel3'},
            { clazz:'carousel4'},
            { clazz:'carousel5'},
               ],
               label:{
                  title:'Parallel World平行世界孪生平台',
                  val:[
                     '高保真Web端渲染引擎'
                  ]
               }
    },
    webGisPageData:{  
      img:    [
         { clazz:'carousel1'},
         { clazz:'carousel2'},
         { clazz:'carousel3'},
     
            ],
            label:{
               title:'SmartEarth Web GIS',
               val:[
                  '轻量级 || B/S框架 || 全要素 || 虚实结合'
               ]
            },
            url:'http://183.162.245.49:82/sdkdemo_2022/#/',
            tabs:[
               {
               name:'空间量算',
               img:'measurement.png',
               feature:'Measurement.png'
            }, {
               name:'空间分析',
               img:'spatialanalysis.png',
               feature:'spatialAnalysis2.png'
            }, {
               name:'视频融合',
               img:'videointegration.png',
               feature:'videointegration.png'
            }, {
               name:'场景特效',
               img:'spatialeffect.png',
               feature:'spatialEffects.jpg'
            }, {
               name:'C3D服务',
               img:'C3D.png',
               feature:'C3D.png'
            }, {
               name:'在线编辑',
               img:'onlineedit.png',
               feature:'onlineedit.png'
            },
         ]
            
 },
 
    
}
export default menuTools;