lsc 1 year ago
parent
commit
697c74c6b5

+ 1 - 1
dist/index.html

@@ -25,7 +25,7 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.3f0aac826e91ee0003d344805ef7a0da.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3512a67a6213c2df4180.js></script><script type=text/javascript src=./static/js/vendor.1b8e037bd3fbbd358d74.js></script><script type=text/javascript src=./static/js/app.638d6b597bbb89806443.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.3ce99a27a022f567b4185b56c208009d.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3512a67a6213c2df4180.js></script><script type=text/javascript src=./static/js/vendor.1b8e037bd3fbbd358d74.js></script><script type=text/javascript src=./static/js/app.9482e23f3544651e9844.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.3ce99a27a022f567b4185b56c208009d.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.3ce99a27a022f567b4185b56c208009d.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.638d6b597bbb89806443.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.9482e23f3544651e9844.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.9482e23f3544651e9844.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.3512a67a6213c2df4180.js.map


+ 2 - 2
src/components/pages/addCourse.vue

@@ -1282,7 +1282,7 @@
                           ">
                                 <div style="margin-right: 20px; font-weight: bold"
                                   :id="'gj' + itemTaskIndex + '' + toolIndex">
-                                  步骤 {{ toolIndex + 1 }} :
+                                  工具 {{ toolIndex + 1 }} :
                                 </div>
                                 <div class="chooseWho">
                                   <div :class="itemTool.toolType == 0 ? 'isChooseActive' : ''
@@ -2250,7 +2250,7 @@
                           ">
                                 <div style="margin-right: 20px; font-weight: bold"
                                   :id="'gj' + itemTaskIndex + '' + toolIndex">
-                                  步骤 {{ toolIndex + 1 }} :
+                                  工具 {{ toolIndex + 1 }} :
                                 </div>
                                 <div class="remove" @click="deleteTool(itemTaskIndex, toolIndex)"
                                   v-if="itemTask.toolChoose.length > 1" style="right: 0"></div>

+ 3 - 3
src/components/pages/easy/addCourse.vue

@@ -511,7 +511,7 @@
                               ">
                               <div :id="'gj' + itemTaskIndex + '' + toolIndex"
                                 style="margin-right: 20px; font-weight: bold">
-                                步骤 {{ toolIndex + 1 }} :
+                                工具 {{ toolIndex + 1 }} :
                               </div>
                               <div class="chooseWho">
                                 <div :class="itemTool.toolType == 0 ? 'isChooseActive' : ''
@@ -2436,7 +2436,7 @@
                             position: relative;
                           ">
                           <div style="margin-right: 20px; font-weight: bold">
-                            步骤 {{ toolIndex + 1 }} :
+                            工具 {{ toolIndex + 1 }} :
                           </div>
                           <div class="chooseWho">
                             <!-- <div
@@ -3171,7 +3171,7 @@
                             position: relative;
                           ">
                           <div style="margin-right: 20px; font-weight: bold">
-                            步骤 {{ toolIndex + 1 }} :
+                            工具 {{ toolIndex + 1 }} :
                           </div>
                           <div class="remove" @click="deleteTool(itemTaskIndex, toolIndex)"
                             v-if="itemTask.toolChoose.length > 1" style="position: absolute; right: 55px"></div>

+ 3 - 3
src/components/pages/task/addCourse.vue

@@ -513,7 +513,7 @@
                               ">
                               <div :id="'gj' + itemTaskIndex + '' + toolIndex"
                                 style="margin-right: 20px; font-weight: bold">
-                                步骤 {{ toolIndex + 1 }} :
+                                工具 {{ toolIndex + 1 }} :
                               </div>
                               <div class="chooseWho">
                                 <div :class="itemTool.toolType == 0 ? 'isChooseActive' : ''
@@ -2783,7 +2783,7 @@
                             position: relative;
                           ">
                           <div style="margin-right: 20px; font-weight: bold">
-                            步骤 {{ toolIndex + 1 }} :
+                            工具 {{ toolIndex + 1 }} :
                           </div>
                           <div class="chooseWho">
                             <!-- <div :class="itemTool.toolType == 0 ? 'isChooseActive' : ''
@@ -3522,7 +3522,7 @@
                             position: relative;
                           ">
                           <div style="margin-right: 20px; font-weight: bold">
-                            步骤 {{ toolIndex + 1 }} :
+                            工具 {{ toolIndex + 1 }} :
                           </div>
                           <div class="remove" @click="deleteTool(itemTaskIndex, toolIndex)"
                             v-if="itemTask.toolChoose.length > 1" style="position: absolute; right: 55px"></div>

Some files were not shown because too many files changed in this diff