From 02409bfbe15f22fc3b5dccadabfd860a660a49d9 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Sat, 11 Oct 2025 10:37:14 +0800
Subject: [PATCH] feat: 名称修改
---
src/config/website.js | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/src/config/website.js b/src/config/website.js
index b41acb5..8c44f0a 100644
--- a/src/config/website.js
+++ b/src/config/website.js
@@ -5,9 +5,9 @@
title: 'saber',
logo: 'S',
key: 'saber', //配置主键,目前用于存储
- indexTitle: 'Saber Admin',
- clientId: 'saber3', // 客户端id
- clientSecret: 'saber3_secret', // 客户端密钥
+ indexTitle: '',
+ clientId: 'drone', // 客户端id
+ clientSecret: 'drone_secret', // 客户端密钥
tenantMode: true, // 是否开启租户模式
tenantId: '000000', // 管理组租户编号
captchaMode: true, // 是否开启验证码模式
@@ -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