1.订单部分页面 2.会议部分页面
This commit is contained in:
48
pages.json
48
pages.json
@@ -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": {
|
||||
|
Reference in New Issue
Block a user