roose 4 年 前
コミット
fdbacc364a
1 ファイル変更9 行追加0 行削除
  1. 9 0
      utils/photoUrl.wxs

+ 9 - 0
utils/photoUrl.wxs

@@ -0,0 +1,9 @@
+var url = function (val) {
+  console.log( 'http://info.windd.cn:8080/test' + val ,"打印锕少时诵诗书所");
+  
+  return  'http://info.windd.cn:8080/test' + val
+}
+
+module.exports = {
+  url: url
+}