人生啊人生 3 달 전
부모
커밋
8854dac0cc
1개의 변경된 파일7개의 추가작업 그리고 9개의 파일을 삭제
  1. 7 9
      user_web/README.md

+ 7 - 9
user_web/README.md

@@ -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
 
+这两个文件,对应接口地址进行修改