index-production.js 281 B

12345678
  1. window.ENV = 'production'
  2. var productionConfig = {
  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 , productionConfig)