File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -143,35 +143,35 @@ var exampleConfig = {
143
143
name_en : 'Tianditu' ,
144
144
version : '10.0.0' ,
145
145
thumbnail : 'components_Tianditu_vue.png' ,
146
- fileName : 'components_Tianditu_vue '
146
+ fileName : 'components_tianditu_vue '
147
147
} ,
148
148
{
149
149
name : '路线规划' ,
150
150
name_en : 'Tianditu Route Plan' ,
151
151
version : '10.0.0' ,
152
152
thumbnail : 'components_Tianditu_route_vue.png' ,
153
- fileName : 'components_Tianditu_route_vue '
153
+ fileName : 'components_tianditu_route_vue '
154
154
} ,
155
155
{
156
156
name : 'POI搜索' ,
157
157
name_en : 'Tianditu POI Search' ,
158
158
version : '10.0.0' ,
159
159
thumbnail : 'components_Tianditu_search_vue.png' ,
160
- fileName : 'components_Tianditu_search_vue '
160
+ fileName : 'components_tianditu_search_vue '
161
161
} ,
162
162
{
163
163
name : '天地图切换' ,
164
164
name_en : 'Tianditu Switcher' ,
165
165
version : '10.0.0' ,
166
166
thumbnail : 'components_Tianditu_switch_vue.png' ,
167
- fileName : 'components_Tianditu_switch_vue '
167
+ fileName : 'components_tianditu_switch_vue '
168
168
} ,
169
169
{
170
170
name : '天地图首页' ,
171
171
name_en : 'Tianditu Home' ,
172
172
version : '10.0.0' ,
173
173
thumbnail : 'components_Tianditu_home_vue.png' ,
174
- fileName : 'components_Tianditu_home_vue '
174
+ fileName : 'components_tianditu_home_vue '
175
175
}
176
176
]
177
177
} ,
Original file line number Diff line number Diff line change @@ -503,6 +503,7 @@ var exampleConfig = {
503
503
name : "iServer数据服务矢量瓦片(2000万点)" ,
504
504
name_en : "iServer REST Data VectorTile(20 million Point)" ,
505
505
version : "10.0.0" ,
506
+ localIgnore : true ,
506
507
thumbnail : "mvtVectorTile_restdata.png" ,
507
508
fileName : "mvtVectorTile_restdata"
508
509
}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ sonar.language=js
14
14
15
15
# Encoding of sources files
16
16
sonar.sourceEncoding =UTF-8
17
- sonar.host.url =http ://sonar .ispeco.com:9001
17
+ sonar.host.url =https ://sonar9001 .ispeco.com
18
18
19
19
sonar.profile =Sonar way
20
20
sonar.javascript.lcov.reportPath =test/testcoverage/lcov.info
You can’t perform that action at this time.
0 commit comments