From 06c29b2bb03adf9dbbf7e33490a42693258d3168 Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期四, 19 六月 2025 11:32:49 +0800
Subject: [PATCH] fix:修改首页

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

diff --git a/src/screen/index.vue b/src/screen/index.vue
index aa309d1..73e05a2 100644
--- a/src/screen/index.vue
+++ b/src/screen/index.vue
@@ -61,7 +61,7 @@
 
 const btnList = ref([
     {name:'综合调度',url:'/screen/home'},
-    {name:'生产监控',url:''},
+    {name:'生产监控',url:'/screen/production'},
     {name:'净水厂',url:''},
     {name:'取水泵站',url:''},
     {name:'高位水池',url:''},
@@ -107,8 +107,7 @@
 
 <style lang="scss" scoped>
 .main{
-    background:rgba(8,28,65,1);
-    //background-image:url("../assets/images/screen/bcg.png");
+    background: #0A0F13;
     background-size: 100% 100%;
     width: 100%;
     height: 100%;

--
Gitblit v1.9.3