Authored by weiqingting

提交

@@ -67,7 +67,7 @@ module.exports={ @@ -67,7 +67,7 @@ module.exports={
67 url: Iaccount.allRight, 67 url: Iaccount.allRight,
68 form: '[false]' 68 form: '[false]'
69 }, function (error2, httpResponse2, rebody2) { 69 }, function (error2, httpResponse2, rebody2) {
70 - console.log("调用权限"+rebody2); 70 + console.log("调用权限");
71 if (!error2 && httpResponse2.statusCode == 200&&rebody2) { 71 if (!error2 && httpResponse2.statusCode == 200&&rebody2) {
72 72
73 userInfo.right = {}; 73 userInfo.right = {};