Skip to content

Commit c49fda5

Browse files
committed
【fix】引用路径
1 parent 079d92c commit c49fda5

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
@@ -94,7 +94,7 @@
9494
inputScript(`${libsurl}/echartsLayer/EchartsLayer.min.js`);
9595
}
9696
if (inArray(includes, 'three')) {
97-
inputScript(`${libsurl}/three/0.150.1/build/three.min.js`);
97+
inputScript(`${libsurl}/three/0.150.1/three.min.js`);
9898
}
9999
if (inArray(includes, 'three@0.121.1')) {
100100
inputScript(`${libsurl}/three/0.121.1/build/three.js`);

0 commit comments

Comments
 (0)