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 | 100 +++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 99 insertions(+), 1 deletions(-)
diff --git a/pages.json b/pages.json
index 99ba70c..e7f18b4 100644
--- a/pages.json
+++ b/pages.json
@@ -158,11 +158,89 @@
],
"subPackages": [{
"root": "sub_pages/supplier",
- "pages": [{
+ "pages": [
+ {
+ "path": "wallet/my-wallet",
+ "style": {
+ "navigationBarTitleText": "我的钱包",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "wallet/wallet-withdrao-deposit",
+ "style": {
+ "navigationBarTitleText": "提现到微信",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "wallet/wallet-billing-detail",
+ "style": {
+ "navigationBarTitleText": "账单明细",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "wallet/wallet-withdrao-deposit-record",
+ "style": {
+ "navigationBarTitleText": "提现记录",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "wallet/wallet-deduction-record",
+ "style": {
+ "navigationBarTitleText": "扣款记录",
+ "enablePullDownRefresh": true
+ }
+ },
+
+ {
+ "path": "advertising/advertising",
+ "style": {
+ "navigationBarTitleText": "广告",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "customer_service/customer_service",
+ "style": {
+ "navigationBarTitleText": "客服中心",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
"path": "protocol",
"style": {
"navigationBarTitleText": "协议",
"enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "data-statis/data-statis",
+ "style": {
+ "navigationBarTitleText": "数据统计",
+ "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
@@ -315,6 +393,12 @@
}
},
{
+ "path": "order-manage/order-manage-settlement-op-detail",
+ "style": {
+ "navigationBarTitleText": "送货单质检操作明细"
+ }
+ },
+ {
"path": "markup-config/markup-config",
"style": {
"navigationBarTitleText": "加价配置",
@@ -370,6 +454,20 @@
"pages": [
// #ifdef PUB_CUSTOMER
{
+ "path": "setup/setup",
+ "style": {
+ "navigationBarTitleText": "设置",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "setup/account-self",
+ "style": {
+ "navigationBarTitleText": "账户安全",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
"path": "customer-info/customer-info",
"style": {
"navigationBarTitleText": "信息维护",
--
Gitblit v1.9.3