• This project
    • Loading...
  • Sign in

Hooke / manulife-weapp

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • manulife-weapp
  • src
  • pages
  • help-center
  • index.config.js
  • hookehuyr's avatar
    feat(help-center): 新增帮助中心页面并更新导航链接 · 7c221e59 ...
    7c221e59 Browse Files
    - 新增帮助中心页面 (`src/pages/help-center/index.vue`),包含搜索框、联系客服卡片和重点问题列表
    - 添加页面配置文件 (`src/pages/help-center/index.config.js`)
    - 在应用配置 (`src/app.config.js`) 中注册新页面路由
    - 更新我的页面 (`src/pages/mine/index.vue`) 菜单项,将帮助中心链接指向实际页面
    - 添加设计稿文件和相关代码文件至文档目录
    - 更新更新日志 (`docs/CHANGELOG.md`) 记录新增功能
    hookehuyr authored 2026-01-30 16:44:57 +0800
index.config.js 121 Bytes
Raw Blame History Permalink
1 2 3 4 5
export default {
  navigationBarTitleText: '帮助中心',
  enablePullDownRefresh: false,
  navigationStyle: 'custom'
}