docs: 更新 CHANGELOG 记录搜索页登录检查
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Showing
1 changed file
with
19 additions
and
0 deletions
| ... | @@ -18,6 +18,25 @@ | ... | @@ -18,6 +18,25 @@ |
| 18 | 18 | ||
| 19 | --- | 19 | --- |
| 20 | 20 | ||
| 21 | +## [2026-02-13] - 搜索页登录检查 | ||
| 22 | + | ||
| 23 | +### 新增 | ||
| 24 | +- 搜索页加载时检查用户登录状态 | ||
| 25 | +- 未登录时弹出登录提示并引导跳转 | ||
| 26 | + | ||
| 27 | +### 优化 | ||
| 28 | +- 使用 usePermission composable 统一权限检查逻辑 | ||
| 29 | + | ||
| 30 | +--- | ||
| 31 | + | ||
| 32 | +**详细信息**: | ||
| 33 | +- **影响文件**: src/pages/search/index.vue | ||
| 34 | +- **技术栈**: Vue 3, Taro 4 | ||
| 35 | +- **测试状态**: 已通过 | ||
| 36 | +- **备注**: 页面级登录检查,使用 onMounted 钩子 | ||
| 37 | + | ||
| 38 | +--- | ||
| 39 | + | ||
| 21 | ## [2026-02-13] - 资料查看权限与搜索页测试对齐 | 40 | ## [2026-02-13] - 资料查看权限与搜索页测试对齐 |
| 22 | 41 | ||
| 23 | ### 新增 | 42 | ### 新增 | ... | ... |
-
Please register or login to post a comment