caipin 5 years ago
parent
commit
690b9f76ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/cloudEditionService.js

+ 1 - 1
app/service/cloudEditionService.js

@@ -39,7 +39,7 @@ var cloudService={
     	//排序参数
     	var sortField='';
         var sort='';
-    	
+    	console.log(req.url);
     	//编办参数-排序参数
         if(hash.isExistence(req.url)){
         	var params = url.parse(req.url, true).query;