chao 1 year ago
parent
commit
90cf7c3444

+ 1 - 1
dist/assets/Details-dKsZCiMY.js → dist/assets/Details-85X_Yi0Z.js

@@ -1 +1 @@
-import{u as m,r as i,o as p,a as l,b as a,c as b,d as t,w as s,F as f,H as h,e as n,t as k,f as v,g,h as r,i as y,C,j as x,P as B,k as N}from"./index-TjueUlfD.js";const V={class:"iframDiv"},P={__name:"Details",setup(D){const{query:u,params:o}=m();console.log(u,o);const e=i("");return p(()=>{e.value=o.title}),(w,F)=>{const c=l("el-breadcrumb-item"),_=l("el-breadcrumb"),d=l("el-page-header");return a(),b(f,null,[t(h),t(d,null,{breadcrumb:s(()=>[t(_,{separator:"/"},{default:s(()=>[t(c,{to:{path:"/"}},{default:s(()=>[n(" 首页 ")]),_:1}),t(c,null,{default:s(()=>[n(k(v(o).title),1)]),_:1})]),_:1})]),default:s(()=>[g("div",V,[e.value=="课程列表"?(a(),r(C,{key:0})):e.value=="资源中心"?(a(),r(x,{key:1})):e.value=="实践中心"?(a(),r(B,{key:2})):e.value=="其他课程资源"?(a(),r(N,{key:3})):y("",!0)])]),_:1})],64)}}};export{P as default};
+import{u as m,r as i,o as p,a as l,b as a,c as b,d as t,w as s,F as f,H as h,e as n,t as k,f as v,g,h as r,i as y,C,j as x,P as B,k as N}from"./index-oIrhpzy0.js";const V={class:"iframDiv"},P={__name:"Details",setup(D){const{query:u,params:o}=m();console.log(u,o);const e=i("");return p(()=>{e.value=o.title}),(w,F)=>{const c=l("el-breadcrumb-item"),_=l("el-breadcrumb"),d=l("el-page-header");return a(),b(f,null,[t(h),t(d,null,{breadcrumb:s(()=>[t(_,{separator:"/"},{default:s(()=>[t(c,{to:{path:"/"}},{default:s(()=>[n(" 首页 ")]),_:1}),t(c,null,{default:s(()=>[n(k(v(o).title),1)]),_:1})]),_:1})]),default:s(()=>[g("div",V,[e.value=="课程列表"?(a(),r(C,{key:0})):e.value=="资源中心"?(a(),r(x,{key:1})):e.value=="实践中心"?(a(),r(B,{key:2})):e.value=="其他课程资源"?(a(),r(N,{key:3})):y("",!0)])]),_:1})],64)}}};export{P as default};

File diff suppressed because it is too large
+ 0 - 0
dist/assets/admin-SOXxO9G9.js


File diff suppressed because it is too large
+ 0 - 0
dist/assets/index-RkAG6tll.css


File diff suppressed because it is too large
+ 0 - 0
dist/assets/index-oIrhpzy0.js


+ 2 - 2
dist/index.html

@@ -8,8 +8,8 @@
     <script>
       document.domain = "cocorobo.cn"
     </script>
-    <script type="module" crossorigin src="./assets/index-TjueUlfD.js"></script>
-    <link rel="stylesheet" crossorigin href="./assets/index-1hyu3yQE.css">
+    <script type="module" crossorigin src="./assets/index-oIrhpzy0.js"></script>
+    <link rel="stylesheet" crossorigin href="./assets/index-RkAG6tll.css">
   </head>
   <body>
     <div id="app"></div>

+ 3 - 2
src/components/main/other.vue

@@ -17,7 +17,7 @@
       <div class="grid-content" @click="openApplication('study')">
         <!-- <router-link to="/iframe/其他课程资源/课程中心"> -->
         <img :src="Img2" alt="">
-        <span class="course_down" @click="courseDown()">课件下载</span>
+        <span class="course_down" @click="courseDown($event)">课件下载</span>
         <div>
           <span>拓展课程</span>
           <p>教师使用预置或自定义补充资源开展授课。</p>
@@ -68,8 +68,9 @@ const openApplication = (type) => {
     top.U.MD.D.I.openApplication(type)
   }
 }
-const courseDown = () => {
+const courseDown = e => {
   dialogVisible.value = true
+  e.stopPropagation();
 }
 </script>
 <style lang="scss" scoped>

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