From 204b4cb1fcf1234010f722e0c9d4e88d10e654b1 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Thu, 30 Oct 2025 19:03:39 +0800
Subject: [PATCH] 切换默认名片

---
 mobile/pages.json |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/mobile/pages.json b/mobile/pages.json
index 9f10248..dfdac46 100644
--- a/mobile/pages.json
+++ b/mobile/pages.json
@@ -1322,6 +1322,37 @@
 						"enablePullDownRefresh": false
 					}
 					
+				},
+				{
+					"path": "business/index",
+					"style" :                                                                                    
+					{
+						"navigationBarTitleText": "名片",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "business/add",
+					"style" :                                                                                    
+					{
+						"navigationBarTitleText": "添加名片",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "business/detail",
+					"style" :                                                                                    
+					{
+						"navigationBarTitleText": "查看名片",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path" : "business/list",
+					"style" : 
+					{
+						"navigationBarTitleText" : "名片列表"
+					}
 				}
 			]
 		},

--
Gitblit v1.9.2