| | |
| | | "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能 |
| | | } |
| | | } |
| | | }, |
| | | {//压窗屏--就是一个普通的页面,去掉头尾和去掉左滑返回的透明页面 |
| | | "path": "uview-ui/components/u-full-screen/u-full-xy", |
| | | "style": { |
| | | "navigationStyle": "custom", // 取消本页面的导航栏 |
| | | "app-plus": { |
| | | "animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型 |
| | | "background": "transparent", // 背景透明 |
| | | "backgroundColor": "rgba(170, 255, 255, 0.0)", // 背景透明 |
| | | "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能 |
| | | } |
| | | } |
| | | } |
| | | ], |
| | | "globalStyle": { //将组件安装在项目的components目录下,并符合components/组件名称/组件名称.vue目录结构。可以不用引用、注册,直接在页面中使用。 |