From 421087f05bbcee88211f2b95afd4843da521998b Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Tue, 22 Jul 2025 16:02:58 +0800
Subject: [PATCH] 1

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

diff --git a/src/App.vue b/src/App.vue
index 22579bb..5d4095a 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,7 +160,7 @@
     height: 100%;
     // height: calc(100% - 1rem);
     box-sizing: border-box;
-    background: #fff;
+    background: #F8FAF9;
     overflow-y: auto;
   }
 

--
Gitblit v1.9.3