Prechádzať zdrojové kódy

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

wu.jian2 1 rok pred
rodič
commit
02bebb142c

+ 0 - 1
data-room-ui/packages/js/config/basicComponentsConfig.js

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

+ 3 - 3
data-room-ui/packages/js/utils/getComponentConfig.js

@@ -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 - 1
data-room-ui/public/config/index-development.js

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