@@ -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)