Authored by weiqingting

post 提交

... ... @@ -63,7 +63,7 @@ module.exports={
userInfo.menu = Utils.createrMenus(JSON.parse(rebody1).data);
console.log("调用菜单成功,开始调用权限:"+Iaccount.allRight);
//调用权限
request({
request.post({
url: Iaccount.allRight,
form: '[false]'
}, function (error2, httpResponse2, rebody2) {
... ...
... ... @@ -63,7 +63,7 @@ module.exports={
userInfo.menu = Utils.createrMenus(JSON.parse(rebody1).data);
console.log("调用菜单成功,开始调用权限:"+Iaccount.allRight);
//调用权限
request({
request.post({
url: Iaccount.allRight,
form: '[false]'
}, function (error2, httpResponse2, rebody2) {
... ...