Skip to content

Commit 30f4705

Browse files
committed
【fix】优化例子配置 review by luoxiao
1 parent 9a8df71 commit 30f4705

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

examples/component/config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,35 +143,35 @@ var exampleConfig = {
143143
name_en: 'Tianditu',
144144
version: '10.0.0',
145145
thumbnail: 'components_Tianditu_vue.png',
146-
fileName: 'components_Tianditu_vue'
146+
fileName: 'components_tianditu_vue'
147147
},
148148
{
149149
name: '路线规划',
150150
name_en: 'Tianditu Route Plan',
151151
version: '10.0.0',
152152
thumbnail: 'components_Tianditu_route_vue.png',
153-
fileName: 'components_Tianditu_route_vue'
153+
fileName: 'components_tianditu_route_vue'
154154
},
155155
{
156156
name: 'POI搜索',
157157
name_en: 'Tianditu POI Search',
158158
version: '10.0.0',
159159
thumbnail: 'components_Tianditu_search_vue.png',
160-
fileName: 'components_Tianditu_search_vue'
160+
fileName: 'components_tianditu_search_vue'
161161
},
162162
{
163163
name: '天地图切换',
164164
name_en: 'Tianditu Switcher',
165165
version: '10.0.0',
166166
thumbnail: 'components_Tianditu_switch_vue.png',
167-
fileName: 'components_Tianditu_switch_vue'
167+
fileName: 'components_tianditu_switch_vue'
168168
},
169169
{
170170
name: '天地图首页',
171171
name_en: 'Tianditu Home',
172172
version: '10.0.0',
173173
thumbnail: 'components_Tianditu_home_vue.png',
174-
fileName: 'components_Tianditu_home_vue'
174+
fileName: 'components_tianditu_home_vue'
175175
}
176176
]
177177
},

examples/mapboxgl/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,7 @@ var exampleConfig = {
503503
name: "iServer数据服务矢量瓦片(2000万点)",
504504
name_en: "iServer REST Data VectorTile(20 million Point)",
505505
version: "10.0.0",
506+
localIgnore: true,
506507
thumbnail: "mvtVectorTile_restdata.png",
507508
fileName: "mvtVectorTile_restdata"
508509
}

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sonar.language=js
1414

1515
# Encoding of sources files
1616
sonar.sourceEncoding=UTF-8
17-
sonar.host.url=http://sonar.ispeco.com:9001
17+
sonar.host.url=https://sonar9001.ispeco.com
1818

1919
sonar.profile=Sonar way
2020
sonar.javascript.lcov.reportPath=test/testcoverage/lcov.info

0 commit comments

Comments
 (0)