Skip to content

Commit a6b7d5d

Browse files
committed
【 fix 】修复 three 引入路径多了一个 s ,review by xiongjj
1 parent b6170a6 commit a6b7d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/mapboxgl/include-mapboxgl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
inputScript('https://iclient.supermap.io/web/libs/echartsLayer/EchartsLayer.min.js');
9191
}
9292
if (inArray(includes, 'three')) {
93-
inputScript('https://iclient.supermap.io/web/libs/three/0.121.1/build/three.jss');
93+
inputScript('https://iclient.supermap.io/web/libs/three/0.121.1/build/three.js');
9494
}
9595
if (inArray(includes, 'xlsx')) {
9696
inputScript('https://iclient.supermap.io/web/libs/xlsx/0.17.2/xlsx.core.min.js');

0 commit comments

Comments
 (0)