-
-
-
-
-
+
@@ -38,7 +63,7 @@ import Icon4 from './Group 108.svg?component'
// 定义下载链接数据
const downloadLinks = [
{ icon: Icon1, link: 'https://apple.com/...' },
- { icon: Icon2, link: 'https://down.hi.com/win' },
+ { icon: Icon2, link: '/help', isInternal: true },
{ icon: Icon3, link: 'https://down.hi.com/apk' },
{ icon: Icon4, link: 'https://down.hi.com/mac' },
]
diff --git a/src/pages/Home/components/LoginForm.vue b/src/pages/Home/components/LoginForm.vue
index 1d3196e..cbcf8c3 100644
--- a/src/pages/Home/components/LoginForm.vue
+++ b/src/pages/Home/components/LoginForm.vue
@@ -102,6 +102,7 @@ const handleLogin = () => {
})
.then((res) => {
localStorage.setItem('Authorization', res.token)
+ localStorage.setItem('UserEmail', email.value)
router.push({ path: '/user-center' })
})
}
diff --git a/src/pages/Home/index.vue b/src/pages/Home/index.vue
index e1e6d4b..55eb787 100644
--- a/src/pages/Home/index.vue
+++ b/src/pages/Home/index.vue
@@ -30,7 +30,16 @@
+