Browse Source

Merge optimize branch

wu.jian2 1 năm trước cách đây
mục cha
commit
7aa9edeb95
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      data-room-ui/public/config/index-development.js

+ 1 - 1
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)