123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- {
- "pages": [
-
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "疫情隔离政策查询",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/index/index2",
- "style": {
- "navigationBarTitleText": "疫情隔离政策查询1.0",
- "app-plus": {
- "titleNView": false
- }
- }
- },
-
- {
- "path": "pages/index/query",
- "style": {
- "navigationBarTitleText": "全国中高风险地区查询",
- "app-plus": {
- "titleNView": false
- }
- }
- },
-
-
- {
- "path": "pages/index/index1",
- "style": {
- "navigationBarTitleText": "疫情隔离政策查询",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/index/image",
- "style": {
- "navigationBarTitleText": "疫情隔离政策查询",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/index/detail",
- "style": {
- "navigationBarTitleText": "政策详情",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/index/share",
- "style": {
- "navigationBarTitleText": "通知分享",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/index/follow",
- "style": {
- "navigationBarTitleText": "关注公众号",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/index/feedBack",
- "style": {
- "navigationBarTitleText": "信息反馈",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
- }
- }
|