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) {