小程序分包处理

h5
wangdong 6 months ago
parent 979db23eea
commit 4fc3baed8c
  1. 226
      pages.json

@ -98,26 +98,6 @@
"navigationStyle": "custom"
}
},
{
"path": "pages/invite/index",
"style": {
"navigationBarTitleText": "邀请有礼",
"navigationBarBackgroundColor": "#FF4A49",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/invite/list",
"style": {
"navigationBarTitleText": "邀请记录"
}
}, {
"path": "pages/invite/rule",
"style": {
"navigationBarTitleText": "邀请规则"
}
},
{
"path": "pages/custom/index",
"style": {
@ -186,24 +166,6 @@
"navigationBarTitleText": "我的优惠券"
}
},
{
"path": "pages/address/index",
"style": {
"navigationBarTitleText": "收货地址"
}
},
{
"path": "pages/address/create",
"style": {
"navigationBarTitleText": "新增收货地址"
}
},
{
"path": "pages/address/update",
"style": {
"navigationBarTitleText": "编辑收货地址"
}
},
{
"path": "pages/points/log",
"style": {
@ -229,24 +191,6 @@
"navigationStyle": "custom"
}
},
{
"path": "pages/refund/index",
"style": {
"navigationBarTitleText": "退换/售后"
}
},
{
"path": "pages/refund/detail",
"style": {
"navigationBarTitleText": "售后详情"
}
},
{
"path": "pages/refund/apply",
"style": {
"navigationBarTitleText": "申请售后"
}
},
{
"path": "pages/shop/extract",
"style": {
@ -259,54 +203,6 @@
"navigationBarTitleText": "门店详情"
}
},
{
"path": "pages/dealer/index",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/dealer/apply",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/dealer/commission",
"style": {
"navigationBarTitleText": "分销佣金"
}
},
{
"path": "pages/dealer/withdraw/apply",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/dealer/withdraw/list",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/dealer/poster",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/dealer/order",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/dealer/team",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/sharp/index",
"style": {
@ -337,6 +233,128 @@
}
],
"subPackages": [
{
"root": "pages/invite/",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "邀请有礼",
"navigationBarBackgroundColor": "#FF4A49",
"navigationBarTextStyle": "white"
}
}, {
"path": "list",
"style": {
"navigationBarTitleText": "邀请记录"
}
}, {
"path": "rule",
"style": {
"navigationBarTitleText": "邀请规则"
}
}
]
},
{
"root": "pages/address/",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "收货地址"
}
},
{
"path": "create",
"style": {
"navigationBarTitleText": "新增收货地址"
}
},
{
"path": "update",
"style": {
"navigationBarTitleText": "编辑收货地址"
}
}
]
},
{
"root": "pages/dealer/",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "apply",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "commission",
"style": {
"navigationBarTitleText": "分销佣金"
}
},
{
"path": "withdraw/apply",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "withdraw/list",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "poster",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "order",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "team",
"style": {
"navigationBarTitleText": ""
}
}
]
},
{
"root": "pages/refund/",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "退换/售后"
}
},
{
"path": "detail",
"style": {
"navigationBarTitleText": "售后详情"
}
},
{
"path": "apply",
"style": {
"navigationBarTitleText": "申请售后"
}
}
]
},
{
"root": "pages/shopList",
"pages": [{

Loading…
Cancel
Save