From 95e6a41e02794f6d908cae8f5a7eb33981cf3680 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Thu, 14 Dec 2023 14:37:14 +0800
Subject: [PATCH] 浏览器标题修改,考勤管理员登录跳到考勤记录

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

diff --git a/src/config/website.js b/src/config/website.js
index 79c4a83..dbb0533 100644
--- a/src/config/website.js
+++ b/src/config/website.js
@@ -18,7 +18,7 @@
     title: "saber",
     logo: "S",
     key: 'saber', //配置主键,目前用于存储
-    indexTitle: '保安服务企业管理',
+    indexTitle: '保安员分级统筹管理系统',
     clientId: 'saber', // 客户端id
     clientSecret: 'saber_secret', // 客户端密钥
     tenantMode: true, // 是否开启保安单位模式 租户ID
@@ -193,4 +193,4 @@
     flowDesignUrl: 'http://localhost:9999',
     // 报表设计器地址(cloud端口为8108,boot端口为81)
     reportUrl: 'http://localhost:81/ureport',
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3