From 4794273b0203c2c60c728fcc33c2756373cdcea8 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 15 六月 2023 17:37:56 +0800
Subject: [PATCH] 2023-06-15

---
 src/views/login/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/login/index.jsx b/src/views/login/index.jsx
index f7a7d70..55fba9b 100644
--- a/src/views/login/index.jsx
+++ b/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) {

--
Gitblit v1.8.0