From f226d5fe6327e31bb471a96b7370cf94689c6608 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Fri, 31 Oct 2025 16:54:48 +0800
Subject: [PATCH] 名片设置 名片置顶 名片分享
---
mobile/pages.json | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/mobile/pages.json b/mobile/pages.json
index dfdac46..d770ab2 100644
--- a/mobile/pages.json
+++ b/mobile/pages.json
@@ -1353,6 +1353,13 @@
{
"navigationBarTitleText" : "名片列表"
}
+ },
+ {
+ "path" : "business/visitors",
+ "style" :
+ {
+ "navigationBarTitleText" : "访客列表"
+ }
}
]
},
--
Gitblit v1.9.2