index-development.js 281 B

123456789
  1. window.ENV = 'development'
  2. var developmentConfig = {
  3. baseURL: 'http://gcpaas.gccloud.com/bigScreenServer',
  4. fileUrlPrefix: 'http://gcpaas.gccloud.com/bigScreenServer' + '/static'
  5. }
  6. // 必须的
  7. window.CONFIG={}
  8. window.CONFIG = configDeepMerge(window.CONFIG, developmentConfig)