feat: 添加跑马灯组件相关配置
parent
d6f0e9e4c4
commit
02bebb142c
@ -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…
Reference in New Issue