index-development.js 185 B

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