future 1 年之前
父節點
當前提交
455547f73e
共有 1 個文件被更改,包括 0 次插入1 次删除
  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",