From 3116eb0d0ce7d32dc11469a288a8e6ec87448e35 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 23 十月 2025 18:20:00 +0800
Subject: [PATCH] fix: 放开批改申请
---
config/config.ts | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/config/config.ts b/config/config.ts
index bd0c635..e60b831 100644
--- a/config/config.ts
+++ b/config/config.ts
@@ -11,7 +11,8 @@
loginFormTitle: '涔愰亣淇濅簯鏈嶅姟',
});
-type AppType = 'one' | 'rz' | 'jx' | 'jy' | 'other' | 'backup';
+//tp:澶钩
+type AppType = 'one' | 'rz' | 'jx' | 'jy' | 'other' | 'backup' | 'tp';
const AppSettingMap = {
one: {
@@ -44,6 +45,11 @@
loginFormTitle: '姹熶綉淇濆鐢�',
MenuTitle: '姹熶綉淇濆鐢�',
},
+ tp: {
+ title: '姹熶綉鍏变繚',
+ loginFormTitle: '姹熶綉鍏变繚',
+ MenuTitle: '姹熶綉鍏变繚',
+ },
};
export function getAppSetting(appType: AppType) {
--
Gitblit v1.9.1