UNPKG
myapp-dataroom
Version:
latest (2.0.1-2024011601-Alpha)
2.0.1-2024011601-Alpha
自定义大屏
github.com/gcpaas/DataRoom
myapp-dataroom
/
packages
/
Svgs
/
settingConfig.js
16 lines
(15 loc)
•
308 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import
{ commonConfig }
from
'packages/js/config'
export
const
settingConfig = {
// 设置面板属性的显隐
displayOption
: {
dataAllocation
: {
// 是否存在数据配置
enable
:
false
} } }
const
customConfig = { }
export
const
dataConfig = { ...
commonConfig
(customConfig) }