|
@@ -15,26 +15,12 @@
|
|
|
{
|
|
|
"path": "pages/home/index",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "首页"
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
- // 系统消息
|
|
|
- {
|
|
|
- "path": "pages/home/scancode/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "扫码入库",
|
|
|
- "navigationBarBackgroundColor": "#0095FF",
|
|
|
- "navigationBarTextStyle": "white",
|
|
|
"app-plus": {
|
|
|
- "bounce": "none" ,//关闭窗口回弹效果
|
|
|
- "scrollIndicator": "none"
|
|
|
+ "titleNView": false
|
|
|
}
|
|
|
- // "app-plus": {"titleNView": false} //取消去掉导航栏顶部标题
|
|
|
}
|
|
|
|
|
|
},
|
|
|
-
|
|
|
// 消息
|
|
|
{
|
|
|
"path": "pages/msg/index",
|
|
@@ -49,7 +35,7 @@
|
|
|
"style": {
|
|
|
// "navigationBarTitleText": "我的",
|
|
|
"app-plus": {
|
|
|
- "titleNView":false
|
|
|
+ "titleNView": false
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -59,175 +45,134 @@
|
|
|
"path": "pages/login/index",
|
|
|
"style": {
|
|
|
"app-plus": {
|
|
|
- "titleNView":false
|
|
|
+ "titleNView": false
|
|
|
}
|
|
|
}
|
|
|
- },
|
|
|
- // 奖励明细
|
|
|
- {
|
|
|
- "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": "核销管理"
|
|
|
- }
|
|
|
-
|
|
|
}
|
|
|
],
|
|
|
"subPackages": [{
|
|
|
- "root": "pages/home",
|
|
|
- "pages": [
|
|
|
- // 扫码入库确认
|
|
|
- {
|
|
|
- "path": "Scan-code-in/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "扫码入库确认"
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
- // 扫码出库确认
|
|
|
- {
|
|
|
- "path": "Scan-code-out/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "扫码出库确认"
|
|
|
+ "root": "pages/home",
|
|
|
+ "pages": [{
|
|
|
+ "path": "scancode/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "扫码入库",
|
|
|
+ "navigationBarBackgroundColor": "#0095FF",
|
|
|
+ "navigationBarTextStyle": "white",
|
|
|
+ "app-plus": {
|
|
|
+ "bounce": "none", //关闭窗口回弹效果
|
|
|
+ "scrollIndicator": "none"
|
|
|
}
|
|
|
+ // "app-plus": {"titleNView": false} //取消去掉导航栏顶部标题
|
|
|
+ }
|
|
|
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "shopping/shopping_car",
|
|
|
- "style": {
|
|
|
- "navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
- "navigationBarTextStyle": "white"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "shopping/integral_mall",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "积分商城"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "shopping/inline_shop",
|
|
|
- "style": {
|
|
|
- "navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
- "navigationBarTextStyle": "white"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "shopping/inline_shop_details",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "商品详情"
|
|
|
- }
|
|
|
+ },
|
|
|
+ // 扫码入库确认
|
|
|
+ {
|
|
|
+ "path": "Scan-code-in/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "扫码入库确认"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "root": "pages/login",
|
|
|
- "pages": [{
|
|
|
- "path": "register",
|
|
|
+
|
|
|
+ },
|
|
|
+ // 扫码出库确认
|
|
|
+ {
|
|
|
+ "path": "Scan-code-out/index",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "零售店注销"
|
|
|
+ "navigationBarTitleText": "扫码出库确认"
|
|
|
}
|
|
|
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "shopping/shopping_car",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
+ "navigationBarTextStyle": "white"
|
|
|
+ }
|
|
|
}, {
|
|
|
- "path": "register_2",
|
|
|
+ "path": "shopping/integral_mall",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "零售店注销"
|
|
|
+ "navigationBarTitleText": "积分商城"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "shopping/inline_shop",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
+ "navigationBarTextStyle": "white"
|
|
|
}
|
|
|
-
|
|
|
}, {
|
|
|
- "path": "register_3",
|
|
|
+ "path": "shopping/inline_shop_details",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "商品详情"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }, {
|
|
|
+ "root": "pages/msg",
|
|
|
+ "pages": [{
|
|
|
+ "path": "System-message/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "系统消息"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ // 订单详情页面
|
|
|
+ {
|
|
|
+ "path": "Order-details/index",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "零售店注销"
|
|
|
+ "navigationBarTitleText": "订单详情"
|
|
|
}
|
|
|
|
|
|
- }]
|
|
|
- },
|
|
|
- {
|
|
|
- "root": "pages/me",
|
|
|
- "pages": [
|
|
|
- //我的供应商
|
|
|
- {
|
|
|
- "path": "suppliers",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我的供应商",
|
|
|
- "navigationBarBackgroundColor": "#1692F7"
|
|
|
- }
|
|
|
- },
|
|
|
- //优惠卷
|
|
|
- {
|
|
|
- "path": "coupon",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我的优惠卷"
|
|
|
- }
|
|
|
- },
|
|
|
- //新建收货地址
|
|
|
- {
|
|
|
- "path": "modify",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "新建收货地址"
|
|
|
- }
|
|
|
- },
|
|
|
- //收货地址
|
|
|
- {
|
|
|
- "path": "address",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "收货地址",
|
|
|
- "app-plus": {
|
|
|
- "titleNView": {
|
|
|
- "buttons": [{
|
|
|
- "text": "编辑",
|
|
|
- "fontSize": "18px",
|
|
|
- "float": "right"
|
|
|
- }]
|
|
|
- }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }, {
|
|
|
+ "root": "pages/me",
|
|
|
+ "pages": [
|
|
|
+ //我的供应商
|
|
|
+ {
|
|
|
+ "path": "suppliers",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的供应商",
|
|
|
+ "navigationBarBackgroundColor": "#1692F7"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ //优惠卷
|
|
|
+ {
|
|
|
+ "path": "coupon",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的优惠卷"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ //新建收货地址
|
|
|
+ {
|
|
|
+ "path": "modify",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "新建收货地址"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ //收货地址
|
|
|
+ {
|
|
|
+ "path": "address",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "收货地址",
|
|
|
+ "app-plus": {
|
|
|
+ "titleNView": {
|
|
|
+ "buttons": [{
|
|
|
+ "text": "编辑",
|
|
|
+ "fontSize": "18px",
|
|
|
+ "float": "right"
|
|
|
+ }]
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+ },
|
|
|
+ //查询结果
|
|
|
+ {
|
|
|
+ "path": "scancodequery/scan",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "胎号查询",
|
|
|
+ "app-plus": {
|
|
|
+ "bounce": "none" //取消页面上的回弹效果
|
|
|
+ }
|
|
|
+ }
|
|
|
},
|
|
|
//查询结果
|
|
|
{
|
|
@@ -238,9 +183,78 @@
|
|
|
"bounce": "none" //取消页面上的回弹效果
|
|
|
}
|
|
|
}
|
|
|
- ]
|
|
|
- }
|
|
|
- ],
|
|
|
+ },
|
|
|
+ //入库明细
|
|
|
+ {
|
|
|
+ "path": "Warehousing-details/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "入库明细"
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ // 出库明细
|
|
|
+ {
|
|
|
+ "path": "Delivery-details/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "出库明细"
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ // 奖励明细
|
|
|
+ {
|
|
|
+ "path": "Reward-details/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "奖励明细"
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ // 结算中心页面
|
|
|
+ {
|
|
|
+ "path": "Settlement-center/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "结算中心"
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ // 统计任务页面
|
|
|
+ {
|
|
|
+ "path": "Statistical-task/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "任务统计"
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ // 核销管理页面
|
|
|
+ {
|
|
|
+ "path": "Write-off-management/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "核销管理"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }, {
|
|
|
+ "root": "pages/login",
|
|
|
+ "pages": [{
|
|
|
+ "path": "register",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "零售店注销"
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "register_2",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "零售店注销"
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "register_3",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "零售店注销"
|
|
|
+ }
|
|
|
+
|
|
|
+ }]
|
|
|
+ }],
|
|
|
"preloadRule": {},
|
|
|
"globalStyle": {
|
|
|
"navigationBarBackgroundColor": "#0095FF",
|