保存进度!
This commit is contained in:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user