hookehuyr

docs: 更新 CHANGELOG 记录搜索页登录检查

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
......@@ -18,6 +18,25 @@
---
## [2026-02-13] - 搜索页登录检查
### 新增
- 搜索页加载时检查用户登录状态
- 未登录时弹出登录提示并引导跳转
### 优化
- 使用 usePermission composable 统一权限检查逻辑
---
**详细信息**
- **影响文件**: src/pages/search/index.vue
- **技术栈**: Vue 3, Taro 4
- **测试状态**: 已通过
- **备注**: 页面级登录检查,使用 onMounted 钩子
---
## [2026-02-13] - 资料查看权限与搜索页测试对齐
### 新增
......