From ff0c5bb9f8136d5b9404b0c0a00f37911456ff41 Mon Sep 17 00:00:00 2001
From: yj <2077506045@qq.com>
Date: 星期一, 25 十一月 2024 11:51:56 +0800
Subject: [PATCH] 更新CAQ

---
 src/layout/index.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/layout/index.vue b/src/layout/index.vue
index 6bbac61..cd989c8 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -25,8 +25,8 @@
     <el-main class="student-main" style="margin-top:20px;">
       <router-view/>
     </el-main>
-    <el-footer height="340" class="student-footer">
-    </el-footer>
+    <!-- <el-footer height="340" class="student-footer">
+    </el-footer> -->
   </el-container>
 </template>
 
@@ -49,6 +49,8 @@
     }
   },
   created () {
+    console.log('鐜鍙橀噺锛�')
+    console.log(process.env)
   },
   watch: {
     logo: function (val) {
@@ -60,6 +62,7 @@
         this.logoUrl = require('@/assets/logo-t.png')
       } else if (val !== null) {
         this.logoUrl = val
+        this.backgroundColor = '#fff'
       } else if (sessionLogoUrl !== null) {
         this.logoUrl = sessionLogoUrl
       }

--
Gitblit v1.9.1