增加用户资料修改

This commit is contained in:
yml2213
2026-05-23 09:00:23 +08:00
parent 83b55fa911
commit d1f46fd02e
8 changed files with 336 additions and 15 deletions
+3
View File
@@ -38,6 +38,9 @@ apiClient.interceptors.response.use(
localStorage.removeItem('access_token')
localStorage.removeItem('refresh_token')
localStorage.removeItem('user_id')
localStorage.removeItem('phone')
localStorage.removeItem('nickname')
localStorage.removeItem('avatar_url')
localStorage.removeItem('realname_status')
if (!window.location.pathname.startsWith('/m/login') && !window.location.pathname.startsWith('/m/register')) {