feat: 添加跑马灯组件相关配置

main
wu.jian2 2 years ago
parent d6f0e9e4c4
commit 02bebb142c

@ -28,7 +28,6 @@ const typeList = [
'input', 'input',
'button', 'button',
'marquee', 'marquee',
'button',
'themeSwitcher' 'themeSwitcher'
] ]
let basicConfigList = [] let basicConfigList = []

@ -206,9 +206,9 @@ export default function getComponentConfig (type) {
title: '跑马灯', title: '跑马灯',
icon: Icon.getNameList()[16], icon: Icon.getNameList()[16],
className: className:
'com.gccloud.dataroom.core.module.chart.components.ScreenTextChart', 'com.gccloud.dataroom.core.module.chart.components.ScreenMarqueeChart',
w: 150, w: 250,
h: 30, h: 150,
x: 0, x: 0,
y: 0, y: 0,
type type

@ -1,6 +1,6 @@
window.ENV = 'development' window.ENV = 'development'
var developmentConfig = { var developmentConfig = {
baseUrl: 'http://gcpaas.gccloud.com/bigScreenServer' baseUrl: 'http://127.0.0.1:8081/bigScreenServer'
} }
// 必须的 // 必须的
window.CONFIG = configDeepMerge(window.CONFIG, developmentConfig) window.CONFIG = configDeepMerge(window.CONFIG, developmentConfig)

Loading…
Cancel
Save