移动端功能基本完成
This commit is contained in:
+72
-6
@@ -13,9 +13,63 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/message/message",
|
||||
"path": "pages/order/order-detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "消息"
|
||||
"navigationBarTitleText": "订单详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/order/order-add",
|
||||
"style": {
|
||||
"navigationBarTitleText": "新增订单"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/workorder/workorder",
|
||||
"style": {
|
||||
"navigationBarTitleText": "工单"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/workorder/add-workorder",
|
||||
"style": {
|
||||
"navigationBarTitleText": "新建工单"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/workorder/show-workorder",
|
||||
"style": {
|
||||
"navigationBarTitleText": "工单详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/workorder/edit-workorder",
|
||||
"style": {
|
||||
"navigationBarTitleText": "编辑工单"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/warehouse/warehouse",
|
||||
"style": {
|
||||
"navigationBarTitleText": "仓库"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/warehouse/item-detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "物品详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/warehouse/add-item",
|
||||
"style": {
|
||||
"navigationBarTitleText": "新增物品"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/warehouse/item-edit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "编辑物品"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -35,6 +89,12 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "设置"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/message/message",
|
||||
"style": {
|
||||
"navigationBarTitleText": "消息"
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
@@ -65,10 +125,16 @@
|
||||
"text": "订单"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/message/message",
|
||||
"iconPath": "static/tabbar/message.png",
|
||||
"selectedIconPath": "static/tabbar/message-active.png",
|
||||
"text": "消息"
|
||||
"pagePath": "pages/workorder/workorder",
|
||||
"iconPath": "static/tabbar/workorder.png",
|
||||
"selectedIconPath": "static/tabbar/workorder-active.png",
|
||||
"text": "工单"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/warehouse/warehouse",
|
||||
"iconPath": "static/tabbar/warehouse.png",
|
||||
"selectedIconPath": "static/tabbar/warehouse-active.png",
|
||||
"text": "仓库"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/user/user",
|
||||
|
||||
Reference in New Issue
Block a user