1.订单部分页面 2.会议部分页面

This commit is contained in:
2025-07-31 17:29:15 +08:00
parent 893124cda8
commit c560b34bf1
18 changed files with 3035 additions and 600 deletions

View File

@@ -303,6 +303,12 @@
"style": {
"navigationBarTitleText": "发起邀约"
}
},
{
"path": "pages/sys/user/myVisitor/selectRoom",
"style": {
"navigationBarTitleText": "选择服务地址"
}
},
{
"path": "pages/sys/user/myVisitor/visitorInfo",
@@ -376,6 +382,48 @@
"style": {
"navigationStyle": "custom"
}
},
{
"path" : "pages/sys/workbench/order/order",
"style" :
{
"navigationBarTitleText": "工单管理"
}
},
{
"path" : "pages/sys/workbench/order/createOrder",
"style" :
{
"navigationBarTitleText": "创建工单"
}
},
{
"path" : "pages/sys/workbench/order/orderDetail",
"style" :
{
"navigationBarTitleText": "工单详情"
}
},
{
"path" : "pages/sys/workbench/meet/meet",
"style" :
{
"navigationBarTitleText" : "会议预约"
}
},
{
"path" : "pages/sys/workbench/meet/createMeet",
"style" :
{
"navigationBarTitleText" : "会议室预约"
}
},
{
"path" : "pages/sys/workbench/camera",
"style" :
{
"navigationStyle": "custom"
}
}
],
"tabBar": {