分包处理

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

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

Loading…
Cancel
Save