hwh
2024-07-02 466fff2dc251cc78da0a95dc9db5e2f782bcde75
HTML/views/index.html
@@ -167,7 +167,7 @@
            }
            
            sendData(IP + "/Basis/GetRoleRightList", {}, 'get', function(res) {
               if (res.code == 0) { //成功
               if (res.code == 200) { //成功
                  var list = res.data.filter(item => item.level == "0");
                   
                  if (list) {
@@ -212,7 +212,7 @@
            });      
            sendData(IP + "/Basis/IsPassWordTime", "", 'get', function(res) {               
               if (res.code == 0 && res.data == 1) { //成功
               if (res.code == 200 && res.data == 1) { //成功
                  layer.open({
                     type: 2,
                     title: '密码已过期,请修改密码',