保存进度!

This commit is contained in:
2023-05-24 19:17:00 +08:00
parent 01ae8f3486
commit 7b7b97b343
4 changed files with 133 additions and 67 deletions

View File

@@ -161,7 +161,7 @@ export default {
// 调用失败
.catch(( error ) =>
{
debugger;
// debugger;
console.log( `登录失败,返回信息:${error}` );
});
}
@@ -179,7 +179,7 @@ export default {
{
const data:LoginCallerResult = response.data ?? { success: false, };
debugger;
// debugger;
// 查看標志位
if ( data.success === true )