Files
fad-dashboard/frontend/public/config/index-production.js
2025-11-08 10:38:36 +08:00

9 lines
281 B
JavaScript

window.ENV = 'production'
var productionConfig = {
baseURL: 'http://gcpaas.gccloud.com/bigScreenServer',
fileUrlPrefix: 'http://gcpaas.gccloud.com/bigScreenServer' + '/static'
}
// 必须的
window.CONFIG = {}
window.CONFIG = configDeepMerge(window.CONFIG , productionConfig)