"pages": [ //pages數組中第一項表示應用啟動頁, { "path": "pages/main/main", "style": { "navigationBarTitleText": "沉浸式透明導航欄", "navigationStyle": "custom", // 取消本頁面的導航欄 "app-plus": { "animationType": "fade-in", // 設置fade-in淡入動畫,為最合理的動畫類型 "background": "transparent", // 背景透明 "backgroundColor": "rgba(0,0,0,0)", // 背景透明 "webviewBGTransparent": true, "mask": "none", "opacity": 0.9, "popGesture": "none" // 關閉IOS屏幕左邊滑動關閉當前頁面的功能 } } }
