Commit 8c67d94ebc51d5069d10d1db7c9a357d6e142159

Authored by 史婷婷
1 parent db8a3797

feat: 消息详情页 路由增加

Showing 1 changed file with 8 additions and 0 deletions
... ... @@ -648,6 +648,14 @@
648 648 "navigationBarBackgroundColor": "#ffffff",
649 649 "navigationBarTextStyle": "black"
650 650 }
  651 + },
  652 + {
  653 + "path": "pages/message/detail",
  654 + "style": {
  655 + "navigationBarTitleText": "消息详情",
  656 + "navigationBarBackgroundColor": "#ffffff",
  657 + "navigationBarTextStyle": "black"
  658 + }
651 659 }
652 660 ],
653 661 "subPackages": [
... ...