人生啊人生 2 bulan lalu
induk
melakukan
a5514c790c

+ 2 - 2
user_web/.env.development

@@ -6,5 +6,5 @@ VITE_API_BASE_URL =https://api.3dyzt.com:444/eduTrain1/userApi
 #发布的虚拟目录
 VITE_APP_Vitrural =./
 # 三维场景模型放置目录
-# VITE_APP_THREE_WORLD_URL=http://localhost:5173/
-VITE_APP_THREE_WORLD_URL=https://www.3dyzt.com/ShiZhengGuanWangZhiNengJianCeYuWeiHu/user_web/
+VITE_APP_THREE_WORLD_URL=http://localhost:5173/
+# VITE_APP_THREE_WORLD_URL=https://www.3dyzt.com/ShiZhengGuanWangZhiNengJianCeYuWeiHu/user_web/

+ 2 - 2
user_web/.env.production

@@ -3,5 +3,5 @@ VITE_API_BASE_URL =https://api.3dyzt.com:444/eduTrain1/userApi
 #发布的虚拟目录
 VITE_APP_Vitrural =./
 # 三维场景模型放置目录
-# VITE_APP_THREE_WORLD_URL=http://localhost:5173/
-VITE_APP_THREE_WORLD_URL=https://www.3dyzt.com/ShiZhengGuanWangZhiNengJianCeYuWeiHu/user_web/
+VITE_APP_THREE_WORLD_URL=http://localhost:5173/
+# VITE_APP_THREE_WORLD_URL=https://www.3dyzt.com/ShiZhengGuanWangZhiNengJianCeYuWeiHu/user_web/

+ 9 - 1
user_web/src/view/student/trainChapter/trainChapter.vue

@@ -358,6 +358,14 @@ const updateStudyProgress = () => {
 const initTips = () => {
     state.tipsKey++;
     state.tipsMsg = state.currentChapter.tips;
+    
+    console.log(
+        "initTips = () => { ===>",
+        threeWorldLoadType.value,
+        stepTipsBool.value,
+        stepThreeWorldEndOk.value
+    );
+
     if (state.currentStep == 0 && state.currentNode == 0) {
         state.tipsBtns = [
             {
@@ -822,7 +830,7 @@ const threeWorldLoadTypeEvent = () => {
         let objNewArray = newArray[i];
         let threeDimensionalConfig = objNewArray["threeDimensionalConfig"];
         // console.log("objNewArray", objNewArray);
-        // console.log("threeDimensionalConfig", threeDimensionalConfig);
+        console.log("threeWorldLoadTypeEvent ===> threeDimensionalConfig ===> ", threeDimensionalConfig);
 
         if (threeDimensionalConfig == "QV仿真实验") {
             threeWorldLoadType.value = "qv";

TEMPAT SAMPAH
user_web/说明/~$管理配置说明.doc