future il y a 1 an
Parent
commit
455547f73e
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      xs-app/framework/http.ts

+ 0 - 1
xs-app/framework/http.ts

@@ -26,7 +26,6 @@ export class http {
 	}
 	//静态请求
 	public static StaticRequest(api:string,call_back:Function){
-		console.log('api=',api)
 		uni.request({
 			dataType: "json",
 			responseType: "json",