1
0
forked from dyf/APP
This commit is contained in:
fengerli
2025-09-18 14:20:11 +08:00
34 changed files with 34422 additions and 6977 deletions

View File

@ -17,6 +17,7 @@ function getdata(data,url,method){
console.log("res=",res);
resolve(res);
}).catch(ex=>{
console.log("ex=",ex);
reject(ex);
});
});