var url = function (val) { return 'https://info.windd.cn/collection' + val // return 'https://info.windd.cn/test' + val // return 'http://10.16.4.7:7001' + val } module.exports = { url: url }