Browse Source

refactor: H5自定义导航

tall
xuesinan 4 years ago
parent
commit
04ae8f22d9
  1. 3
      CHANGELOG.md
  2. 15
      src/pages.json

3
CHANGELOG.md

@ -1,4 +1,4 @@
# 0.1.0 (2021-09-30) # 0.1.0 (2021-10-20)
### 🌟 新功能 ### 🌟 新功能
范围|描述|commitId 范围|描述|commitId
@ -13,6 +13,7 @@
- | 导入项目,更新项目 | 5e06adf - | 导入项目,更新项目 | 5e06adf
- | 导入项目后提示并打开项目详情页 | 410f527 - | 导入项目后提示并打开项目详情页 | 410f527
- | 导入wbs | 1224fcb - | 导入wbs | 1224fcb
- | 登录时提示是否合并账号样式修改 | d82bf1a
- | 登录提示是否合并账号 | 6a9b054 - | 登录提示是否合并账号 | 6a9b054
- | 点击日历日期查询项目列表 | c458385 - | 点击日历日期查询项目列表 | c458385
- | 定期任务面板骨架屏添加 | b2698c0 - | 定期任务面板骨架屏添加 | b2698c0

15
src/pages.json

@ -3,19 +3,28 @@
{ {
"path": "pages/index/index", "path": "pages/index/index",
"style": { "style": {
"navigationBarText": "TALL" "navigationBarText": "TALL",
//#ifdef H5
"navigationStyle": "custom"
//#endif
} }
}, },
{ {
"path": "pages/phone-bind/phone-bind", "path": "pages/phone-bind/phone-bind",
"style": { "style": {
"navigationBarTitleText": "绑定手机号" "navigationBarTitleText": "绑定手机号",
//#ifdef H5
"navigationStyle": "custom"
//#endif
} }
}, },
{ {
"path": "pages/project-webview/project-webview", "path": "pages/project-webview/project-webview",
"style": { "style": {
"navigationBarTitleText": "项目详情页" "navigationBarTitleText": "项目详情页",
//#ifdef H5
"navigationStyle": "custom"
//#endif
} }
} }
], ],

Loading…
Cancel
Save