分包处理

main
wangdong 6 months ago
parent a0e5a7c14e
commit 0bba9badcb
  1. 18
      pages.json

@ -334,27 +334,31 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, { }
"path": "pages/shopList/index", ],
"subPackages": [
{
"root": "pages/shopList",
"pages": [{
"path": "index",
"style": { "style": {
"navigationBarTitleText": "商户列表", "navigationBarTitleText": "商户列表",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
},{ },{
"path": "pages/shopList/shopPage", "path": "shopPage",
"style": { "style": {
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationStyle": "custom" "navigationStyle": "custom"
} }
},{ },{
"path": "pages/shopList/certificate", "path": "certificate",
"style": { "style": {
"navigationBarTitleText": "营业执照", "navigationBarTitleText": "营业执照",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
} }]
], },{
"subPackages": [{
"root": "pages/news/", "root": "pages/news/",
"pages": [{ "pages": [{
"path": "article/classify", "path": "article/classify",

Loading…
Cancel
Save