pages.json 3.7 KB
{
	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
		{
			"path": "pages/index/index",
			"style": {
				"navigationBarTitleText": "首页",
				"navigationBarTextStyle": "white",
				"navigationBarBackgroundColor": "#04764E",
				"enablePullDownRefresh": true
			}
		}, {
			"path": "pages/study/study",
			"style": {
				"navigationBarTitleText": "研究",
				"enablePullDownRefresh": false,
				"navigationBarTextStyle": "white",
				"navigationBarBackgroundColor": "#04764E"
			}

		}, {
			"path": "pages/info/info",
			"style": {
				"navigationBarTitleText": "情报",
				"enablePullDownRefresh": false,
				"navigationBarTextStyle": "white",
				"navigationBarBackgroundColor": "#04764E"

			}

		}, {
			"path": "pages/mine/mine",
			"style": {
				"navigationBarTitleText": "我的",
				"enablePullDownRefresh": false,
				"navigationStyle": "custom"
			}

		}, {
			"path": "pages/suggest/suggest",
			"style": {
				"navigationBarTitleText": "提建议",
				"enablePullDownRefresh": false,
				"navigationStyle": "custom"
			}

		}, {
			"path": "pages/settings/settings",
			"style": {
				"navigationBarTitleText": "",
				"enablePullDownRefresh": false
			}

		}, {
			"path": "pages/logout/logout",
			"style": {
				"navigationBarTitleText": "",
				"enablePullDownRefresh": false
			}

		}, {
			"path": "pages/notitle_webview/notitle_webview",
			"style": {
				"navigationBarTitleText": "",
				"enablePullDownRefresh": false,
				"navigationStyle": "custom"
			}

		}, {
			"path": "pages/normal_webview/normal_webview",
			"style": {
				"navigationBarTitleText": "",
				"enablePullDownRefresh": false
			}

		}, {
			"path": "pages/analysis/analysis",
			"style": {
				"navigationBarTitleText": "分析",
				"enablePullDownRefresh": false,
				"navigationBarBackgroundColor": "#04764E"
			}

		}
        ,{
            "path" : "pages/login_apple/login_apple",
            "style" :                                                                                    
            {
                "navigationBarTitleText": "登陆/注册",
                "enablePullDownRefresh": false
            }
            
        }
        ,{
            "path" : "pages/user_agreement/user_agreement",
            "style" :                                                                                    
            {
                "navigationBarTitleText": "隐私政策",
                "enablePullDownRefresh": false
            }
            
        }
    ],
	"globalStyle": {
		"navigationBarTextStyle": "white",
		"navigationBarTitleText": "uni-app",
		"navigationBarBackgroundColor": "#04764E",
		"backgroundColor": "#F5F5F5"
	},
	"tabBar": {
		"backgroundColor": "#F8F8F8",
		"selectedColor": "#0a1b31",
		"color": "#999999",
		"list": [{
				"text": "首页",
				"iconPath": "static/tab_icons/ic_shouye_off@2x.png",
				"selectedIconPath": "static/tab_icons/ic_shouye_on@2x.png",
				"pagePath": "pages/index/index"
			},
			{
				"text": "研究",
				"iconPath": "static/tab_icons/ic_yanjiu_off@2x.png",
				"selectedIconPath": "static/tab_icons/ic_yanjiu_on@2x.png",
				"pagePath": "pages/study/study"
			},
			{
				"text": "情报",
				"iconPath": "static/tab_icons/ic_qingbao_off@2x.png",
				"selectedIconPath": "static/tab_icons/ic_qingbao_on@2x.png",
				"pagePath": "pages/info/info"
			},
			{
				"text": "我的",
				"iconPath": "static/tab_icons/ic_person_off@2x.png",
				"selectedIconPath": "static/tab_icons/ic_person_on@2x.png",
				"pagePath": "pages/mine/mine"
			}
		]
	},
	"uniIdRouter": {}
}