12 lines
127 B
JavaScript
12 lines
127 B
JavaScript
module.exports = {
|
|
development: {
|
|
|
|
},
|
|
production: {
|
|
|
|
},
|
|
ajax: {
|
|
timeout: 15000, // ajax请求超时时间
|
|
},
|
|
}
|