|
@@ -11,103 +11,33 @@
|
|
|
// }]
|
|
|
// },
|
|
|
"pages": [
|
|
|
- // 奖励明细
|
|
|
- {
|
|
|
- "path": "pages/Reward-details/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "奖励明细"
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
- // 出库明细
|
|
|
- {
|
|
|
- "path": "pages/Delivery-details/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "出库明细"
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
- // 入库明细
|
|
|
- {
|
|
|
- "path": "pages/Warehousing-details/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "入库明细"
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
- // 结算中心页面
|
|
|
- {
|
|
|
- "path": "pages/Settlement-center/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "结算中心"
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
- // 统计任务页面
|
|
|
- {
|
|
|
- "path": "pages/Statistical-task/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "任务统计"
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
- // 订单详情页面
|
|
|
- {
|
|
|
- "path": "pages/Order-details/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "订单详情"
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
- // 核销管理页面
|
|
|
- {
|
|
|
- "path": "pages/Write-off-management/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "核销管理"
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
// 首页
|
|
|
{
|
|
|
"path": "pages/home/index",
|
|
|
"style": {
|
|
|
- "navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
- "navigationBarTextStyle": "black"
|
|
|
+ "navigationBarTitleText": "首页"
|
|
|
}
|
|
|
+
|
|
|
},
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- // 扫码入库确认
|
|
|
- {
|
|
|
- "path": "pages/Scan-code-in/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "扫码入库确认"
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
- // 扫码出库确认
|
|
|
- {
|
|
|
- "path": "pages/Scan-code-out/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "扫码出库确认"
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
- // 系统消息
|
|
|
+ //扫码入库
|
|
|
{
|
|
|
- "path": "pages/System-message/index",
|
|
|
+ "path": "pages/home/scancode/index",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "系统消息"
|
|
|
+ "navigationBarTitleText": "扫码入库",
|
|
|
+ "navigationBarBackgroundColor": "#0095FF",
|
|
|
+ "navigationBarTextStyle": "white",
|
|
|
+ "app-plus": {
|
|
|
+ "bounce": "none" ,//关闭窗口回弹效果
|
|
|
+ "scrollIndicator": "none"
|
|
|
+ }
|
|
|
+ // "app-plus": {"titleNView": false} //取消去掉导航栏顶部标题
|
|
|
}
|
|
|
-
|
|
|
},
|
|
|
-
|
|
|
// 消息
|
|
|
{
|
|
|
"path": "pages/msg/index",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "消息中心"
|
|
|
+ "navigationBarTitleText": "消息"
|
|
|
}
|
|
|
|
|
|
},
|
|
@@ -117,7 +47,7 @@
|
|
|
"style": {
|
|
|
// "navigationBarTitleText": "我的",
|
|
|
"app-plus": {
|
|
|
- "titleNView": false
|
|
|
+ "titleNView":false
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -127,7 +57,7 @@
|
|
|
"path": "pages/login/index",
|
|
|
"style": {
|
|
|
"app-plus": {
|
|
|
- "titleNView": false
|
|
|
+ "titleNView":false
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -153,32 +83,35 @@
|
|
|
}
|
|
|
|
|
|
}]
|
|
|
- }, {
|
|
|
- "root": "pages/shopping",
|
|
|
- "pages": [{
|
|
|
- "path": "shopping_car/shopping_car",
|
|
|
- "style": {
|
|
|
- "navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
- "navigationBarTextStyle": "white"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "integral_mall/integral_mall",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "积分商城"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "inline_shop/inline_shop",
|
|
|
- "style": {
|
|
|
- "navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
- "navigationBarTextStyle": "white"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "inline_shop_details/inline_shop_details",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "商品详情"
|
|
|
- }
|
|
|
- }]
|
|
|
- }, {
|
|
|
+ },{
|
|
|
+ "root": "pages/shopping",
|
|
|
+ "pages": [{
|
|
|
+ "path" : "shopping_car/shopping_car",
|
|
|
+ "style" : {
|
|
|
+ "navigationStyle": "custom" ,// 隐藏系统导航栏
|
|
|
+ "navigationBarTextStyle": "white"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "integral_mall/integral_mall",
|
|
|
+ "style" : {
|
|
|
+ "navigationBarTitleText": "积分商城"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "inline_shop/inline_shop",
|
|
|
+ "style" : {
|
|
|
+ "navigationStyle": "custom" ,// 隐藏系统导航栏
|
|
|
+ "navigationBarTextStyle": "white"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "inline_shop_details/inline_shop_details",
|
|
|
+ "style" : {
|
|
|
+ "navigationBarTitleText": "商品详情"
|
|
|
+ }
|
|
|
+ }]
|
|
|
+ },{
|
|
|
"root": "pages/me",
|
|
|
"pages": [
|
|
|
//我的供应商
|
|
@@ -218,7 +151,7 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
//查询结果
|
|
|
{
|