lsc 1 year ago
parent
commit
8e73d1d7e5

+ 1 - 1
dist/index.html

@@ -18,7 +18,7 @@
       border-radius: 10px;
       -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
       background-color: rgba(0, 0, 0, 0.1);
-    }</style><link href=./static/css/app.be56b1ba83f66c18e6504ada952638bd.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.8d7171b1fe858bda1433.js></script><script type=text/javascript src=./static/js/app.734de7b31328335c60d4.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.52c9b5325d78314aa6c35da247c67668.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.8d7171b1fe858bda1433.js></script><script type=text/javascript src=./static/js/app.2742d624f08cb33f2f54.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.52c9b5325d78314aa6c35da247c67668.css


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


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


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


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


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


+ 19 - 20
src/components/index.vue

@@ -66,7 +66,8 @@
                     tType +
                     '&screenType=' +
                     screenType
-                  )">
+                  )
+                ">
                 <div class="wheel">
                   <img :src="
                     item.cover
@@ -119,25 +120,23 @@
                 <div class="title">{{ type.name }}</div>
                 <div style="display: flex;flex-flow: wrap;margin-top: 20px;">
                   <div class="box_course" v-for="(item, index) in type.course" :key="tindex + '-' + index" @click="
-                    goTo(
-                      '/courseDetailS?courseId=' +
-                      item.courseId +
-                      '&userid=' +
-                      userid +
-                      '&oid=' +
-                      oid +
-                      '&org=' +
-                      org +
-                      '&cid=' +
-                      classId +
-                      '&tType=' +
-                      tType +
-                      '&role=' +
-                      role +
-                      '&screenType=' +
-                      screenType
-                    )
-                  ">
+                     goTo(
+                        '/courseDetail?courseId=' +
+                        item.courseId +
+                        '&userid=' +
+                        userid +
+                        '&oid=' +
+                        oid +
+                        '&org=' +
+                        org +
+                        '&cid=' +
+                        classId +
+                        '&tType=' +
+                        tType +
+                        '&screenType=' +
+                        screenType
+                      )
+                    ">
                     <div class="wheel">
                       <img :src="
                         item.cover

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