feat(系统设置): 显示设置

This commit is contained in:
Captain.B 2020-11-05 09:34:14 +08:00
parent 2183154d4d
commit e0c0b05ace
6 changed files with 16 additions and 5 deletions

@ -1 +1 @@
Subproject commit ee74568be0beba46da19616f5832e83f9164c688
Subproject commit 597a1681d1327a622b2a38bac3f17ae9daf95442

View File

@ -32,7 +32,9 @@ export default {
component: () => import('@/business/components/settings/system/SystemParameterSetting'),
meta: {system: true, title: 'commons.system_parameter_setting'}
},
...requireContext.keys().map(key => requireContext(key).system),...requireContext.keys().map(key => requireContext(key).license),
...requireContext.keys().map(key => requireContext(key).system),
...requireContext.keys().map(key => requireContext(key).license),
...requireContext.keys().map(key => requireContext(key).display),
{
path: 'organizationmember',
component: () => import('@/business/components/settings/organization/OrganizationMember'),

@ -1 +1 @@
Subproject commit cc38137a69a0f20fadece9c0f9f50a9468c4ace9
Subproject commit f6f172c6451d0f9c51f5e3246a66dde9edcd7a5d

View File

@ -180,6 +180,9 @@ export default {
invalid: 'invalid',
expired: 'expired',
},
display: {
title: 'Theme'
},
system_config: {
base_config: 'Base Config',
base: {
@ -228,7 +231,7 @@ export default {
mail: 'mail',
nail_robot: 'Nail robot',
enterprise_wechat_robot: 'Enterprise wechat robot',
notes:'Note: 1. Nail and create a custom robot in the enterprise group, and then copy the webhook address on our platform;\n' +
notes: 'Note: 1. Nail and create a custom robot in the enterprise group, and then copy the webhook address on our platform;\n' +
'\n' +
'2. Robots are selected as swarm robots, and "custom keyword" is selected for security verification: "task notification";\n' +
'\n' +

View File

@ -180,6 +180,9 @@ export default {
invalid: '无效',
expired: '已过期',
},
display: {
title: '显示设置'
},
system_config: {
base_config: '基本配置',
base: {
@ -229,7 +232,7 @@ export default {
mail: '邮件',
nail_robot: '钉钉机器人',
enterprise_wechat_robot: '企业微信机器人',
notes:'注意:1.钉钉和企业群里新建一个自定义机器人,然后复制 webhook 地址在我们平台上;\n' +
notes: '注意:1.钉钉和企业群里新建一个自定义机器人,然后复制 webhook 地址在我们平台上;\n' +
' 2.机器人选择为群机器人,安全验证选择“自定义关键词” "任务通知";\n' +
' 3.选择接收人时必须是你所建的群里包含的人,接收人手机号为必填项且为钉钉企业所使用的手机号,',
message: '事件,接收人,接收方式为必填项',

View File

@ -180,6 +180,9 @@ export default {
invalid: '無效',
expired: '已過期',
},
display: {
title: '顯示設置'
},
system_config: {
base_config: '基本配置',
base: {