123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "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/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"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "传秀科技",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|