From 46fc683bb5d74ce4f170f66318e695c5366b2fde Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Tue, 22 Feb 2022 21:30:54 +0800
Subject: [PATCH] 用户协议添加

---
 pages.json |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

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

--
Gitblit v1.9.3