From b3a62a1875b98ae6bbce009beef49a2146748894 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期二, 10 十二月 2024 10:43:56 +0800
Subject: [PATCH] 1.供应商子账号:工作台、个人中心下拉

---
 pages.json |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/pages.json b/pages.json
index 5d51333..e7f18b4 100644
--- a/pages.json
+++ b/pages.json
@@ -223,6 +223,26 @@
 						"enablePullDownRefresh": true
 					}
 				}
+				,{
+					"path": "sub-account/sub-account-list",
+					"style": {
+						"navigationBarTitleText": "子账号列表",
+						"enablePullDownRefresh": true
+					}
+				}
+				,{
+					"path": "sub-account/sub-account-reg",
+					"style": {
+						"navigationBarTitleText": "子账号注册",
+						"enablePullDownRefresh": true
+					}
+				},{
+					"path": "sub-account/sub-account-switch-list",
+					"style": {
+						"navigationBarTitleText": "子账号切换",
+						"enablePullDownRefresh": true
+					}
+				}
 				// #ifdef PUB_SUPPLIER
 				, {
 					"path": "supplier-info/supplier-info",
@@ -373,6 +393,12 @@
 					}
 				},
 				{
+					"path": "order-manage/order-manage-settlement-op-detail",
+					"style": {
+						"navigationBarTitleText": "送货单质检操作明细"
+					}
+				},
+				{
 					"path": "markup-config/markup-config",
 					"style": {
 						"navigationBarTitleText": "加价配置",
@@ -435,6 +461,13 @@
 					}
 				},
 				{
+					"path": "setup/account-self",
+					"style": {
+						"navigationBarTitleText": "账户安全",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
 					"path": "customer-info/customer-info",
 					"style": {
 						"navigationBarTitleText": "信息维护",

--
Gitblit v1.9.3