12345678910111213141516171819202122232425262728293031323334 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/map/index",
- "style": {
- "navigationBarTitleText": "武汉公安政务服务地图"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "武汉公安政务服务"
- }
- },
- {
- "path": "pages/map/cs",
- "style": {
- "navigationBarTitleText": "武汉公安政务服务"
- }
- }
- ],
- "globalStyle": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "武汉公安政务服务",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|