Authored by weiqingting

提交

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