From 4fc3baed8cb5b424c6aba21af537aecbd361abce Mon Sep 17 00:00:00 2001 From: wangdong <1551135706@qq.com> Date: Thu, 6 Jun 2024 09:26:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E5=88=86=E5=8C=85?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 226 +++++++++++++++++++++++++++++------------------------ 1 file changed, 122 insertions(+), 104 deletions(-) diff --git a/pages.json b/pages.json index 054c4ca..7a74c4f 100644 --- a/pages.json +++ b/pages.json @@ -98,26 +98,6 @@ "navigationStyle": "custom" } }, - - - { - "path": "pages/invite/index", - "style": { - "navigationBarTitleText": "邀请有礼", - "navigationBarBackgroundColor": "#FF4A49", - "navigationBarTextStyle": "white" - } - }, { - "path": "pages/invite/list", - "style": { - "navigationBarTitleText": "邀请记录" - } - }, { - "path": "pages/invite/rule", - "style": { - "navigationBarTitleText": "邀请规则" - } - }, { "path": "pages/custom/index", "style": { @@ -186,24 +166,6 @@ "navigationBarTitleText": "我的优惠券" } }, - { - "path": "pages/address/index", - "style": { - "navigationBarTitleText": "收货地址" - } - }, - { - "path": "pages/address/create", - "style": { - "navigationBarTitleText": "新增收货地址" - } - }, - { - "path": "pages/address/update", - "style": { - "navigationBarTitleText": "编辑收货地址" - } - }, { "path": "pages/points/log", "style": { @@ -229,24 +191,6 @@ "navigationStyle": "custom" } }, - { - "path": "pages/refund/index", - "style": { - "navigationBarTitleText": "退换/售后" - } - }, - { - "path": "pages/refund/detail", - "style": { - "navigationBarTitleText": "售后详情" - } - }, - { - "path": "pages/refund/apply", - "style": { - "navigationBarTitleText": "申请售后" - } - }, { "path": "pages/shop/extract", "style": { @@ -259,54 +203,6 @@ "navigationBarTitleText": "门店详情" } }, - { - "path": "pages/dealer/index", - "style": { - "navigationBarTitleText": "" - } - }, - { - "path": "pages/dealer/apply", - "style": { - "navigationBarTitleText": "" - } - }, - { - "path": "pages/dealer/commission", - "style": { - "navigationBarTitleText": "分销佣金" - } - }, - { - "path": "pages/dealer/withdraw/apply", - "style": { - "navigationBarTitleText": "" - } - }, - { - "path": "pages/dealer/withdraw/list", - "style": { - "navigationBarTitleText": "" - } - }, - { - "path": "pages/dealer/poster", - "style": { - "navigationBarTitleText": "" - } - }, - { - "path": "pages/dealer/order", - "style": { - "navigationBarTitleText": "" - } - }, - { - "path": "pages/dealer/team", - "style": { - "navigationBarTitleText": "" - } - }, { "path": "pages/sharp/index", "style": { @@ -337,6 +233,128 @@ } ], "subPackages": [ + { + "root": "pages/invite/", + "pages": [ + { + "path": "index", + "style": { + "navigationBarTitleText": "邀请有礼", + "navigationBarBackgroundColor": "#FF4A49", + "navigationBarTextStyle": "white" + } + }, { + "path": "list", + "style": { + "navigationBarTitleText": "邀请记录" + } + }, { + "path": "rule", + "style": { + "navigationBarTitleText": "邀请规则" + } + } + ] + }, + { + "root": "pages/address/", + "pages": [ + { + "path": "index", + "style": { + "navigationBarTitleText": "收货地址" + } + }, + { + "path": "create", + "style": { + "navigationBarTitleText": "新增收货地址" + } + }, + { + "path": "update", + "style": { + "navigationBarTitleText": "编辑收货地址" + } + } + ] + }, + { + "root": "pages/dealer/", + "pages": [ + { + "path": "index", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "apply", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "commission", + "style": { + "navigationBarTitleText": "分销佣金" + } + }, + { + "path": "withdraw/apply", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "withdraw/list", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "poster", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "order", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "team", + "style": { + "navigationBarTitleText": "" + } + } + ] + }, + { + "root": "pages/refund/", + "pages": [ + { + "path": "index", + "style": { + "navigationBarTitleText": "退换/售后" + } + }, + { + "path": "detail", + "style": { + "navigationBarTitleText": "售后详情" + } + }, + { + "path": "apply", + "style": { + "navigationBarTitleText": "申请售后" + } + } + ] + }, { "root": "pages/shopList", "pages": [{