var config = { // 域名 host : { // 主域名 'main': 'http://192.168.33.10/leek/product/?l=' }, // 项目id project : 1, //版本号 version : '1.0.0', //debug模式 debug : true } module.exports = { config:config }