lx-music-desktop/src/renderer/config/index.js

12 lines
127 B
JavaScript

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