photoUrl.wxs 203 B

12345678
  1. var url = function (val) {
  2. return 'https://info.windd.cn/collection' + val
  3. // return 'https://info.windd.cn/test' + val
  4. // return 'http://10.16.4.7:7001' + val
  5. }
  6. module.exports = {
  7. url: url
  8. }