| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 | 
							- {
 
- 	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
 
- 		{
 
- 			"path": "pages/mobile/homePage",
 
- 			"style": {
 
- 				"navigationStyle": "custom"
 
- 			}
 
- 		},
 
-         {
 
-         	"path": "pages/mobile/oeindex",
 
-         	"style": {
 
-         		"navigationBarTitleText": "配件查询"
 
-         	}
 
-         },
 
- 		{
 
- 			"path": "pages/mobile/OESearch",
 
- 			"style": {
 
- 				"navigationBarTitleText": "OE搜索"
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/mobile/OEDetail",
 
- 			"style": {
 
- 				"navigationBarTitleText": "OE信息"
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/mobile/index",
 
- 			"style": {
 
- 				"navigationBarTitleText": "VIN查询"
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/mobile/group",
 
- 			"style": {
 
- 				"navigationStyle": "custom"
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/mobile/modelTwo",
 
- 			"style": {
 
- 				"navigationStyle": "custom"
 
- 			}
 
- 		}, {
 
- 			"path": "pages/mobile/modelThree",
 
- 			"style": {
 
- 				"navigationBarTitleText": "车型件",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		}, {
 
- 			"path": "pages/mobile/OemDetail",
 
- 			"style": {
 
- 				"navigationBarTitleText": "OEM零件详情",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		}, {
 
- 			"path": "pages/mobile/OemSearch",
 
- 			"style": {
 
- 				"navigationBarTitleText": "OEM搜索",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		}, {
 
- 			"path": "pages/mobile/CarModelList",
 
- 			"style": {
 
- 				"navigationBarTitleText": "适用车型",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		}, {
 
- 			"path": "pages/mobile/SonGroup",
 
- 			"style": {
 
- 				"navigationBarTitleText": "选择子组",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		}, {
 
- 			"path": "pages/mobile/CarDetail",
 
- 			"style": {
 
- 				"navigationBarTitleText": "车型详情",
 
- 				"enablePullDownRefresh": false
 
- 			}
 
- 		}, {
 
- 			"path": "pages/mobile/SelectCarModel",
 
- 			"style": {
 
- 				"navigationBarTitleText": "选择品牌",
 
- 				"enablePullDownRefresh": false
 
- 			}
 
- 		}, {
 
- 			"path": "pages/mobile/SelectCarTwo",
 
- 			"style": {
 
- 				"navigationStyle": "custom"
 
- 			}
 
- 		}, {
 
- 			"path": "pages/mobile/vinDetail",
 
- 			"style": {
 
- 				"navigationBarTitleText": "车型件",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		},
 
- 		{
 
- 			"path" : "pages/mobile/epcSimpleDetailOne",
 
- 			"style" : 
 
- 			{
 
- 				"navigationBarTitleText" : "EPC简版",
 
- 				"enablePullDownRefresh": false,
 
- 				"disableScroll": false  // 确保这个为 false 以允许滚动
 
- 			}
 
- 		},
 
- 		{
 
- 			"path" : "pages/mobile/epcSimpleDetailTwo",
 
- 			"style" : 
 
- 			{
 
- 				"navigationBarTitleText" : "EPC圈选"
 
- 			}
 
- 		},
 
- 		{
 
- 			"path" : "pages/mobile/SimpleOemSearch",
 
- 			"style" : 
 
- 			{
 
- 				"navigationBarTitleText" : "详情"
 
- 				 
 
- 			}
 
- 		},
 
- 		{
 
- 			"path" : "pages/mobile/modelTwoSimple",
 
- 			"style" : 
 
- 			{
 
- 				"navigationBarTitleText" : "车型件"
 
- 				 
 
- 			}
 
- 		},
 
- 		{
 
- 			"path" : "pages/mobile/vinDetailSimple",
 
- 			"style" : 
 
- 			{
 
- 				"navigationBarTitleText" : ""
 
- 				 
 
- 			}
 
- 		}
 
- 	],
 
- 	"globalStyle": {
 
- 		"navigationBarTextStyle": "black",
 
- 		"navigationBarTitleText": "VIN查询",
 
- 		"navigationBarBackgroundColor": "#FFFFFF",
 
- 		"backgroundColor": "#FFFFFF"
 
- 	},
 
- 	"uniIdRouter": {}
 
- }
 
 
  |