Authored by weiqingting

调试 权限数据

@@ -69,7 +69,7 @@ module.exports={ @@ -69,7 +69,7 @@ module.exports={
69 }, function (error2, httpResponse2, rebody2) { 69 }, function (error2, httpResponse2, rebody2) {
70 70
71 if (!error2 && httpResponse2.statusCode == 200) { 71 if (!error2 && httpResponse2.statusCode == 200) {
72 - console.log("调用权限"); 72 + console.log("调用权限",rebody2);
73 userInfo.right = {}; 73 userInfo.right = {};
74 JSON.parse(rebody2).data.forEach(function (data) { 74 JSON.parse(rebody2).data.forEach(function (data) {
75 if (data.platform_id == Iaccount.WEBSITE) { 75 if (data.platform_id == Iaccount.WEBSITE) {
@@ -69,7 +69,7 @@ module.exports={ @@ -69,7 +69,7 @@ module.exports={
69 }, function (error2, httpResponse2, rebody2) { 69 }, function (error2, httpResponse2, rebody2) {
70 70
71 if (!error2 && httpResponse2.statusCode == 200) { 71 if (!error2 && httpResponse2.statusCode == 200) {
72 - console.log("调用权限"); 72 + console.log("调用权限",rebody2);
73 userInfo.right = {}; 73 userInfo.right = {};
74 JSON.parse(rebody2).data.forEach(function (data) { 74 JSON.parse(rebody2).data.forEach(function (data) {
75 if (data.platform_id == Iaccount.WEBSITE) { 75 if (data.platform_id == Iaccount.WEBSITE) {