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