feat: 新增部分页面静态页面
This commit is contained in:
46
pages.json
46
pages.json
@@ -59,16 +59,58 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "orderRecord",
|
||||
"path": "order/orderRecord",
|
||||
"style": {
|
||||
"navigationBarTitleText": "接单记录"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "recordList",
|
||||
"path": "order/recordList",
|
||||
"style": {
|
||||
"navigationBarTitleText": "订单记录"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "salary/salaryManage",
|
||||
"style": {
|
||||
"navigationBarTitleText": "薪资管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "salary/salaryList",
|
||||
"style": {
|
||||
"navigationBarTitleText": "薪资明细"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "account/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的账户"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "healthCertificate/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "健康证"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "contact/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "紧急联系人"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "privacyManage/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "隐私管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "AuthorizaManage/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "权限管理"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user