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