chao 6 mēneši atpakaļ
vecāks
revīzija
a87745f417

+ 1 - 1
dist/assets/Details-SY2gcREO.js → dist/assets/Details-x9mm4GTM.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-7xiGafJX.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-u0iT059k.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};

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/assets/admin-51oCwALz.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/assets/index-M-K4jkb_.css


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/assets/index-u0iT059k.js


+ 2 - 2
dist/index.html

@@ -8,8 +8,8 @@
     <script>
       document.domain = "cocorobo.cn"
     </script>
-    <script type="module" crossorigin src="./assets/index-7xiGafJX.js"></script>
-    <link rel="stylesheet" crossorigin href="./assets/index-ASa8LFU-.css">
+    <script type="module" crossorigin src="./assets/index-u0iT059k.js"></script>
+    <link rel="stylesheet" crossorigin href="./assets/index-M-K4jkb_.css">
   </head>
   <body>
     <div id="app"></div>

BIN
src/assets/icon/AI.png


+ 27 - 12
src/components/main/other.vue

@@ -25,6 +25,17 @@
         <!-- </router-link> -->
       </div>
     </el-col>
+    <el-col :span="6">
+      <div class="grid-content" @click="openApplication()">
+        <!-- <router-link to="/iframe/其他课程资源/课程中心"> -->
+        <img :src="Img3" alt="">
+        <div>
+          <span>AI大模型应用</span>
+          <p>多个基于大模型打造的AI应用,助力人工智能教育。</p>
+        </div>
+        <!-- </router-link> -->
+      </div>
+    </el-col>
   </el-row>
 
   <el-dialog v-model="dialogVisible" :before-close="handleClose" width=1200>
@@ -49,7 +60,7 @@
 import { ref, onMounted } from 'vue';
 import Img1 from '@/assets/icon/课程管理.png'
 import Img2 from '@/assets/icon/课程中心.png'
-import Img3 from '@/assets/icon/学生评价icon.png'
+import Img3 from '@/assets/icon/AI.png'
 import CourseSelect from './downloadCourse.vue';
 import { userInfoStore } from '@/stores/counter'
 
@@ -57,17 +68,21 @@ const InfoStore = userInfoStore()
 const dialogVisible = ref(false)
 
 const openApplication = (type) => {
-  console.log(type, InfoStore.user)
-  // if (type == "study") {
-  //   if (InfoStore.user.type == 2) {
-  //     top.U.MD.D.I.openApplication('studentStudy')
-  //   } else {
-  //     top.U.MD.D.I.openApplication('study')
-  //   }
-  // } else {
-  //   top.U.MD.D.I.openApplication(type)
-  // }
-  window.open('https://cloud.cocorobo.cn//#/'+type)
+  if (type) {
+    console.log(type, InfoStore.user)
+    // if (type == "study") {
+    //   if (InfoStore.user.type == 2) {
+    //     top.U.MD.D.I.openApplication('studentStudy')
+    //   } else {
+    //     top.U.MD.D.I.openApplication('study')
+    //   }
+    // } else {
+    //   top.U.MD.D.I.openApplication(type)
+    // }
+    window.open('https://cloud.cocorobo.cn//#/' + type)
+  }else{
+    window.open("https://knowledge.cocorobo.cn/zh-CN/story-telling/643a21ae-d2ef-11ef-9d05-12e77c4cb76b")
+  }
 }
 const courseDown = e => {
   dialogVisible.value = true

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels