feat(mini): 大厅与社区页面(同步大厅升级体系)
- utils/hall.js(/hall/* /community/* 请求封装)+ styles/hall.scss 共享样式
- 大厅 Hub(四宫格统计入口)、人才大厅列表/详情、岗位大厅列表/详情+投递、
服务大厅列表/详情+咨询
- 社区页(话题筛选帖子流+点赞+发帖)与发帖页;实体社区复用载体列表(parks)
- task-detail/tasks 扩展 register 报名模式(报名走 /hall/tasks/{id}/register)
- 首页新增「大厅」「社区」入口卡;app.config.js 注册 9 个新页面
This commit is contained in:
@@ -38,6 +38,15 @@ export default {
|
||||
'pages/pay-qr/index',
|
||||
'pages/parks/index',
|
||||
'pages/park-detail/index',
|
||||
'pages/hall/index',
|
||||
'pages/hall-talents/index',
|
||||
'pages/hall-talent-detail/index',
|
||||
'pages/hall-jobs/index',
|
||||
'pages/hall-job-detail/index',
|
||||
'pages/hall-services/index',
|
||||
'pages/hall-service-detail/index',
|
||||
'pages/community/index',
|
||||
'pages/community-post/index',
|
||||
'pages/park-screens/index',
|
||||
'pages/park-tasks/index',
|
||||
'pages/park-screen-ctl/index',
|
||||
|
||||
Reference in New Issue
Block a user