king
2023-06-15 54bb10fd468d14b72520ace36ab440891b0d6c81
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) {