| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "pages": [
- {
- "path": "pages/sample/webView",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false,
- "webviewParameter": {
- "addressBar": false,
- "toolbar": false
- }
- }
- }
- },
- {
- "path": "pages/sample/richAlert",
- "style": {
- "navigationBarTitleText": "蓝牙设置",
- "navigationBarBackgroundColor": "#0039a6",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "bounce": "none",
- "titleNView": false
- },
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none",
- "titleNView": false
- }
- }
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|