2025-09-19

This commit is contained in:
2025-09-19 16:45:02 +08:00
parent 5b20f84f3d
commit d2a0584ee5
9 changed files with 172 additions and 98 deletions

View File

@@ -156,6 +156,7 @@
}
authAPI.login(loginData).then(response => {
console.log('登录结果', response);
uni.clearStorageSync()
if (response.success) {
// 激活用户
uni.setStorageSync("token", response.token)