11wqe1 vor 3 Monaten
Ursprung
Commit
043cd6d61c

BIN
src/assets/img/dong.jpg


+ 1 - 4
src/components/sidebarL.vue

@@ -261,10 +261,7 @@ import { API_CONFIG } from "@/common/apiConfig";
                 this.$ajax
                     .post(API_CONFIG.baseUrl, params)
                     .then((res) => {
-                        this.cocoFlowList = []
-
-                        this.cocoFlowList.push(res.data[0])
-                        this.cocoFlowList.push(res.data[1])
+                        this.cocoFlowList = [res.data[0],res.data[1]]
                     })
                     .catch((err) => {
                         console.log(err);

+ 5 - 4
src/components/topPage.vue

@@ -64,10 +64,10 @@
         <!-- 常见应用  -->
         <div class="footCon">
             <div class="footConLeft">
-                <img src="../assets/img/dong.png" alt="">
-                <div class="CocoTit">
+                <img src="../assets/img/dong.jpg" alt="">
+                <!-- <div class="CocoTit">
                     COCO FLOW
-                </div>
+                </div> -->
             </div>
 
             <div style="display: flex;gap: 16px;flex: 1;">
@@ -675,7 +675,8 @@ import { API_CONFIG } from "@/common/apiConfig";
 }
 .footConLeft img{
     min-width: 150px;
-    object-view-box: inset(0% 12px 30px 30px);
+    border-radius: 15px;
+    /* object-view-box: inset(0% 12px 30px 30px); */
 }
 .CocoTit{
     width: 100%;

+ 1 - 1
src/views/kanBan/index.vue

@@ -148,7 +148,7 @@ export default {
             this.isActive = 2
             this.isIndex2 = 2
         }else if (index == 1) {
-            this.isIndex2 = index
+            this.isIndex2 = 2
         }