wepy 编译成web的时候怎样过滤掉app.json中掉pages对象中的部分页面

zzoitvuj  于 2022-10-20  发布在  其他
关注(0)|答案(1)|浏览(166)

config = { pages: [ 'pages/default/sell-car', 'pages/sell-car-success/sell-car-success', 'pages/city/city', 'pages/index/index', 'pages/test', 'pages/home', 'pages/text', 'pages/config', 'pages/boneRate' ], window: { backgroundTextStyle: 'light', navigationBarBackgroundColor: '#fff', navigationBarTitleText: 'WeChat', navigationBarTextStyle: 'black' } }

编译成web的时候,我想过滤掉pages中掉前三个页面,怎么配置,求指教

wmomyfyw

wmomyfyw1#

@tingyuxuan2302   Hi Handsome man do you resolve this problem?

相关问题