isdata-customer-sdk 0.2.21 → 0.2.22
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.
package/dist/index.common.js
CHANGED
|
@@ -32485,13 +32485,13 @@ const loginAccount = async (data, appid) => {
|
|
|
32485
32485
|
} else {
|
|
32486
32486
|
return {
|
|
32487
32487
|
code: code,
|
|
32488
|
-
message: "
|
|
32488
|
+
message: "$L{账户密码错误}!"
|
|
32489
32489
|
};
|
|
32490
32490
|
}
|
|
32491
32491
|
}
|
|
32492
32492
|
return {
|
|
32493
32493
|
code: code,
|
|
32494
|
-
message:
|
|
32494
|
+
message: result.data.message
|
|
32495
32495
|
};
|
|
32496
32496
|
};
|
|
32497
32497
|
|