Ver Fonte

Merge optimize branch

wu.jian2 há 1 ano atrás
pai
commit
7aa9edeb95
1 ficheiros alterados com 1 adições e 1 exclusões
  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)