From f2c421c6bfc8c46e3c00629b0ad4ea9afff65b43 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Sun, 25 Jun 2023 17:45:28 +0800
Subject: [PATCH] 晋城保安
---
src/api/system/user.js | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/api/system/user.js b/src/api/system/user.js
index 9622496..ccc639b 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -119,16 +119,14 @@
})
}
-export const zc = (deptname,username, password, sname, phone) => {
+export const zc = (username, password, phone) => {
return request({
url: '/api/blade-user/zc',
method: 'get',
params: {
- deptname,
username,
password,
- sname,
- phone,
+ phone
}
})
}
--
Gitblit v1.9.3