fix: 修改自定义组件设计返回逻辑,激活左侧菜单并重新请求数据,修改数据集的分页样式
parent
6f28d97767
commit
2c80b9b04a
@ -1,6 +1,6 @@
|
|||||||
window.ENV = 'development'
|
window.ENV = 'development'
|
||||||
var developmentConfig = {
|
var developmentConfig = {
|
||||||
baseUrl: 'http://127.0.0.1:8081/bigScreenServer'
|
baseUrl: 'http://gcpaas.gccloud.com/bigScreenServer'
|
||||||
}
|
}
|
||||||
// 必须的
|
// 必须的
|
||||||
window.CONFIG = configDeepMerge(window.CONFIG, developmentConfig)
|
window.CONFIG = configDeepMerge(window.CONFIG, developmentConfig)
|
||||||
|
Loading…
Reference in New Issue