ztxkui 2.8.0 → 2.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -85,7 +85,7 @@ var ForgetPassword = function (_a) {
|
|
|
85
85
|
}, [countDown]);
|
|
86
86
|
function checkUserPhone(params) {
|
|
87
87
|
return request({
|
|
88
|
-
url: '/zmdms-user/check-user-phone',
|
|
88
|
+
url: '/api/zmdms-user/check-user-phone',
|
|
89
89
|
method: 'GET',
|
|
90
90
|
params: params,
|
|
91
91
|
})
|
|
@@ -103,6 +103,7 @@ var ForgetPassword = function (_a) {
|
|
|
103
103
|
message.warning((err === null || err === void 0 ? void 0 : err.message) ||
|
|
104
104
|
((_b = (_a = err === null || err === void 0 ? void 0 : err.response) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.msg) ||
|
|
105
105
|
'校验用户名和手机号失败,稍后再试!');
|
|
106
|
+
throw new Error();
|
|
106
107
|
});
|
|
107
108
|
}
|
|
108
109
|
/**发送短信验证码 */
|