From 0512f40da106268ac342377256cf9099d7f90b3e Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期五, 18 十月 2024 10:41:35 +0800
Subject: [PATCH] add 首页的定位
---
pages.json | 39 ++++++++++++++++++++++++++++++---------
1 files changed, 30 insertions(+), 9 deletions(-)
diff --git a/pages.json b/pages.json
index f716fba..f0c07e5 100644
--- a/pages.json
+++ b/pages.json
@@ -158,11 +158,33 @@
],
"subPackages": [{
"root": "sub_pages/supplier",
- "pages": [{
+ "pages": [
+ {
+ "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
}
}
// #ifdef PUB_SUPPLIER
@@ -308,14 +330,6 @@
}
},
{
- "path": "partner-info/partner-code-v2",
- "style": {
- "navigationBarTitleText": "合伙人推广二维码",
- "enablePullDownRefresh": false
- }
- },
-
- {
"path": "order-manage/order-manage",
"style": {
"navigationBarTitleText": "订单管理",
@@ -378,6 +392,13 @@
"pages": [
// #ifdef PUB_CUSTOMER
{
+ "path": "setup/setup",
+ "style": {
+ "navigationBarTitleText": "设置",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
"path": "customer-info/customer-info",
"style": {
"navigationBarTitleText": "信息维护",
--
Gitblit v1.9.3