From f77e9a556b5923d5063defff5dc23cda5cf34d7c Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Wed, 23 Feb 2022 10:22:31 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/qfqk-android
---
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