From 4fa44f71fbb58abf9256f8bd872b8e0890f49f9c Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期三, 24 四月 2024 18:08:59 +0800
Subject: [PATCH] 合同规则分三层、合同积分新增

---
 src/layout/components/Navbar.vue |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index cd90e52..7defbcf 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -41,6 +41,12 @@
     <div class="button-container">
       <el-button type="primary" @click="toScreen">鍙鍖栧ぇ灞�</el-button>
     </div>
+    <div class="button-container">
+      <el-button type="primary" @click="toSystemB">璺宠浆B绯荤粺</el-button>
+    </div>
+    <div class="button-container">
+      <el-button type="primary" @click="toSystemA">璺宠浆A绯荤粺</el-button>
+    </div>
   </div>
 </template>
 
@@ -109,6 +115,16 @@
       this.$router.push({
         path: '/screen'
       })
+    },
+    toSystemA() {
+      this.$router.push({
+        path: '/screen'
+      })
+    },
+    toSystemB() {
+      this.$router.push({
+        path: '/screen'
+      })
     }
   }
 }

--
Gitblit v1.8.0