diff --git a/pages.json b/pages.json index 8a27256..6702d49 100644 --- a/pages.json +++ b/pages.json @@ -115,16 +115,6 @@ } } }, - { //任务详情 - "path": "pages/detailmap/index", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom", - "app-plus": { - "bounce": "none" - } - } - }, { "path": "pages/goods/goodsList", "style": { @@ -152,6 +142,15 @@ } } }, + { + "path": "pages/myCenter/setPrint", + "style": { + "navigationBarTitleText": "打印设置", + "app-plus": { + "bounce": "none" + } + } + }, { "path": "pages/myCenter/businessInfo", "style": { @@ -187,6 +186,93 @@ "bounce": "none" } } + }, + { + "path": "pages/shop/dataStatistics", + "style": { + "navigationBarTitleText": "数据统计", + "navigationStyle": "custom", + "app-plus": { + "bounce": "none" + } + } + }, + { + "path": "pages/shop/goodsList", + "style": { + "navigationBarTitleText": "商品列表", + "navigationStyle": "custom", + "app-plus": { + "bounce": "none" + } + } + }, + { + "path": "pages/shop/orderDetail", + "style": { + "navigationBarTitleText": "商家订单详情", + "navigationStyle": "custom", + "app-plus": { + "bounce": "none" + } + } + }, + { + "path": "pages/shop/shopBill", + "style": { + "navigationBarTitleText": "商家账单", + "navigationStyle": "custom", + "app-plus": { + "bounce": "none" + } + } + }, + { + "path": "pages/shop/shopEvaluate", + "style": { + "navigationBarTitleText": "商家评价", + "navigationStyle": "custom", + "app-plus": { + "bounce": "none" + } + } + }, + { + "path": "pages/shop/shopOrderList", + "style": { + "navigationBarTitleText": "商家订单", + "navigationStyle": "custom", + "app-plus": { + "bounce": "none" + } + } + },{ + "path": "pages/shop/shopSettlementDetail", + "style": { + "navigationBarTitleText": "商家账单详情", + "navigationStyle": "custom", + "app-plus": { + "bounce": "none" + } + } + },{ + "path": "pages/shop/addGoods", + "style": { + "navigationBarTitleText": "新增商品", + "navigationStyle": "custom", + "app-plus": { + "bounce": "none" + } + } + },{ + "path": "pages/shop/addType", + "style": { + "navigationBarTitleText": "新增分类", + "navigationStyle": "custom", + "app-plus": { + "bounce": "none" + } + } } ],