|
@@ -73,12 +73,12 @@ watch(
|
|
|
// + '&commonconfig=http://localhost:5173/3dMain/model/'
|
|
|
// + '&commonmodel=http://localhost:5173/3dMain/model/';
|
|
|
|
|
|
-let commonconfig = "http://localhost:5173/3dMain/model_car_1/";
|
|
|
-let commonmodel = "http://localhost:5173/3dMain/model_car_1/";
|
|
|
+// let commonconfig = "http://localhost:5173/3dMain/model_car_1/";
|
|
|
+// let commonmodel = "http://localhost:5173/3dMain/model_car_1/";
|
|
|
|
|
|
-let threeWorldUrl = "3dMain/index.html#/main?id=zidingyi_lu_cun&user=zidingyi"
|
|
|
-+ '&commonconfig=' + commonconfig
|
|
|
-+ '&commonmodel=' + commonmodel;
|
|
|
+// let threeWorldUrl = "3dMain/index.html#/main?id=zidingyi_lu_cun&user=zidingyi"
|
|
|
+// + '&commonconfig=' + commonconfig
|
|
|
+// + '&commonmodel=' + commonmodel;
|
|
|
|
|
|
// let commonconfig = "https://www.3dyzt.com/ShiZhengGuanWangZhiNengJianCeYuWeiHu/user_web/3dMain/model_car_1/";
|
|
|
// let commonmodel = "https://www.3dyzt.com/ShiZhengGuanWangZhiNengJianCeYuWeiHu/user_web/3dMain/model_car_1/";
|
|
@@ -87,6 +87,15 @@ let threeWorldUrl = "3dMain/index.html#/main?id=zidingyi_lu_cun&user=zidingyi"
|
|
|
// + '&commonconfig=' + commonconfig
|
|
|
// + '&commonmodel=' + commonmodel;
|
|
|
|
|
|
+let threeWorldHost = import.meta.env.VITE_APP_THREE_WORLD_URL;
|
|
|
+
|
|
|
+let commonconfig = threeWorldHost + "3dMain/model_car_1/";
|
|
|
+let commonmodel = threeWorldHost + "3dMain/model_car_1/";
|
|
|
+
|
|
|
+let threeWorldUrl = "3dMain/index.html#/main?id=zidingyi_lu_cun&user=zidingyi"
|
|
|
++ '&commonconfig=' + commonconfig
|
|
|
++ '&commonmodel=' + commonmodel;
|
|
|
+
|
|
|
|
|
|
// 决定了,当前切换到哪个流程
|
|
|
CarMyThreeWorldStore().obj.processConfig = ref(
|