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