lsc 1 年之前
父節點
當前提交
f5f3aa05bf

+ 1 - 1
dist/index.html

@@ -25,7 +25,7 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.531514c8e0dfa222d582d570aef0417b.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.f583576dfec9dfc9a295.js></script><script type=text/javascript src=./static/js/vendor.47326b7cf726c651fd28.js></script><script type=text/javascript src=./static/js/app.baad967741e001a5e236.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.9fbf2447aed02172ced42e96037e33e7.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.f583576dfec9dfc9a295.js></script><script type=text/javascript src=./static/js/vendor.47326b7cf726c651fd28.js></script><script type=text/javascript src=./static/js/app.20ecd6f597994cd5a70c.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/app.9fbf2447aed02172ced42e96037e33e7.css


文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/app.9fbf2447aed02172ced42e96037e33e7.css.map


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.20ecd6f597994cd5a70c.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.20ecd6f597994cd5a70c.js.map


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.baad967741e001a5e236.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/manifest.f583576dfec9dfc9a295.js.map


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

@@ -775,9 +775,9 @@
                       <button class="info_btn" @click="pasteLine(itemTaskIndex)">
                         嵌入代码
                       </button>
-                      <button class="info_btn" @click="openSource(itemTaskIndex)">
+                      <!-- <button class="info_btn" @click="openSource(itemTaskIndex)">
                         添加资源
-                      </button>
+                      </button> -->
                       <!-- <button class="info_btn" @click="addImg($event)">
                         其他附件
                         <input type="file" accept="*" style="display: none" v-if="inputShow" @change="beforeUpload2($event, unitIndex, 12, itemTaskIndex)

+ 7 - 0
src/components/pages/course.vue

@@ -1013,6 +1013,13 @@ export default {
             } else if (res.data[0][cti].id == "34629bcc-d02f-11ec-8c78-005056b86db5") {
               this.CourseType2[2].id.push(res.data[0][cti].id);
             }
+            if(res.data[0][cti].id == "34628934-d02f-11ec-8c78-005056b86db5"){
+              res.data[0][cti].name = "年级";
+            }else if(res.data[0][cti].id == "34629907-d02f-11ec-8c78-005056b86db5"){
+              res.data[0][cti].name = "学科";
+            }else if(res.data[0][cti].id == "34629bcc-d02f-11ec-8c78-005056b86db5"){
+              res.data[0][cti].name = "主题";
+            }
           }
           for (var i = 0; i < res.data[0].length; i++) {
             if (!this.cid) {

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

@@ -353,9 +353,9 @@
                           <button class="info_btn" @click="pasteLine(0)">
                             嵌入代码
                           </button>
-                          <button class="info_btn" @click="openSource(0)">
+                          <!-- <button class="info_btn" @click="openSource(0)">
                             添加资源
-                          </button>
+                          </button> -->
                           <!-- <button class="info_btn" @click="addImg($event)">
                             其他附件
                             <input type="file" accept="*" style="display: none" v-if="inputShow" @change="beforeUpload2($event, unitIndex, 12, itemTaskIndex)

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

@@ -403,9 +403,9 @@
                           <button class="info_btn" @click="pasteLine(itemTaskIndex)">
                             嵌入代码
                           </button>
-                          <button class="info_btn" @click="openSource(itemTaskIndex)">
+                          <!-- <button class="info_btn" @click="openSource(itemTaskIndex)">
                             添加资源
-                          </button>
+                          </button> -->
                           <!-- <button class="info_btn" @click="addImg($event)">
                             其他附件
                             <input type="file" accept="*" style="display: none" v-if="inputShow" @change="beforeUpload2($event, unitIndex, 12, itemTaskIndex)

部分文件因文件數量過多而無法顯示