pages.json 1.1 KB
{
	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
		{
			"path": "pages/index/index",
			"style": {
				"navigationBarTitleText": "双色球大师"

			}
		}, {
			"path": "pages/history/history",
			"style": {
				"navigationBarTitleText": "历史开奖",
				"enablePullDownRefresh": false
			}

		}, {
			"path": "pages/number_book/number_book",
			"style": {
				"navigationBarTitleText": "号码本",
				"enablePullDownRefresh": false
			}

		}, {
			"path": "pages/select_code/select_code",
			"style": {
				"navigationBarTitleText": "立即选号",
				"enablePullDownRefresh": false,
				"app-plus": {
					"bounce": "none",
					"titleNView": {
						"backgroundColor": "#ff0000", //显现的背景色
						"type": "transparent" //透明渐变导航栏
					}
				}
			}

		}
	],
	"globalStyle": {
		"navigationBarTextStyle": "white",
		"navigationBarTitleText": "uni-app",
		"navigationBarBackgroundColor": "#FF3333",
		"backgroundColor": "#FFE5E5"
	},
	"uniIdRouter": {}
}