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