123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- /* {
- "path": "pages/index/home",
- "style": {
- "navigationBarTitleText": "用油查询",
- "navigationStyle": "custom"
- }
- }, */
- {
- "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"
- }
- },
- {
- "path": "pages/index/user",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationBarBackgroundColor":"#FF4F00"
- }
- },
- {
- "path": "pages/index/carModel2",
- "style": {
- "navigationBarTitleText": "选择车型"
-
- }
- }
- ],
- /* "tabBar": {
- "color": "#8a8a8a",
- "selectedColor": "#FF4F00",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/img/index2.png",
- "selectedIconPath": "static/img/index1.png",
- "text": "首页"
- },
-
- {
- "pagePath": "pages/index/user",
- "iconPath": "static/img/user2.png",
- "selectedIconPath": "static/img/user2.png",
- "text": "我的"
- }
- ]
-
- }, */
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "用油查询",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|