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
+}