kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/system/user.html
@@ -82,14 +82,7 @@ { fixed: 'right', align: 'center', toolbar: '#user-table-bar', title: '操作', width: 300 } ]], done:function(res){ if(res.code==401){ config.removeToken(); layer.msg('登录过期', {icon: 2, time: 1500}, function () { location.replace('/login.html'); }, 1000); return; } permissionsInput(); permissionsInput(res,config); } });