|
@@ -41,7 +41,7 @@
|
|
|
<script type="module">
|
|
|
|
|
|
import * as THREE from "../libs/three.js/build/three.module.js";
|
|
|
- import browser from '../src/utils/browser.js' //这里必须加.js
|
|
|
+ import browser from '../src/custom/utils/browser.js' //这里必须加.js
|
|
|
|
|
|
/*var number = window.location.href.substring(window.location.href.indexOf("=") + 1);
|
|
|
if (number.indexOf("&") != -1) {
|