index-development.js 191 B

123456
  1. window.ENV = 'development'
  2. var developmentConfig = {
  3. baseUrl: 'http://192.168.223.109:8081/bigScreenServer'
  4. }
  5. // 必须的
  6. window.CONFIG = configDeepMerge(window.CONFIG, developmentConfig)