src/main/webapp/static/js/role/rolePower.js
@@ -65,7 +65,7 @@ success: function (res) { if (res.code === 200){ parent.layer.closeAll(); parent.layer.msg(res.msg); parent.layer.msg(typeof I18n !== 'undefined' ? I18n.t('response.operation_success') : '操作成功', {icon: 1}); } else if (res.code === 403){ top.location.href = baseUrl+"/"; } else {