zengh
2022-02-11 615e16a778ece15ea737f867bf5ad62caee25f87
pages.json
@@ -450,46 +450,62 @@
         "style": {
            "navigationBarTitleText": "500"
         }
      }
       ,{
      }, {
            "path" : "pages/alarm_list/integral/integral",
            "style" :
            {
         "style": {
                "navigationBarTitleText": "查积分",
                "navigationBarBackgroundColor": "#103289",
                "navigationBarTextStyle": "white"
            }
            
        }
        ,{
      }, {
            "path" : "pages/alarm_list/organ/organ",
            "style" :
            {
         "style": {
               "navigationBarTitleText": "组织申请",
               "navigationBarBackgroundColor": "#103289",
               "navigationBarTextStyle": "white"
            }
            
        }
        ,{
      }, {
            "path" : "pages/alarm_list/industry/industry",
            "style" :
            {
         "style": {
                "navigationBarTitleText": "行业政策",
                "navigationBarBackgroundColor": "#103289",
                "navigationBarTextStyle": "white"
            }
            
        }
        ,{
      }, {
            "path" : "pages/alarm_list/industry/industry_detail",
            "style" :
            {
         "style": {
                "navigationBarTitleText": "行业政策",
                "navigationBarBackgroundColor": "#103289",
                "navigationBarTextStyle": "white"
            }
            
      }, {
         "path": "pages/voting/vote",
         "style": {
            "navigationBarTitleText": "投票发起",
            "navigationBarBackgroundColor": "#103289",
            "navigationBarTextStyle": "white"
         }
      }, {
         "path": "pages/voting/voteManage",
         "style": {
            "navigationBarTitleText": "我的投票",
            "navigationBarBackgroundColor": "#103289",
            "navigationBarTextStyle": "white"
         }
      }, {
         "path": "pages/voting/voteDetail",
         "style": {
            "navigationBarTitleText": "投票详情",
            "navigationBarBackgroundColor": "#103289",
            "navigationBarTextStyle": "white"
         }
        }
    ],
   "globalStyle": { //将组件安装在项目的components目录下,并符合components/组件名称/组件名称.vue目录结构。可以不用引用、注册,直接在页面中使用。