diff --git a/data-room-ui/public/config/index-development.js b/data-room-ui/public/config/index-development.js index 87f4c10c..ae9d3977 100644 --- a/data-room-ui/public/config/index-development.js +++ b/data-room-ui/public/config/index-development.js @@ -1,6 +1,6 @@ window.ENV = 'development' var developmentConfig = { - baseUrl: 'http://127.0.0.1:8081/bigScreenServer' + baseUrl: 'http://192.168.223.109:8081/bigScreenServer' } // 必须的 window.CONFIG = configDeepMerge(window.CONFIG, developmentConfig)