photoUrl.wxs 113 B

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