1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/splash/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black",
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "丹棱检察官"
- }
- },
- {
- "path": "pages/teenager/index",
- "style": {
- "navigationBarTitleText": "未成年人司法保护"
- }
- },
- {
- "path": "pages/lawForm/lawForm",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/news/newsList",
- "style": {
- "navigationBarTitleText": "丹检新闻"
- }
- },
- {
- "path": "pages/news/newsInfo",
- "style": {
- "navigationBarTitleText": "丹检新闻"
- }
- },
- {
- "path": "pages/tour_info/tour_info",
- "style": {
- "navigationBarTitleText": "巡回检察公告"
- }
- },
- {
- "path": "pages/lawForm/prosecution_service",
- "style": {
- "navigationBarTitleText": "检察服务预约"
- }
- },
- {
- "path": "pages/lawForm/uniteForm",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/lawForm/public_welfare",
- "style": {
- "navigationBarTitleText": "公益诉讼随手拍"
- }
- },
- {
- "path": "pages/lawForm/massesInfo",
- "style": {
- "navigationBarTitleText": "群众意见建议"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "丹检",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|