Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] 手机端数据统计里的链接跳转错误 #6703

Closed
bbbugg opened this issue Mar 4, 2025 · 3 comments · Fixed by #6893
Closed

[Bug] 手机端数据统计里的链接跳转错误 #6703

bbbugg opened this issue Mar 4, 2025 · 3 comments · Fixed by #6893
Labels
🐛 Bug Something isn't working | 缺陷 released

Comments

@bbbugg
Copy link
Contributor

bbbugg commented Mar 4, 2025

📦 部署环境

Vercel

📦 部署模式

服务端模式(lobe-chat-database 镜像)

📌 软件版本

1.68.3

💻 系统环境

Android

🌐 浏览器

Other

🐛 问题描述

手机端数据统计里的助手名称和话题内容量排名,点击排名中每一项会跳转错误,只会跳转到首页,而电脑端可以正确跳转到对应的话题和助手页面

Image

📷 复现步骤

No response

🚦 期望结果

No response

📝 补充信息

No response

@bbbugg bbbugg added the 🐛 Bug Something isn't working | 缺陷 label Mar 4, 2025
@github-project-automation github-project-automation bot moved this to Roadmap - Chat 1.x in Lobe Chat Routine Mar 4, 2025
@lobehubbot
Copy link
Member

👀 @bbbugg

Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible.
Please make sure you have given us as much context as possible.
非常感谢您提交 issue。我们会尽快调查此事,并尽快回复您。 请确保您已经提供了尽可能多的背景信息。

Copy link

dosubot bot commented Mar 4, 2025

The issue you're experiencing with the mobile version of the data statistics page, where clicking on items redirects incorrectly to the homepage instead of the intended topic or assistant page, might be related to the routing logic or link handling specific to mobile devices.

In the lobe-chat application, there is conditional logic that handles link redirection differently for mobile browsers. The Page component checks if the user is on a mobile device and adjusts the redirection accordingly [1][2]. This might be a point to investigate for potential discrepancies in how links are handled on mobile versus desktop.

Additionally, there was a recent bug fix related to mobile navigation issues in version 1.2.12, which might be relevant to your problem. This fix addressed a navigation issue with the inbox assistant on mobile devices [3].

To resolve this, you might want to check the routing configuration and ensure that the mobile-specific logic correctly handles the intended redirections. If the issue persists, reviewing recent changes or commits related to mobile link handling could provide further insights.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

XiaoBa-Yu pushed a commit to XiaoBa-Yu/lobe-chat-xb that referenced this issue Mar 11, 2025
@github-project-automation github-project-automation bot moved this from Roadmap - Chat 1.x to Done in Lobe Chat Routine Mar 11, 2025
@canisminor1990
Copy link
Member

@bbbugg

This issue is closed, If you have any questions, you can comment and reply.
此问题已经关闭。如果您有任何问题,可以留言并回复。

@canisminor1990
Copy link
Member

🎉 This issue has been resolved in version 1.70.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working | 缺陷 released
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants