|
@@ -64,7 +64,7 @@
|
|
|
<!-- 常见应用 -->
|
|
|
<div class="footCon">
|
|
|
<div class="footConLeft">
|
|
|
- <img src="../assets/img/dong.jpg" alt="">
|
|
|
+ <img src="../assets/img/Cop2.svg" alt="">
|
|
|
<!-- <div class="CocoTit">
|
|
|
COCO FLOW
|
|
|
</div> -->
|
|
@@ -97,6 +97,23 @@
|
|
|
</div> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
+
|
|
|
+ <div class="footList2">
|
|
|
+ <div class="footListCon6" v-for="(item,index) in CocoFlowList" @click="openNewWindow(item)" :key="index+'4p'">
|
|
|
+ <div class="footListConimg">
|
|
|
+ <!-- <img style="margin-bottom: 12px;height: 24px;width: 22px;" :src="JSON.parse(item.json).icon" alt=""> -->
|
|
|
+ <img style="margin-bottom: 12px;height: 24px;width: 22px;" :src="require('../assets/img/cocoflow2.svg')" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="TabListName">{{ item.name }}</div>
|
|
|
+ <div class="TabListBri">
|
|
|
+ <el-tooltip class="item" effect="light" :content="item.detail" placement="bottom">
|
|
|
+ <span>
|
|
|
+ {{ item.detail }}
|
|
|
+ </span>
|
|
|
+ </el-tooltip>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<!--
|
|
|
<div class="footList2">
|
|
|
<div class="footList2Tit">
|
|
@@ -381,10 +398,36 @@ import { API_CONFIG } from "@/common/apiConfig";
|
|
|
|
|
|
// 获取已添加cocoFlow应用
|
|
|
getData(){
|
|
|
+ // let params = [
|
|
|
+ // {
|
|
|
+ // functionName: API_CONFIG.ajax_addedUsuallyApp.functionName,
|
|
|
+ // uid: this.roleUser.userid,
|
|
|
+ // },
|
|
|
+ // ];
|
|
|
+
|
|
|
+ // this.$ajax
|
|
|
+ // .post(API_CONFIG.baseUrl, params)
|
|
|
+ // .then((res) => {
|
|
|
+ // this.CocoFlowList = res.data[0]
|
|
|
+ // })
|
|
|
+ // .catch((err) => {
|
|
|
+ // console.log(err);
|
|
|
+ // this.$message.error("获取工具数据失败");
|
|
|
+ // });
|
|
|
+
|
|
|
+
|
|
|
+ let appList=[
|
|
|
+ "4aed8607-19e1-11f0-a66a-005056924926",
|
|
|
+ "337f9d06-1eb6-11f0-a66a-005056924926",
|
|
|
+ "52b4aae8-088d-11f0-b508-005056924926",
|
|
|
+ "5c95f692-1460-11f0-bad1-005056924926"
|
|
|
+
|
|
|
+ ]
|
|
|
+
|
|
|
let params = [
|
|
|
{
|
|
|
- functionName: API_CONFIG.ajax_addedUsuallyApp.functionName,
|
|
|
- uid: this.roleUser.userid,
|
|
|
+ functionName: API_CONFIG.ajax_AdminApp.functionName,
|
|
|
+ con: appList.join(','),
|
|
|
},
|
|
|
];
|
|
|
|
|
@@ -434,7 +477,8 @@ import { API_CONFIG } from "@/common/apiConfig";
|
|
|
"ee61f383-0311-11f0-b508-005056924926",
|
|
|
"701615ab-ffe8-11ef-b508-005056924926",
|
|
|
"d1edef14-ef6f-11ef-b508-005056924926",
|
|
|
- "a8781a86-00d8-11f0-b508-005056924926"]
|
|
|
+ "a8781a86-00d8-11f0-b508-005056924926",
|
|
|
+ ]
|
|
|
|
|
|
let params = [
|
|
|
{
|
|
@@ -623,7 +667,7 @@ import { API_CONFIG } from "@/common/apiConfig";
|
|
|
color: #1f2937;
|
|
|
font-size: 16px;
|
|
|
font-weight: 600;
|
|
|
- padding: 5px 0;
|
|
|
+ margin: 5px 0;
|
|
|
margin-bottom: 4px;
|
|
|
-webkit-line-clamp: 2;
|
|
|
display: -webkit-box;
|
|
@@ -670,7 +714,6 @@ import { API_CONFIG } from "@/common/apiConfig";
|
|
|
min-width: 150px;
|
|
|
box-sizing: border-box;
|
|
|
display: flex;
|
|
|
- flex-direction: column;
|
|
|
padding-right: 40px;
|
|
|
}
|
|
|
.footConLeft img{
|