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

10 lines
281 B
JavaScript

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