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