From 9ab6b38c098f857f2ce0772693142c930e4f9b6d Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期六, 30 三月 2024 10:44:03 +0800
Subject: [PATCH] #
---
pages.json | 145 ++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 145 insertions(+), 0 deletions(-)
diff --git a/pages.json b/pages.json
new file mode 100644
index 0000000..5e7cfa4
--- /dev/null
+++ b/pages.json
@@ -0,0 +1,145 @@
+{
+ "pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
+
+ {
+ "path" : "pages/test/test01",
+ "style" :
+ {
+ "navigationBarTitleText": "娴嬭瘯1",
+ "enablePullDownRefresh": false
+ }
+
+ },
+ {
+ "path": "pages/LoginDemo/LoginDemo",
+ "style": {
+ "navigationBarTitleText": "鐧诲綍"
+ }
+ },
+ {
+ "path": "pages/home/home",
+ "style": {
+ "navigationBarTitleText": "Home"
+ }
+ },
+ {
+ "path": "pages/component/demo",
+ "style": {
+ "navigationBarTitleText": "娴嬭瘯"
+ }
+ },
+ {
+ "path": "pages/common/data-list/dataDetail",
+ "style": {
+ "navigationBarTitleText": "鏄庣粏"
+ }
+ },
+ {
+ "path": "pages/project/bf/home/home",
+ "style": {
+ "navigationBarTitleText": "涓婚〉"
+ }
+ },
+ {
+ "path": "pages/project/jf/home/home",
+ "style": {
+ "navigationBarTitleText": "涓婚〉"
+ }
+ },
+ {
+ "path": "pages/project/jk/home/home",
+ "style": {
+ "navigationBarTitleText": "涓婚〉"
+ }
+ },
+ {
+ "path": "pages/project/tzsk/home/home",
+ "style": {
+ "navigationBarTitleText": "涓婚〉"
+ }
+ },
+ {
+ "path": "pages/project/demo/home/home",
+ "style": {
+ "navigationBarTitleText": "Demo Home"
+ }
+ },
+ {
+ "path": "pages/project/ps/home/home",
+ "style": {
+ "navigationBarTitleText": "涓婚〉"
+ }
+ },
+ {
+ "path" : "pages/project/ps/pakin/pakin",
+ "style" :
+ {
+ "navigationBarTitleText": "缁勬墭",
+ "enablePullDownRefresh": false
+ }
+
+ }
+ ,{
+ "path" : "pages/project/pakin/pakin",
+ "style" :
+ {
+ "navigationBarTitleText": "缁勬墭鍏ュ簱",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ "titleNView": {
+ "backgroundColor": "#fff"
+ }
+ }
+ }
+
+ }
+ ,{
+ "path" : "pages/maoboli/card",
+ "style" :
+ {
+ "navigationBarTitleText": "card",
+ "enablePullDownRefresh": false
+ }
+
+ },
+ {
+ "path" : "pages/maoboli/maoboli",
+ "style" :
+ {
+ "navigationBarTitleText": "姣涚幓鐠�",
+ "enablePullDownRefresh": false
+
+
+ }
+
+
+ },
+ {
+ "path" : "pages/common/mat/matPick",
+ "style" :
+ {
+ "navigationBarTitleText" : "鎻愬彇鐗╂枡",
+ "enablePullDownRefresh" : false
+ }
+ },
+ {
+ "path" : "pages/user/user",
+ "style" :
+ {
+ "navigationBarTitleText" : "璐﹀彿",
+ "enablePullDownRefresh" : false
+ }
+ }
+ ],
+ "globalStyle": {
+ "navigationBarTextStyle": "black",
+ "navigationBarTitleText": "uni-app",
+ "navigationBarBackgroundColor": "#fff",
+ "backgroundColor": "#fff",
+ "app-plus": {
+ "bounce": "none"
+ }
+
+ },
+ "uniIdRouter": {}
+}
--
Gitblit v1.9.1