123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/ai-assistant/index",
- "style": {
- "navigationBarTitleText": "壹领AI助理"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "壹领服务",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/my/index",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/capacity-calculation/index",
- "style": {
- "navigationBarTitleText": "产能计算"
- }
- },
- {
- "path": "pages/oil-recommendation/index",
- "style": {
- "navigationBarTitleText": "油品推荐"
- }
- },
- {
- "path": "pages/oil-recommendation/contact",
- "style": {
- "navigationBarTitleText": "油品联系人"
- }
- },
- {
- "path": "pages/blade-recommendation/index",
- "style": {
- "navigationBarTitleText": "刀片推荐"
- }
- },
- {
- "path": "pages/rubber-hardness-comparison/index",
- "style": {
- "navigationBarTitleText": "包胶硬度对比"
- }
- },
- {
- "path": "pages/saw-weight-calculation/index",
- "style": {
- "navigationBarTitleText": "锯体重量计算"
- }
- },
- {
- "path": "pages/bearing-query/index",
- "style": {
- "navigationBarTitleText": "轴承查询"
- }
- },
- {
- "path": "pages/hydraulic-hose/index",
- "style": {
- "navigationBarTitleText": "饱和蒸汽温度与压力"
- }
- },
- {
- "path": "pages/zhiqiao/index",
- "style": {
- "navigationBarTitleText": "智桥科技"
- }
- },
- {
- "path": "pages/qinglianggz/index",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/my/setting/setting",
- "style": {
- "navigationBarTitleText": "用户资料信息"
- }
- },
- {
- "path": "pages/complaint/index",
- "style": {
- "navigationBarTitleText": "投诉建议"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "壹领服务",
- "navigationBarBackgroundColor": "#1296db"
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#1296db",
- "borderStyle": "white",
- "height": "60px",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/ai-assistant/index",
- "text": "AI助理",
- "iconPath": "static/images/人工智能.png",
- "selectedIconPath": "static/images/人工智能(1).png"
- },
- /* {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "static/images/首页.png",
- "selectedIconPath": "static/images/首页(1).png"
- }, */
- {
- "pagePath": "pages/my/index",
- "text": "设置",
- "iconPath": "static/images/我的.png",
- "selectedIconPath": "static/images/我的(1).png"
- }
- ]
- },
- "easycom": {
- "autoscan": true,
- "custom": {
- "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
- }
- }
- }
|