perf: 添加全新的未登录首页和路由配置

- 新增产品介绍页,包含导航、功能展示和页脚
- 修改默认首页路由为/index
- 添加点击logo跳转首页功能
- 更新版权信息显示逻辑
This commit is contained in:
xiaojunnuo
2026-04-26 12:30:30 +08:00
parent 1f1d687317
commit d1988dc982
6 changed files with 706 additions and 4 deletions
@@ -120,7 +120,7 @@ export const useUserStore = defineStore({
// await this.getUserInfoAction();
// const userInfo = await this.getUserInfoAction();
mitter.emit("app.login", { ...loginData });
await router.replace("/");
await router.replace("/index");
},
/**