12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "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"
- }
- },
- {
- "path": "pages/solution/zhwb",
- "style": {
- "navigationBarTitleText": "智能化维保管理系统",
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "传秀科技",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|