|
@@ -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('确定删除吗', '提示', {
|