This commit is contained in:
张成
2025-10-08 17:03:41 +08:00
parent 39396b9663
commit cda6e0f222

View File

@@ -65,7 +65,7 @@ export default {
if (!userServerInstance) { if (!userServerInstance) {
throw new Error('userServer not initialized') throw new Error('userServer not initialized')
} }
debugger
let promise = new Promise(async (resolve, reject) => { let promise = new Promise(async (resolve, reject) => {
try { try {
let res = await userServerInstance.login(userFrom) let res = await userServerInstance.login(userFrom)