From b2891947d13e83363cccf0cbaaaa81f2487b0c35 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 15 六月 2023 17:41:06 +0800 Subject: [PATCH] Merge branch 'master' into positec --- 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 b092d43..0f9cfa8 100644 --- a/src/views/login/index.jsx +++ b/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) { -- Gitblit v1.8.0