|
@@ -65,18 +65,16 @@ const groundNoRemove = () => {
|
|
|
|
|
|
==========
|
|
==========
|
|
|
|
|
|
-// 【发布的时候】3d场景,iframe地址
|
|
|
|
-// 配置文件地址
|
|
|
|
-// let commonconfig = "https://www.3dyzt.com/eduTrain/3dMain/model/";
|
|
|
|
-// let commonconfig = "https://www.3dyzt.com/eduTrain/3dMain/model2/";// 正式
|
|
|
|
-let commonconfig = "https://www.3dyzt.com/eduTrain/3dMain/model3/";// 临时测试
|
|
|
|
-// 模型地址
|
|
|
|
-// let commonmodel = "https://www.3dyzt.com/eduTrain/3dMain/model/";
|
|
|
|
-// let commonmodel = "https://www.3dyzt.com/eduTrain/3dMain/model2/";// 正式
|
|
|
|
-let commonmodel = "https://www.3dyzt.com/eduTrain/3dMain/model3/";// 临时测试
|
|
|
|
|
|
+发布的时候,全局代码搜索
|
|
|
|
+http://localhost:5173/3dMain
|
|
|
|
|
|
|
|
+然后将对应开发地址 切换成 正式地址
|
|
|
|
|
|
|
|
+以及
|
|
|
|
+.env.development
|
|
|
|
+.env.production
|
|
|
|
|
|
|
|
+这两个文件,对应接口地址进行修改
|
|
|
|
|
|
|
|
|
|
|
|
|