From 0082fa417fb2af9add3406bf05ab3e3e45890c34 Mon Sep 17 00:00:00 2001
From: rain <1679827795@qq.com>
Date: Thu, 12 Jun 2025 14:30:02 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/drone/drone-web-manage
---
src/config/website.js | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/config/website.js b/src/config/website.js
index 9bba3e6..8c44f0a 100644
--- a/src/config/website.js
+++ b/src/config/website.js
@@ -32,10 +32,10 @@
menu: true,
},
fistPage: {
- name: '事件工单',
- // path: '/wel/index',
- path: '/tickets/ticket',
-
+ 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