|
|
@@ -158,13 +158,17 @@
|
|
|
{
|
|
|
"path": "pdf",
|
|
|
"style": {
|
|
|
- "navigationStyle": "custom"
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "enableShareAppMessage": false, // 隐藏右上角菜单中的分享相关选项
|
|
|
+ "enableMenu": false // 关键:隐藏右上角的三个点菜单按钮(微信小程序基础库 2.19.0+ 支持)
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pdfZyb",
|
|
|
"style": {
|
|
|
- "navigationStyle": "custom"
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "enableShareAppMessage": false, // 隐藏右上角菜单中的分享相关选项
|
|
|
+ "enableMenu": false // 关键:隐藏右上角的三个点菜单按钮(微信小程序基础库 2.19.0+ 支持)
|
|
|
}
|
|
|
},
|
|
|
{
|