From 76ed09d116f484b261d44219de300b79eb2013b3 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Wed, 29 Oct 2025 18:05:29 +0800
Subject: [PATCH] 生成名片

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

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

--
Gitblit v1.9.2