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

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

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

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

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

Loading…
Cancel
Save