123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "传秀科技",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/plan/index",
- "style": {
- "navigationBarTitleText": "案例",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/plan/details",
- "style": {
- "navigationBarTitleText": "案例",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/consult/index",
- "style": {
- "navigationBarTitleText": "联系我们",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/consult/apply",
- "style": {
- "navigationBarTitleText": "传秀科技",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/consult/result",
- "style": {
- "navigationBarTitleText": "传秀科技",
- "navigationStyle": "custom"
- }
- },
- // 系统/平台
- {
- "path": "pages/solution/fmcs",
- "style": {
- "navigationBarTitleText": "FMCS厂务管理系统",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/solution/smartVideo",
- "style": {
- "navigationBarTitleText": "智慧视频",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/solution/lampSms",
- "style": {
- "navigationBarTitleText": "智慧视频",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/solution/smartOpration",
- "style": {
- "navigationBarTitleText": "智慧运维",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/solution/zhwb",
- "style": {
- "navigationBarTitleText": "智能化维保管理系统",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/solution/zncc",
- "style": {
- "navigationBarTitleText": "智能仓储管理平台",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/solution/znpc",
- "style": {
- "navigationBarTitleText": "智能排产系统",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/solution/zhnt",
- "style": {
- "navigationBarTitleText": "智慧能碳管理系统",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/solution/zhly",
- "style": {
- "navigationBarTitleText": "智慧楼宇解决方案",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/solution/ltzhyq",
- "style": {
- "navigationBarTitleText": "零碳智慧园区解决方案",
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "传秀科技",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|