From 1ab9ba5a17eeb2483323fa93145fe2c540b57ae7 Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Thu, 24 Feb 2022 15:26:15 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/qfqk-android

---
 pages.json |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/pages.json b/pages.json
index e05b3a7..fc0fc0b 100644
--- a/pages.json
+++ b/pages.json
@@ -535,7 +535,17 @@
                "navigationBarTextStyle": "white"
             }
             
-        }
+        },
+		{
+		    "path" : "pages/voting/information",
+		    "style" :                                                                                    
+		    {
+		        "navigationBarTitleText": "电子证件",
+		        "navigationBarBackgroundColor": "#103289",
+		        "navigationBarTextStyle": "white"
+		    }
+		    
+		}
     ],
 	"globalStyle": { //将组件安装在项目的components目录下,并符合components/组件名称/组件名称.vue目录结构。可以不用引用、注册,直接在页面中使用。
 		"autoscan": true

--
Gitblit v1.9.3