From 2dfc8dc4bcd3d3cd4aed1b6054e073e140eba9c8 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 19 May 2025 16:05:50 +0800
Subject: [PATCH] Merge branch 'master' into jiangwu

---
 src/config/website.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/config/website.js b/src/config/website.js
index 6a21638..8c44f0a 100644
--- a/src/config/website.js
+++ b/src/config/website.js
@@ -32,10 +32,10 @@
     menu: true,
   },
   fistPage: {
-    name: '事件工单',
+    name: '个人工作台',
     path: '/wel/index',
     // path: '/tickets/ticket',
-    
+
   },
   //配置菜单的属性
   menu: {
@@ -71,4 +71,4 @@
     // 报表设计器地址(cloud端口为8108,boot端口为80)
     reportUrl: 'http://localhost:8108/ureport',
   },
-};
+}

--
Gitblit v1.9.3