feat: 新增部分页面静态页面

This commit is contained in:
admin
2026-01-24 17:45:54 +08:00
parent 849647d3c9
commit 8c1224999d
20 changed files with 1828 additions and 339 deletions

View File

@@ -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": "权限管理"
}
}
]
},