hookehuyr

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

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