12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "用油查询",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/displacement",
- "style": {
- "navigationBarTitleText": "车型选择",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/carGroup",
- "style": {
- "navigationBarTitleText": "车型选择",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/history",
- "style": {
- //"navigationBarTitleText": "历史查询",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/search",
- "style": {
- "navigationBarTitleText": "搜索",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/byItem",
- "style": {
- "navigationBarTitleText": "选择保养项目",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/engineOil",
- "style": {
- "navigationBarTitleText": "机油",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/gearboxOil",
- "style": {
- "navigationBarTitleText": "变速箱油",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/goodsDetail",
- "style": {
- "navigationBarTitleText": "商品详情",
- "navigationStyle": "custom",
- "usingComponents": {
- "player-component": "plugin://player/video"
- }
-
-
- }
- },
- {
- "path": "pages/index/carConfiguration",
- "style": {
- "navigationBarTitleText": "车辆配置",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/maintenance",
- "style": {
- "navigationBarTitleText": "保养周期",
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "用油查询",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|