|
@@ -70,9 +70,18 @@ import { CommonGuiDbListTwo } from "../../utils/common/CommonGuiDbListTwo.js";
|
|
|
// + '&commonmodel=' + commonmodel;
|
|
|
|
|
|
|
|
|
+// let hostUrl = import.meta.env.VITE_THREE_WORLD_URL;
|
|
|
+// let commonconfig = hostUrl + "/3dMain/model_water_car_7/";
|
|
|
+// let commonmodel = hostUrl + "/3dMain/model_water_car_7/";
|
|
|
+
|
|
|
+// let threeWorldUrl = "3dMain/index.html#/main?id=zidingyi_lu_cun&user=zidingyi"
|
|
|
+// + '&commonconfig=' + commonconfig
|
|
|
+// + '&commonmodel=' + commonmodel;
|
|
|
+
|
|
|
+
|
|
|
let hostUrl = import.meta.env.VITE_THREE_WORLD_URL;
|
|
|
-let commonconfig = hostUrl + "/3dMain/model_water_car_7/";
|
|
|
-let commonmodel = hostUrl + "/3dMain/model_water_car_7/";
|
|
|
+let commonconfig = hostUrl + "/3dMain/model_water_car_8/";
|
|
|
+let commonmodel = hostUrl + "/3dMain/model_water_car_8/";
|
|
|
|
|
|
let threeWorldUrl = "3dMain/index.html#/main?id=zidingyi_lu_cun&user=zidingyi"
|
|
|
+ '&commonconfig=' + commonconfig
|