Commit 41d45c11 by pangchong

feat: app禁止tab页面滑动

parent bc7675ae
...@@ -128,7 +128,10 @@ ...@@ -128,7 +128,10 @@
{ {
"path": "pages/modules/mocp/tab/index", "path": "pages/modules/mocp/tab/index",
"style": { "style": {
"navigationBarTitleText": "tab页面" "navigationBarTitleText": "tab页面",
"app-plus": {
"bounce": "none" //关闭窗口回弹效果
}
} }
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment