| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [
- {
- "path": "pages/map/index",
- "style": {
- "navigationBarTitleText": "政务地图"
- }
- },
- {
- "path": "pages/map/matterDetails",
- "style": {
- "navigationBarTitleText": "政务地图"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "政务地图"
- }
- },
- {
- "path": "pages/feedback/feedback",
- "style": {
- "navigationBarTitleText": "反馈"
- }
- },
- {
- "path": "pages/map/model/adDetail",
- "style": {
- "navigationBarTitleText": "广告详情"
- }
- }
- ],
- "globalStyle": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "政务地图",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|