From b6b3cece117c10ddb892163d78cc13556525aae2 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期日, 17 九月 2023 16:02:25 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes
---
CanadaMes-ui/src/api/user.js | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/CanadaMes-ui/src/api/user.js b/CanadaMes-ui/src/api/user.js
index 80a93bf..f0b1b05 100644
--- a/CanadaMes-ui/src/api/user.js
+++ b/CanadaMes-ui/src/api/user.js
@@ -13,6 +13,16 @@
})
}
+
+export function resetPass(data) {
+ return request({
+ url: '/api/user/resetPass',
+ method: 'post',
+ data
+ })
+}
+
+
/**
* 娉ㄥ唽
* @param data
@@ -34,7 +44,7 @@
}
export function testup(data) {
return request({
- url: '/api/device/updateDeviceName',
+ url: '/api/device/updateMultipleDevices',
method: 'post',
data
})
--
Gitblit v1.8.0