Browse Source

feat: 添加新页面路由配置

新增四个页面路由配置:加入企业页面、企业王者页面、企业王者信息页面和公告页面
master
wei 3 days ago
parent
commit
0c639c7778
  1. 24
      pages.json

24
pages.json

@ -66,6 +66,30 @@
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/joinEnterprise/joinEnterprise",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/home/enterKing/enterKing",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/home/enterKing/enterKingInfo",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/home/announcement",
"style": {
"navigationBarTitleText": ""
}
}
],
"tabBar": {

Loading…
Cancel
Save