From d5f269a4155d4e7cd08d85f44861c7d6076d9b2a Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期三, 18 十二月 2024 09:52:06 +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