From e3097587828362e34352cf4f378c8f5a260ea700 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 19 Sep 2024 16:32:00 +0800
Subject: [PATCH] no message

---
 src/App.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 59ed5fe..9ba2471 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -45,7 +45,7 @@
   },
   name: "App",
   created() {
-    this.setUseInfo();
+    //this.setUseInfo();
     this.$state.theme = "red";
     let title = this.$route.meta.title || this.$t("hj224");
     this.title = title;
@@ -160,6 +160,7 @@
     height: 100%;
     // height: calc(100% - 1rem);
     box-sizing: border-box;
+    background: #fff;
     overflow-y: auto;
   }
 

--
Gitblit v1.9.3