From 2ca94de8ede18ac07ccfd8dec7b6f6a707adde9b Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 01 Sep 2025 11:20:24 +0800
Subject: [PATCH] Merge branch 'refs/heads/feature/v5.0/5.0.5' into patch_management

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

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

--
Gitblit v1.9.3