初始化
This commit is contained in:
8
frontend/public/config/index-production.js
Normal file
8
frontend/public/config/index-production.js
Normal file
@@ -0,0 +1,8 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user