学无止境i
学无止境i
  • 发布:2023-06-25 11:35
  • 更新:2023-06-25 11:35
  • 阅读:287

uniapp分包微信小程序,支付宝小程序,和h5

分类:uni-app

"mp-weixin": {
"appid": "wx3069280b94304887",
"setting": {
"urlCheck": false,
"minified": true,
"postcss": true,
"es6": true
},
"usingComponents": true,
"optimization": {
"subPackages": true
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"requiredPrivateInfos": ["getLocation", "onLocationChange", "chooseLocation"],
"plugins": {},
"lazyCodeLoading": "requiredComponents"
},

"subPackages": [{
"root": "sub_package", //子包的根目录
"pages": [{ //这里的配置路径和pages里的一样
"path": "nearby/nearby", //配置页面路径,这里要注意,因为root已经选中了文件夹,所以我们只要填写文件名就好
"style": {
"disableScroll": true,
"mp-alipay": {
"titleBarColor": "#ffffff",
"defaultTitle": "车位预约",
"allowsBounceVertical": "NO"
}
}
},
{
"path": "grade/grade",
"style": {
"disableScroll": true,
"mp-alipay": {
"titleBarColor": "#ffffff",
"defaultTitle": "会员服务",
"allowsBounceVertical": "NO"
}
}
},
{
"path": "freePass/freePass",
"style": {
"disableScroll": true,
"mp-alipay": {
"titleBarColor": "#ffffff",
"defaultTitle": "免费通行券",
"allowsBounceVertical": "NO"
}
}
},
{
"path": "ranking-list/index",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"disableScroll": true,
"mp-alipay": {
"transparentTitle": "always",
"titlePenetrate": "YES",
"titleBarColor": "#FAFAFA",
"defaultTitle": "",
"allowsBounceVertical": "NO"
}
}
},
{
"path": "carWash/carWash",
"style": {
"navigationBarTitleText": "洗车服务",
"enablePullDownRefresh": false,
"disableScroll": true,
"mp-alipay": {
"titleBarColor": "#ffffff",
"defaultTitle": "洗车服务",
"allowsBounceVertical": "NO"
}
}
},
{
"path": "carWash/carWashDetail",
"style": {
"navigationBarTitleText": "服务详情",
"disableScroll": true,
"enablePullDownRefresh": false,
"mp-alipay": {
"titleBarColor": "#ffffff",
"defaultTitle": "服务详情",
"allowsBounceVertical": "NO"
}
}
},
{
"path": "carWash/comfirmOrder",
"style": {
"navigationBarTitleText": "提交订单",
"disableScroll": true,
"enablePullDownRefresh": false,
"mp-alipay": {
"titleBarColor": "#ffffff",
"defaultTitle": "提交订单",
"allowsBounceVertical": "NO"
}
}
}, {
"path": "convenienceService/convenienceService",
"style": {
"navigationBarTitleText": "",
"disableScroll": true,
"enablePullDownRefresh": false,
"mp-alipay": {
"titleBarColor": "#ffffff",
"defaultTitle": "便民服务",
"allowsBounceVertical": "NO"
}
}
}
]
}],

uniapp,听说不支持支付宝小程序,如果开启微信小程序分包后,路径已经变更,会不会影响支付宝小程序和h5端呢????

2023-06-25 11:35 负责人:无 分享
已邀请:

要回复问题请先登录注册