From 8e2040592fc4aa60aa6873d2e4636a925dfdeb70 Mon Sep 17 00:00:00 2001 From: huqi Date: Tue, 14 Jun 2022 09:41:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/util/config.json | 74 +++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 o2web/source/x_component_systemconfig/src/util/config.json diff --git a/o2web/source/x_component_systemconfig/src/util/config.json b/o2web/source/x_component_systemconfig/src/util/config.json new file mode 100644 index 0000000000..51578921bc --- /dev/null +++ b/o2web/source/x_component_systemconfig/src/util/config.json @@ -0,0 +1,74 @@ +{ + "appStyle": { + "file": "appStyle.json", + "description": "移动端基础配置" + }, + "cache": { + "file": "cache.json", + "description": "缓存配置,默认guava, redis支持目前还不成熟,暂时不做配置" + }, + "collect": { + "file": "collect.json", + "description": "o2云服务器连接,系统名称" + }, + "components": { + "file": "components.json", + "description": "初始化前端component模块" + }, + "dingding": { + "file": "dingding.json", + "description": "钉钉连接配置" + }, + "dumpRestoreData": { + "file": "dumpRestoreData.json", + "description": "系统数据备份配置" + }, + "exmail": { + "file": "exmail.json", + "description": "腾讯邮箱集成配置" + }, + "externalDataSources": { + "file": "externalDataSources.json", + "description": "数据库连接配置" + }, + "externalStorageSources": { + "file": "externalStorageSources.json", + "description": "文件存储配置" + }, + "huaweiPushConfig": { + "file": "huaweiPushConfig.json", + "description": "华为推送配置" + }, + "jpushConfig": { + "file": "jpushConfig.json", + "description": "极光推送配置" + }, + "messages": { + "file": "messages.json", + "description": "系统消息配置" + }, + "mpweixin": { + "file": "mpweixin.json", + "description": "微信公众号集成配置" + }, + "node_127.0.0.1": { + "file": "node_127.0.0.1.json", + "description": "服务器配置" + }, + "person": { + "file": "person.json", + "description": "人员注册、初始化口令等相关配置" + }, + "portal": { + "file": "person.json", + "description": "门户主页和登录页配置、urlmapping等(迁移到web.json中)" + }, + "processPlatform": { + "file": "processPlatform.json", + "description": "流程平台相关功能配置" + } +} + + + + -- GitLab