• 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
  • signing
  • index.config.js
  • hookehuyr's avatar
    feat: 新增签单相关页面并优化视觉样式 · 8173ead7 ...
    8173ead7
    - 添加签单相关页面 (`src/pages/signing/index.vue`),复用入职相关页面布局结构
    - 在应用配置中注册新页面路由
    - 为入职相关页面引入渐变色背景系统,修复首个板块与导航栏重叠的布局问题
    - 更新项目变更日志以记录本次新增功能与样式优化
    hookehuyr authored 2026-01-29 20:29:55 +0800
index.config.js 107 Bytes
Raw Blame History Permalink
1 2 3 4
export default definePageConfig({
  navigationBarTitleText: '签单相关',
  navigationStyle: 'custom'
})