fix: 修复登录跳转路径和版本号更新

refactor: 移除调试日志和冗余代码
style: 格式化代码和修复条件判断逻辑
feat: 重新启用401错误处理并优化表单重置逻辑
This commit is contained in:
砂糖
2025-11-04 14:27:20 +08:00
parent 196f55961a
commit 9fcbad1f8e
7 changed files with 50 additions and 80 deletions

View File

@@ -83,7 +83,6 @@ const user = {
}) {
return new Promise((resolve, reject) => {
getInfo().then(res => {
console.log('个人信息', res)
const user = res.data.user
let avatar = user.avatar || ""
if (!isHttp(avatar)) {