lsc před 4 měsíci
rodič
revize
127d205711
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 4 1
      src/components/topPage.vue

+ 4 - 1
src/components/topPage.vue

@@ -44,7 +44,7 @@
 
             <div class="footList">
                 <div class="footListCon" v-for="(item,index) in CocoFlowList" @click="openNewWindow(item)" :key="index">
-                    <div><img style="margin-bottom: 12px;height: 24px;width: 22px;" :src="JSON.parse(item.json).icon" alt=""></div>
+                    <div @click="openData()"><img style="margin-bottom: 12px;height: 24px;width: 22px;" :src="JSON.parse(item.json).icon" alt=""></div>
                     <div class="TabListName">{{ item.name }}</div>
                     <div class="TabListBri">
                         <el-tooltip class="item" effect="light" :content="item.detail" placement="bottom">
@@ -178,6 +178,9 @@ import { API_CONFIG } from "@/common/apiConfig";
             }
         },
         methods: {
+            openData(){
+                window.topU.U.MD.D.I.openApplication('my')
+            },
             // 删除应用
             delApp(val){
                 this.$confirm('确定删除吗', '提示', {