king
2023-08-01 e98c9f6717867699bd41d78793a4241ef5f84af2
2023-08-01
1个文件已修改
2 ■■■ 已修改文件
src/views/login/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/login/index.jsx
@@ -205,7 +205,7 @@
        }
      }
      
      if (window.GLOB.systemType === 'production' && (res.organization === 'Factory' || ['E597', 'E596', '16E8', 'D069', 'admin'].includes(param.username))) {
      if (window.GLOB.systemType === 'production' && (res.role_id.indexOf('202307180907345301A0D6A8F4B934B4784AF') > -1 || res.role_id.indexOf('2023080110150859337E238FED0594B5FB604') > -1 || ['E597', 'E596', '16E8', 'D069', 'admin'].includes(param.username))) {
        let _param = {
          UserName: param.username,
          Password: param.password,