| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120 | {	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages		{			"path": "pages/index/index",			"style": {				"navigationBarTitleText": "祥粤云学堂",				"onReachBottomDistance": 50,				"app-plus": {					"titleNView": false //禁用原生导航栏  				},				"navigationStyle": "custom", // 隐藏系统导航栏				"navigationBarTextStyle": "white"			}		}, {			"path": "pages/wd/index",			"style": {				"navigationBarTitleText": "我的",				"navigationBarTextStyle": "white",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				}			}		},		{			"path": "pages/course/index",			"style": {				"navigationBarTitleText": "选课中心",				"navigationBarTextStyle": "white",				"navigationStyle": "custom", // 隐藏系统导航栏				"enablePullDownRefresh":true,				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				}			}		},        {			"path": "pages/learn/index",			"style": {				"navigationBarTitleText": "学习",				"navigationBarTextStyle": "white",				"navigationStyle": "custom", // 隐藏系统导航栏				"enablePullDownRefresh": true,				"backgroundTextStyle": "dark", 				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				}			}		},		{			"path": "pages/shopping/shoppingCart",			"style": {				"navigationBarTitleText": "购物车",				"navigationBarTextStyle": "white",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				}			}		},		{			"path": "pages/webview/index",			"style": {				"navigationBarTitleText": "网页",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				}			}		}	],	"subPackages": [{		"root": "pages2",		"pages": [ {				"path": "wd/info",				"style": {					"navigationBarTitleText": "我的资料",					"navigationBarTextStyle": "white",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			}, {				"path": "wd/menu", //没有用到				"style": {					"navigationBarTitleText": "基本资料",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			}, {				"path": "wd/edu_info", //没有用到				"style": {					"navigationBarTitleText": "教育信息",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			}, {				"path": "register/register",				"style": {					"navigationBarTitleText": "注册页",					"navigationBarBackgroundColor": "#0386FD",					"navigationBarTextStyle": "white",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			}, {				"path": "register/forget",				"style": {					"navigationBarTitleText": "忘记密码",					"navigationBarBackgroundColor": "#0386FD",					"navigationBarTextStyle": "white",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			}, {				"path": "register/bind",				"style": {					"navigationBarTitleText": "关联学员身份",					"navigationBarBackgroundColor": "#0386FD",					"navigationBarTextStyle": "white",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "wd/class", //暂时不用				"style": {					"navigationBarTitleText": "我的网课",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "order/confirm_list",				"style": {					"navigationBarTitleText": "确认订单",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "order/confirm_pay",				"style": {					"navigationBarTitleText": "订单支付",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "order/confirm_success",				"style": {					"navigationBarTitleText": "支付成功",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "order/index",				"style": {					"navigationBarTitleText": "我的订单",					"navigationStyle": "custom", // 隐藏系统导航栏					// "enablePullDownRefresh": true,					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "invoice/index",				"style": {					"navigationBarTitleText": "发票申请",					"navigationStyle": "custom", // 隐藏系统导航栏					// "enablePullDownRefresh": true,					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "exam/index", // 暂时不用				"style": {					"navigationBarTitleText": "我的考试",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "exam/exam_appointment",				"style": {					"navigationBarTitleText": "考试预约",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "exam/signCommit",				"style": {					"navigationBarTitleText": "签署承诺书",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "exam/exam_result",				"style": {					"navigationBarTitleText": "考试成绩和证书",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "wd/question_bank",				"style": {					"navigationBarTitleText": "我的题库通",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "bank/my_question",				"style": {					"navigationBarTitleText": "我的题库",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},						{				"path": "bank/free_question",				"style": {					"navigationBarTitleText": "赠送题卷",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "bank/question_record",				"style": {					"navigationBarTitleText": "做题记录",					"navigationStyle": "custom", // 隐藏系统导航栏					"enablePullDownRefresh":true,					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "bank/question_record_list",				"style": {					"navigationBarTitleText": "做题记录",					"navigationStyle": "custom", // 隐藏系统导航栏					"enablePullDownRefresh":true, 					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "bank/detail",				"style": {					"navigationBarTitleText": "题库详情",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "bank/question_detail",				"style": {					"navigationBarTitleText": "进入刷题",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "msg/index",				"style": {					"enablePullDownRefresh":true,					"navigationBarTitleText": "我的消息",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "bank/question_statistics",				"style": {					"navigationBarTitleText": "做题统计",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "bank/question_report",				"style": {					"navigationBarTitleText": "试卷报告",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "bank/questionBank",				"style": {					"navigationBarTitleText": "试卷题目",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "class/questionBank",				"style": {					"navigationBarTitleText": "试卷题目",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "bank/questionBankExplain",				"style": {					"navigationBarTitleText": "解析",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "bank/questionBankWrongExplain",				"style": {					"navigationBarTitleText": "错题解析",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					} 				}			},						{				"path": "bank/questionBankAllExplain",				"style": {					"navigationBarTitleText": "全部解析",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "bank/questionBankContinue",				"style": {					"navigationBarTitleText": "试卷题目",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "bank/questionBankExplainDetail",				"style": {					"navigationBarTitleText": "试卷解析",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "bank/questionBankTest",				"style": {					"navigationBarTitleText": "试卷",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "msg/detail",				"style": {					"navigationBarTitleText": "消息详情",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "plan/index",				"style": {					"navigationBarTitleText": "学习计划",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "plan/create",				"style": {					"navigationBarTitleText": "创建计划",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "plan/edit",				"style": {					"navigationBarTitleText": "修改计划",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "verify/input",				"style": {					"navigationBarTitleText": "填写审核资料",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "verify/input2",				"style": {					"navigationBarTitleText": "填写审核资料",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "appointment/index",				"style": {					"navigationBarTitleText": "预约考试",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "appointment/order",				"style": {					"navigationBarTitleText": "预约考试",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "appointment/kporder",				"style": {					"navigationBarTitleText": "考前培训预约考试",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "appointment/appointment_success",				"style": {					"navigationBarTitleText": "预约成功",					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "subject/collectBank",				"style": {					"navigationBarTitleText": "试卷",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "subject/wrongBank",				"style": {					"navigationBarTitleText": "错题",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},						{				"path": "subject/collectTypeBank",				"style": {					"navigationBarTitleText": "试卷",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "subject/wrongTypeBank",				"style": {					"navigationBarTitleText": "试卷",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "class/question_report",				"style": {					"navigationBarTitleText": "试卷报告",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "subject/wrong",				"style": {					"navigationBarTitleText": "错题集",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "bank/wrongById",				"style": {					"navigationBarTitleText": "错题集",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "bank/collectById",				"style": {					"navigationBarTitleText": "收藏集",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "subject/collect",				"style": {					"navigationBarTitleText": "收藏集",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "learn/my_learn",				"style": {					"navigationBarTitleText": "我的学时",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "learn/details",				"style": {					"navigationBarTitleText": "详情",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "learn/menu",				"style": {					"navigationBarTitleText": "目录",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			},			{				"path": "wd/course",				"style": {					"navigationBarTitleText": "所有课程",					"navigationStyle": "custom", // 隐藏系统导航栏					"app-plus": {						"titleNView": false, //禁用原生导航栏 						"bounce": "none"					}				}			}		]		 	},{		"root": "pages3",		"pages": [{				"path": "polyv/polyv",				"style": {					"navigationBarTitleText": "保利威直播",					"app-plus": {						"bounce": "none"					},					"mp-weixin": {						"usingComponents": {						    "player": "/pages3/static/polyv-sdk/components/player/player"						  }					}				}		},		{			"path": "polyv/detail",			"style": {				"navigationBarTitleText": "课程详情",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				},				"mp-weixin": {					"usingComponents": {						"player": "/pages3/static/polyv-sdk/components/player/player",						"polyv-player": "plugin://polyv-player/player"					  }				}			}		},		{			"path": "course/detail",			"style": {				"navigationBarTitleText": "课程详情",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				},				"mp-weixin": {					"usingComponents": {						"polyv-player": "plugin://polyv-player/player"					}				}			}		},{			"path": "live/detail",			"style": {				"navigationBarTitleText": "商品详情",				"navigationBarBackgroundColor": "#0386FD",				"navigationBarTextStyle": "white",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				},				"mp-weixin": {					"usingComponents": {						"polyv-player": "plugin://polyv-player/player"					  }				}			}		},{			"path": "live/playback",			"style": {				"navigationBarTitleText": "回放视频",				"navigationBarBackgroundColor": "#0386FD",				"navigationBarTextStyle": "white",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				},				"mp-weixin": {					"usingComponents": {						"polyv-player": "plugin://polyv-player/player"					  }				}			}		}],		"plugins": {			"polyv-player": {				"version": "0.3.0",				"provider": "wx4a350a258a6f7876"			}		}				},{		"root": "pages4",		"pages": [{			"path": "login/login",			"style": {				"navigationBarTitleText": "登录页",				"navigationBarBackgroundColor": "#0386FD",				"navigationBarTextStyle": "white",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				}			}		},        {			"path": "login/pcLogin",			"style": {				"navigationBarTitleText": "pc登录页",				"navigationBarBackgroundColor": "#0386FD",				"navigationBarTextStyle": "white",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				}			}		},        {			"path": "login/pcLoginSuccess",			"style": {				"navigationBarTitleText": "登录成功",				"navigationBarBackgroundColor": "#0386FD",				"navigationBarTextStyle": "white",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				}			}		},        {			"path": "courseTopic/goodsTopic",			"style": {				"navigationBarTitleText": "选课中心",				"navigationBarBackgroundColor": "#0386FD",				"navigationBarTextStyle": "white",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				}			}		}    ]				},{		"root": "pages5",		"pages": [{			"path": "exam/index",			"style": {				"navigationBarTitleText": "我的模考",				"navigationBarBackgroundColor": "#0386FD",				"navigationBarTextStyle": "white",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				}			}		},{			"path": "mockRecord/mock_record",			"style": {				"navigationBarTitleText": "模考记录",				"navigationBarBackgroundColor": "#0386FD",				"navigationBarTextStyle": "white",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				}			}		},{			"path": "mockRecord/mock_record_list", // 没有用到			"style": {				"navigationBarTitleText": "模考记录",				"navigationBarBackgroundColor": "#0386FD",				"navigationBarTextStyle": "white",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				}			}		},{			"path": "examCount/index",			"style": {				"navigationBarTitleText": "模拟考试",				"navigationBarBackgroundColor": "#0386FD",				"navigationBarTextStyle": "white",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				}			}		},{			"path": "liveDetail/index",			"style": {				"navigationBarTitleText": "商品详情",				"navigationBarBackgroundColor": "#0386FD",				"navigationBarTextStyle": "white",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				}			}		},{			"path": "liveDetail/list", // 暂时不用			"style": {				"navigationBarTitleText": "直播课列表",				"navigationBarBackgroundColor": "#0386FD",				"navigationBarTextStyle": "white",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				}			}		},{			"path": "liveDetail/course",			"style": {				"navigationBarTitleText": "课程列表",				"navigationBarBackgroundColor": "#0386FD",				"navigationBarTextStyle": "white",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				}			}		},{			"path": "examList/index",			"style": {				"navigationBarTitleText": "我的模考",				"navigationBarBackgroundColor": "#0386FD",				"navigationBarTextStyle": "white",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				}			}		},{			"path": "examAppointList/index",			"style": {				"navigationBarTitleText": "模考预约",				"navigationBarBackgroundColor": "#0386FD",				"navigationBarTextStyle": "white",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				}			}		},{			"path": "examReport/index",			"style": {				"navigationBarTitleText": "试卷报告",				"navigationBarBackgroundColor": "#0386FD",				"navigationBarTextStyle": "white",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				}			}		},{			"path": "examReport/questionBankAllExplain",			"style": {				"navigationBarTitleText": "全部解析",				"navigationBarBackgroundColor": "#0386FD",				"navigationBarTextStyle": "white",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				}			}		},{			"path": "examReport/questionBankWrongExplain",			"style": {				"navigationBarTitleText": "错题解析",				"navigationBarBackgroundColor": "#0386FD",				"navigationBarTextStyle": "white",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				}			}		},{			"path": "examBank/index",			"style": {				"navigationBarTitleText": "模考",				"navigationBarBackgroundColor": "#0386FD",				"navigationBarTextStyle": "white",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				}			}		},{			"path": "liveList/index",			"style": {				"navigationBarTitleText": "模考讲解直播",				"navigationBarBackgroundColor": "#0386FD",				"navigationBarTextStyle": "white",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				}			}		},{			"path": "mockExam/examApply",			"style": {				"navigationBarTitleText": "模考报名",				"navigationBarBackgroundColor": "#0386FD",				"navigationBarTextStyle": "white",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				}			}		},{			"path": "mockExam/registrationSuccess",			"style": {				"navigationBarTitleText": "模考报名成功",				"navigationBarBackgroundColor": "#0386FD",				"navigationBarTextStyle": "white",				"navigationStyle": "custom", // 隐藏系统导航栏				"app-plus": {					"titleNView": false, //禁用原生导航栏 					"bounce": "none"				}			}		}	]				}],	"preloadRule": {		"pages/index/index": {			"network": "all",			"packages": []		}	},	"globalStyle": {		"navigationBarTextStyle": "black",		"navigationBarTitleText": "WeChat",		"navigationBarBackgroundColor": "#F8F8F8",		"backgroundColor": "#F8F8F8",		"usingComponents": {					}	},	"tabBar": {		"color": "#AAAAAA",		"selectedColor": "#007AFF",		"borderStyle": "black",		"backgroundColor": "#fff",		"list": [{				"pagePath": "pages/index/index",				"iconPath": "static/nav1.png",				"selectedIconPath": "static/nav1_on.png",				"text": "首页"			},			{				"pagePath": "pages/course/index",				"iconPath": "static/nav2.png",				"selectedIconPath": "static/nav2_on.png",				"text": "选课"			},            {				"pagePath": "pages/learn/index",				"iconPath": "static/nav6.png",				"selectedIconPath": "static/nav6_on.png",				"text": "学习"			},			{				"pagePath": "pages/shopping/shoppingCart",				"iconPath": "static/nav3.png",				"selectedIconPath": "static/nav3_on.png",				"text": "购物车"			},			{				"pagePath": "pages/wd/index",				"iconPath": "static/nav5.png",				"selectedIconPath": "static/nav5_on.png",				"text": "我的"			}		]	},	"navigateToMiniProgramAppIdList": [		""	],	"easycom": {		"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"	}}
 |