hookehuyr

docs: 更新模块名称变更记录至CHANGELOG

更新CHANGELOG.md,记录将"工具箱"模块更名为"客户服务"的变更。此修改已在首页网格导航和设计文档中同步实施,仅涉及显示名称优化,不涉及功能变更。
......@@ -5,6 +5,25 @@
---
## [2026-02-04] - 模块名称优化
### 优化
- 将"工具箱"模块更名为"客户服务"
- 更新首页网格导航中的显示名称
- 同步更新设计文档中的相关引用
---
**详细信息**
- **影响文件**:
- `src/pages/index/index.vue`
- `docs/design/manulife-V1/done/首页/code/index.vue`
- **技术栈**: Vue 3
- **测试状态**: ✅ 已验证
- **备注**: 仅修改显示名称,未涉及功能变更
---
## [2026-02-03] - 新增 TabBar 红点提醒功能(预开发)
### 新增
......
......@@ -232,7 +232,7 @@ export default {
{
lanhuimage0:
'https://lanhu-oss-2537-2.lanhuapp.com/SketchPngf249d43500cae9c683301328abadc586ef23a2e14f09f226a4209bf5ca874717',
lanhutext0: '工具箱',
lanhutext0: '客户服务',
},
],
loopData1: [
......
......@@ -214,7 +214,7 @@ const loopNav = shallowRef([
{ icon: 'cart', name: '签单相关', route: '/pages/signing/index' },
{ icon: 'home', name: '家办相关', route: '/pages/family-office/index' },
{ icon: 'category', name: '产品知识库', route: '/pages/knowledge-base/index' },
{ icon: 'star', name: '工具箱', route: null }, // 待开发
{ icon: 'star', name: '客户服务', route: null }, // 待开发
]);
/**
......