chore: 暂时保存

This commit is contained in:
2026-01-05 11:22:38 +08:00
parent b24f77be1a
commit be51b30fb4
48 changed files with 381 additions and 355 deletions

View File

@@ -58,8 +58,8 @@
]
},
{
//******************订单模块分包******************
"root": "pages_order",
//******************订单模块-基础功能子分包******************
"root": "pages_order/base",
"pages": [
{
"path": "payment",
@@ -74,7 +74,13 @@
"navigationStyle": "custom"
// #endif
}
},
}
]
},
{
//******************订单模块-详情功能子分包******************
"root": "pages_order/detail",
"pages": [
{
"path": "detail",
"style": {
@@ -111,8 +117,8 @@
]
},
{
//******************积分模块分包******************
"root": "pages_promotion/point",
//******************积分模块-基础功能子分包******************
"root": "pages_promotion/point/base",
"pages": [
{
"path": "list",
@@ -127,7 +133,13 @@
"navigationStyle": "custom"
// #endif
}
},
}
]
},
{
//******************积分模块-详情功能子分包******************
"root": "pages_promotion/point/detail",
"pages": [
{
"path": "detail",
"style": {
@@ -185,8 +197,8 @@
]
},
{
//******************分销核心模块包******************
"root": "pages_promotion/fenxiao/core",
//******************分销核心模块-基础功能子包******************
"root": "pages_promotion/fenxiao/core/base",
"pages": [
{
"path": "index",
@@ -196,14 +208,6 @@
// #endif
}
},
{
"path": "promote",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
// #endif
}
},
{
"path": "apply",
"style": {
@@ -213,7 +217,21 @@
}
},
{
"path": "promote_code",
"path": "level",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
// #endif
}
}
]
},
{
//******************分销核心模块-推广功能子包******************
"root": "pages_promotion/fenxiao/core/promote",
"pages": [
{
"path": "promote",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
@@ -221,7 +239,7 @@
}
},
{
"path": "level",
"path": "promote_code",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
@@ -423,8 +441,8 @@
]
},
{
//******************会员模块-资金管理子分包******************
"root": "pages_tool/member/finance",
//******************会员模块-资金管理-账户基础子分包******************
"root": "pages_tool/member/finance/account",
"pages": [
{
"path": "balance",
@@ -454,6 +472,20 @@
// #endif
}
},
{
"path": "pay_password",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
// #endif
}
}
]
},
{
//******************会员模块-资金管理-交易功能子分包******************
"root": "pages_tool/member/finance/transaction",
"pages": [
{
"path": "apply_withdrawal",
"style": {
@@ -478,14 +510,6 @@
// #endif
}
},
{
"path": "pay_password",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom"
// #endif
}
},
{
"path": "card",
"style": {