lx-music-desktop/src/renderer/config/index.js
2019-08-16 17:27:23 +08:00

12 lines
127 B
JavaScript

module.exports = {
development: {
},
production: {
},
ajax: {
timeout: 15000, // ajax请求超时时间
},
}