king
2023-06-15 4794273b0203c2c60c728fcc33c2756373cdcea8
src/views/login/index.jsx
@@ -449,7 +449,7 @@
      Api.directRequest({
        url: _rduri + '/' + _func,
        method: 'post',
        data: param
        data: JSON.stringify(param)
      }).then(res => {
        if (res.status) {
          if (res.EPC === str) {