2021-09-26 15:40:23 +00:00
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "pages/index/index",
|
|
|
|
|
|
"style": {
|
2022-07-30 12:29:00 +00:00
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
|
2021-11-16 07:05:37 +00:00
|
|
|
|
"navigationStyle": "custom",
|
2022-07-30 13:53:12 +00:00
|
|
|
|
// #endif
|
2021-11-16 07:05:37 +00:00
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "always",
|
|
|
|
|
|
"titlePenetrate": "YES",
|
|
|
|
|
|
// #endif
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
2025-04-05 05:48:15 +00:00
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
|
"usingComponents": {
|
2025-04-05 07:01:03 +00:00
|
|
|
|
"component-diy": "/pages/diy/components/diy/diy",
|
2025-06-25 08:42:58 +00:00
|
|
|
|
"component-form-input": "/pages/form-input/components/form-input/form-input",
|
2025-04-05 05:48:15 +00:00
|
|
|
|
"component-layout": "/pages/design/components/layout/layout",
|
|
|
|
|
|
"component-binding-list": "/pages/plugins/binding/components/binding-list/binding-list",
|
|
|
|
|
|
"component-realstore-list": "/pages/plugins/realstore/components/realstore-list/realstore-list",
|
|
|
|
|
|
"component-shop-list": "/pages/plugins/shop/components/shop-list/shop-list",
|
|
|
|
|
|
"component-blog-list": "/pages/plugins/blog/components/blog-list/blog-list",
|
|
|
|
|
|
"component-activity-list": "/pages/plugins/activity/components/activity-list/activity-list",
|
|
|
|
|
|
"component-magic-list": "/pages/plugins/magic/components/magic-list/magic-list"
|
|
|
|
|
|
},
|
|
|
|
|
|
"componentPlaceholder": {
|
2025-04-05 07:01:03 +00:00
|
|
|
|
"component-diy": "view",
|
2025-06-25 08:42:58 +00:00
|
|
|
|
"component-form-input": "view",
|
2025-04-05 05:48:15 +00:00
|
|
|
|
"component-layout": "view",
|
|
|
|
|
|
"component-binding-list": "view",
|
|
|
|
|
|
"component-realstore-list": "view",
|
|
|
|
|
|
"component-shop-list": "view",
|
|
|
|
|
|
"component-blog-list": "view",
|
|
|
|
|
|
"component-activity-list": "view",
|
|
|
|
|
|
"component-magic-list": "view"
|
|
|
|
|
|
}
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/goods-category/goods-category",
|
|
|
|
|
|
"style": {
|
2022-07-30 12:29:00 +00:00
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
|
2021-10-02 03:24:40 +00:00
|
|
|
|
"navigationStyle": "custom",
|
2022-07-30 13:53:12 +00:00
|
|
|
|
// #endif
|
2021-11-16 07:05:37 +00:00
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "always",
|
|
|
|
|
|
"titlePenetrate": "YES",
|
2023-12-20 09:55:20 +00:00
|
|
|
|
// 该页不显示滚动条
|
|
|
|
|
|
"scrollIndicator": "none",
|
2021-11-16 07:05:37 +00:00
|
|
|
|
// #endif
|
2023-10-12 01:45:23 +00:00
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
|
// 禁止页面下拉
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"disableScroll": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/cart/cart",
|
|
|
|
|
|
"style": {
|
2023-12-20 09:55:20 +00:00
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "always",
|
|
|
|
|
|
"titlePenetrate": "YES",
|
|
|
|
|
|
// 该页不显示滚动条
|
|
|
|
|
|
"scrollIndicator": "none",
|
|
|
|
|
|
// #endif
|
2023-11-09 14:49:47 +00:00
|
|
|
|
"enablePullDownRefresh": false,
|
2023-12-20 09:55:20 +00:00
|
|
|
|
// 禁止页面下拉
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"disableScroll": true,
|
2025-04-06 03:37:32 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/user/user",
|
|
|
|
|
|
"style": {
|
2022-07-30 12:29:00 +00:00
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
|
2021-10-08 14:10:11 +00:00
|
|
|
|
"navigationStyle": "custom",
|
2022-07-30 13:53:12 +00:00
|
|
|
|
// #endif
|
2021-11-16 07:05:37 +00:00
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "always",
|
|
|
|
|
|
"titlePenetrate": "YES",
|
|
|
|
|
|
// #endif
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
|
|
|
|
|
],
|
|
|
|
|
|
"subPackages": [
|
2025-04-05 05:48:15 +00:00
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/diy",
|
|
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "diy",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "always",
|
2025-06-25 08:42:58 +00:00
|
|
|
|
"titlePenetrate": "YES",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/form-input",
|
|
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "form-input",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "always",
|
2025-09-02 01:29:16 +00:00
|
|
|
|
"titlePenetrate": "YES",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
},
|
|
|
|
|
|
"usingComponents": {
|
|
|
|
|
|
"baidu-editor": "dynamicLib://editorLib/editor"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "form-preview",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "always",
|
2025-04-05 05:48:15 +00:00
|
|
|
|
"titlePenetrate": "YES",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
2025-07-15 06:40:56 +00:00
|
|
|
|
},
|
|
|
|
|
|
"usingComponents": {
|
|
|
|
|
|
"baidu-editor": "dynamicLib://editorLib/editor"
|
2025-04-05 05:48:15 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
2025-08-01 15:06:19 +00:00
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/form-input-data",
|
|
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "form-input-data",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/form-input-data-detail",
|
|
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "form-input-data-detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2025-10-23 16:15:04 +00:00
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
|
"usingComponents": {
|
|
|
|
|
|
"component-form-input-detail": "/pages/form-input/components/form-input-detail/form-input-detail"
|
|
|
|
|
|
},
|
|
|
|
|
|
"componentPlaceholder": {
|
|
|
|
|
|
"component-form-input-detail": "view"
|
|
|
|
|
|
}
|
2025-08-01 15:06:19 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
2024-03-26 15:13:16 +00:00
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/goods-detail",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "goods-detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2025-04-05 05:48:15 +00:00
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
|
"usingComponents": {
|
2025-05-14 14:42:17 +00:00
|
|
|
|
"component-goods-comments": "/pages/goods-detail/components/goods-comments/goods-comments",
|
2025-04-05 05:48:15 +00:00
|
|
|
|
"component-binding-detail-list": "/pages/plugins/binding/components/binding-detail-list/binding-detail-list",
|
|
|
|
|
|
"component-realstore-list": "/pages/plugins/realstore/components/realstore-list/realstore-list",
|
|
|
|
|
|
"component-shop-list": "/pages/plugins/shop/components/shop-list/shop-list",
|
|
|
|
|
|
"component-ask-comments-goods": "/pages/plugins/ask/components/ask-comments-goods/ask-comments-goods",
|
2025-05-09 08:13:50 +00:00
|
|
|
|
"component-coupon-card": "/pages/plugins/coupon/components/coupon-card/coupon-card",
|
2025-07-31 07:18:30 +00:00
|
|
|
|
"component-goods-compare": "/pages/plugins/goodscompare/components/goods-compare/goods-compare",
|
|
|
|
|
|
"component-form-input-base": "/pages/form-input/components/form-input/form-input-base"
|
2025-04-05 05:48:15 +00:00
|
|
|
|
},
|
|
|
|
|
|
"componentPlaceholder": {
|
2025-05-14 14:42:17 +00:00
|
|
|
|
"component-goods-comments": "view",
|
2025-04-05 05:48:15 +00:00
|
|
|
|
"component-binding-detail-list": "view",
|
|
|
|
|
|
"component-realstore-list": "view",
|
|
|
|
|
|
"component-shop-list": "view",
|
|
|
|
|
|
"component-ask-comments-goods": "view",
|
2025-05-09 08:13:50 +00:00
|
|
|
|
"component-coupon-card": "view",
|
2025-07-31 07:18:30 +00:00
|
|
|
|
"component-goods-compare": "view",
|
|
|
|
|
|
"component-form-input-base": "view"
|
2025-04-05 05:48:15 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-09-21 10:11:11 +00:00
|
|
|
|
},
|
2022-11-22 07:04:43 +00:00
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/login",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "login",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2022-11-22 07:04:43 +00:00
|
|
|
|
},
|
2023-09-21 10:11:11 +00:00
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/cart-page",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "cart-page",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "always",
|
|
|
|
|
|
"titlePenetrate": "YES",
|
|
|
|
|
|
// 该页不显示滚动条
|
|
|
|
|
|
"scrollIndicator": "none",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
|
// 禁止页面下拉
|
|
|
|
|
|
"disableScroll": true,
|
2025-04-06 03:37:32 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2024-03-27 03:50:45 +00:00
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-09-21 10:11:11 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/buy",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "buy",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2025-04-05 05:48:15 +00:00
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
|
"usingComponents": {
|
2025-10-23 16:15:04 +00:00
|
|
|
|
"component-form-input-base": "/pages/form-input/components/form-input/form-input-base"
|
2025-04-05 05:48:15 +00:00
|
|
|
|
},
|
|
|
|
|
|
"componentPlaceholder": {
|
2025-10-23 16:15:04 +00:00
|
|
|
|
"component-form-input-base": "view"
|
2025-04-05 05:48:15 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-09-21 10:11:11 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/goods-search",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "goods-search",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-09-21 10:11:11 +00:00
|
|
|
|
},
|
2024-10-14 16:31:55 +00:00
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/goods-search-start",
|
|
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "goods-search-start",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
2023-09-21 10:11:11 +00:00
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/goods-comment",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "goods-comment",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2025-04-05 05:48:15 +00:00
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
|
"usingComponents": {
|
|
|
|
|
|
"component-goods-comments": "/pages/goods-detail/components/goods-comments/goods-comments"
|
|
|
|
|
|
},
|
|
|
|
|
|
"componentPlaceholder": {
|
|
|
|
|
|
"component-goods-comments": "view"
|
|
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-09-21 10:11:11 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/user-address",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "user-address",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-09-21 10:11:11 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/user-address-save",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "user-address-save",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
2025-04-24 07:47:39 +00:00
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
|
"usingComponents": {
|
|
|
|
|
|
"component-region-picker": "/pages/common/components/region-picker/region-picker"
|
|
|
|
|
|
},
|
|
|
|
|
|
"componentPlaceholder": {
|
|
|
|
|
|
"component-region-picker": "view"
|
|
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-09-21 10:11:11 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/user-order",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "user-order",
|
|
|
|
|
|
"style": {
|
2025-09-16 14:01:00 +00:00
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "auto",
|
|
|
|
|
|
"titlePenetrate": "YES",
|
|
|
|
|
|
// #endif
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-09-21 10:11:11 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/user-order-detail",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "user-order-detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2025-09-25 12:47:13 +00:00
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
|
"usingComponents": {
|
|
|
|
|
|
"component-hospital-order-detail": "/pages/plugins/hospital/components/order-detail/order-detail"
|
|
|
|
|
|
},
|
|
|
|
|
|
"componentPlaceholder": {
|
|
|
|
|
|
"component-hospital-order-detail": "view"
|
|
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-09-21 10:11:11 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/user-order-comments",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "user-order-comments",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-09-21 10:11:11 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/user-favor",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "user-favor",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-09-21 10:11:11 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/user-goods-comments",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "user-goods-comments",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-09-21 10:11:11 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/user-goods-comments-form",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "user-goods-comments-form",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-09-21 10:11:11 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/message",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "message",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-09-21 10:11:11 +00:00
|
|
|
|
},
|
2024-01-18 11:32:51 +00:00
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/user-integral",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "user-integral",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2024-01-18 11:32:51 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/user-goods-browse",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "user-goods-browse",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2024-01-18 11:32:51 +00:00
|
|
|
|
},
|
2023-09-21 10:11:11 +00:00
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/user-orderaftersale",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "user-orderaftersale",
|
|
|
|
|
|
"style": {
|
2025-09-17 01:30:38 +00:00
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "auto",
|
|
|
|
|
|
"titlePenetrate": "YES",
|
|
|
|
|
|
// #endif
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-09-21 10:11:11 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/user-orderaftersale-detail",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "user-orderaftersale-detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-09-21 10:11:11 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/extraction-address",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "extraction-address",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-09-21 10:11:11 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/common/open-setting-location",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "open-setting-location",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
// #ifndef MP-TOUTIAO
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-09-21 10:11:11 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/customview",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "customview",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-09-21 10:11:11 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/design",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "design",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2025-04-05 05:48:15 +00:00
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
|
"usingComponents": {
|
|
|
|
|
|
"component-layout": "/pages/design/components/layout/layout"
|
|
|
|
|
|
},
|
|
|
|
|
|
"componentPlaceholder": {
|
|
|
|
|
|
"component-layout": "view"
|
|
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-09-21 10:11:11 +00:00
|
|
|
|
},
|
2025-07-29 12:56:42 +00:00
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/cashier",
|
|
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "cashier",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "auto",
|
|
|
|
|
|
"titlePenetrate": "YES",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
2023-09-09 09:00:37 +00:00
|
|
|
|
{
|
2025-03-28 08:36:39 +00:00
|
|
|
|
"root": "pages/paytips",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
2025-03-28 08:36:39 +00:00
|
|
|
|
"path": "paytips",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"style": {
|
2025-04-06 05:31:09 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/paylog-list",
|
|
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "paylog-list",
|
|
|
|
|
|
"style": {
|
2025-03-28 08:36:39 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-09-09 09:00:37 +00:00
|
|
|
|
},
|
2023-12-12 15:35:51 +00:00
|
|
|
|
{
|
2025-03-28 08:36:39 +00:00
|
|
|
|
"root": "pages/paylog-detail",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
2025-03-28 08:36:39 +00:00
|
|
|
|
"path": "paylog-detail",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-12-12 15:35:51 +00:00
|
|
|
|
},
|
2025-03-28 08:36:39 +00:00
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/web-view",
|
|
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "web-view",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
2021-12-07 05:23:03 +00:00
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/error",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "error",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-09-21 10:11:11 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/article-category",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "article-category",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2021-12-07 05:23:03 +00:00
|
|
|
|
},
|
2021-11-10 05:02:58 +00:00
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/article-detail",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "article-detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2021-11-10 05:02:58 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/setup",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "setup",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2021-11-10 05:02:58 +00:00
|
|
|
|
},
|
2022-11-20 13:31:42 +00:00
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/personal",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "personal",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2022-11-20 13:31:42 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/logout",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "logout",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2022-11-20 13:31:42 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
|
"root": "pages/password",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "password",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2024-03-26 15:13:16 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2024-03-11 10:20:44 +00:00
|
|
|
|
},
|
2024-05-16 10:44:06 +00:00
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/about",
|
|
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "about",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
2024-03-11 10:20:44 +00:00
|
|
|
|
{
|
2023-04-22 05:25:38 +00:00
|
|
|
|
"root": "pages/plugins/seckill",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "index/index",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "auto",
|
|
|
|
|
|
"titlePenetrate": "YES",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2023-04-07 12:23:31 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/coupon",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "index/index",
|
|
|
|
|
|
"style": {
|
2023-10-13 06:38:58 +00:00
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
|
2023-10-08 02:00:56 +00:00
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
2023-11-09 09:36:26 +00:00
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "auto",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"titlePenetrate": "YES",
|
2023-11-09 09:36:26 +00:00
|
|
|
|
// #endif
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
2025-04-05 07:05:38 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
2025-01-18 10:51:28 +00:00
|
|
|
|
{
|
|
|
|
|
|
"path": "detail/detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2025-08-11 10:03:14 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2025-01-18 10:51:28 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
2023-04-22 05:25:38 +00:00
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "shop/shop",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2025-04-05 07:05:38 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "user/user",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2025-04-05 07:05:38 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-07 12:23:31 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/membershiplevelvip",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "index/index",
|
|
|
|
|
|
"style": {
|
2023-10-13 06:38:58 +00:00
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
|
2023-10-08 02:00:56 +00:00
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
2023-11-09 09:36:26 +00:00
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "auto",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"titlePenetrate": "YES",
|
2023-11-09 09:36:26 +00:00
|
|
|
|
// #endif
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "buy/buy",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2025-04-27 06:07:10 +00:00
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
|
"usingComponents": {
|
|
|
|
|
|
"component-time-select": "/pages/common/components/time-select/time-select"
|
|
|
|
|
|
},
|
|
|
|
|
|
"componentPlaceholder": {
|
|
|
|
|
|
"component-time-select": "view"
|
|
|
|
|
|
}
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "user/user",
|
|
|
|
|
|
"style": {
|
2023-10-13 06:38:58 +00:00
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
2023-11-09 09:36:26 +00:00
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "auto",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"titlePenetrate": "YES",
|
2023-11-09 09:36:26 +00:00
|
|
|
|
// #endif
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "order/order",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "order-detail/order-detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "profit/profit",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "profit-detail/profit-detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "poster/poster",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "team/team",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "member-code/member-code",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-07 12:23:31 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/distribution",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "user/user",
|
|
|
|
|
|
"style": {
|
2023-10-13 06:38:58 +00:00
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
2023-11-09 09:36:26 +00:00
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "auto",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"titlePenetrate": "YES",
|
2023-11-09 09:36:26 +00:00
|
|
|
|
// #endif
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "order/order",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "order-detail/order-detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "profit/profit",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "profit-detail/profit-detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "team/team",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "map/map",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
2023-08-06 12:03:29 +00:00
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "recommend-list/recommend-list",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-08-06 12:03:29 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "recommend-detail/recommend-detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-08-06 12:03:29 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "recommend-form/recommend-form",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-08-06 12:03:29 +00:00
|
|
|
|
},
|
2023-04-22 05:25:38 +00:00
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "poster/poster",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-08-09 15:36:10 +00:00
|
|
|
|
},
|
2023-04-22 05:25:38 +00:00
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "extraction/extraction",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "extraction-apply/extraction-apply",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "extraction-order/extraction-order",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "extraction-switch/extraction-switch",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "introduce/introduce",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-11-17 07:17:14 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "promotion-user/promotion-user",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-11-17 07:17:14 +00:00
|
|
|
|
}
|
2023-11-17 08:11:52 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "promotion-order/promotion-order",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-11-17 08:11:52 +00:00
|
|
|
|
}
|
2023-11-24 13:34:40 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "visit-list/visit-list",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-11-24 13:34:40 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "visit-form/visit-form",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-11-24 13:34:40 +00:00
|
|
|
|
}
|
2023-04-07 12:23:31 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/wallet",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "user/user",
|
|
|
|
|
|
"style": {
|
2023-10-13 06:38:58 +00:00
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
|
2023-09-25 07:09:53 +00:00
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
2023-11-09 09:36:26 +00:00
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "auto",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"titlePenetrate": "YES",
|
2023-11-09 09:36:26 +00:00
|
|
|
|
// #endif
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "recharge/recharge",
|
|
|
|
|
|
"style": {
|
2023-10-13 06:38:58 +00:00
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
|
2023-10-10 10:24:59 +00:00
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
2023-11-09 09:36:26 +00:00
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "auto",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"titlePenetrate": "YES",
|
2023-11-09 09:36:26 +00:00
|
|
|
|
// #endif
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"enablePullDownRefresh": false,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "cash-auth/cash-auth",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "cash-create/cash-create",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "wallet-log-detail/wallet-log-detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "user-recharge-detail/user-recharge-detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "user-cash-detail/user-cash-detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
2023-10-27 08:08:11 +00:00
|
|
|
|
{
|
|
|
|
|
|
"path": "user-transfer-detail/user-transfer-detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-10-27 08:08:11 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
2023-04-22 05:25:38 +00:00
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "payment-code/payment-code",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-10-27 02:14:56 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "transfer/transfer",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-10-27 02:14:56 +00:00
|
|
|
|
}
|
2023-04-07 12:23:31 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/excellentbuyreturntocash",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "profit/profit",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "profit-detail/profit-detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-07 12:23:31 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/weixinliveplayer",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "index/index",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "search/search",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "detail/detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-07 12:23:31 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/exchangerate",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "currency/currency",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2023-04-07 12:23:31 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/invoice",
|
2023-09-25 02:32:06 +00:00
|
|
|
|
"pages": [
|
2023-04-22 05:25:38 +00:00
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "invoice/invoice",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "invoice-detail/invoice-detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "invoice-saveinfo/invoice-saveinfo",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "order/order",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2024-11-20 13:05:32 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "recharge/recharge",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2023-04-07 12:23:31 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/signin",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "user/user",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-11-06 14:59:29 +00:00
|
|
|
|
"path": "detail/detail",
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"style": {
|
2023-10-13 06:38:58 +00:00
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
|
2023-10-08 02:00:56 +00:00
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
2023-11-09 09:36:26 +00:00
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "auto",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"titlePenetrate": "YES",
|
2023-11-09 09:36:26 +00:00
|
|
|
|
// #endif
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "user-qrcode-detail/user-qrcode-detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "user-qrcode-saveinfo/user-qrcode-saveinfo",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "user-coming-list/user-coming-list",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-07 12:23:31 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/points",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "index/index",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "auto",
|
|
|
|
|
|
"titlePenetrate": "YES",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "scan/scan",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2023-04-07 12:23:31 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/brand",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "index/index",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/shop",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "index/index",
|
|
|
|
|
|
"style": {
|
2025-09-16 12:34:03 +00:00
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
// #ifdef MP-ALIPAY
|
2025-10-28 07:56:34 +00:00
|
|
|
|
"transparentTitle": "always",
|
2025-09-16 12:34:03 +00:00
|
|
|
|
"titlePenetrate": "YES",
|
|
|
|
|
|
// #endif
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "detail/detail",
|
|
|
|
|
|
"style": {
|
2025-08-11 13:07:53 +00:00
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
// #ifdef MP-ALIPAY
|
2025-10-28 07:56:34 +00:00
|
|
|
|
"transparentTitle": "always",
|
2025-08-11 13:07:53 +00:00
|
|
|
|
"titlePenetrate": "YES",
|
|
|
|
|
|
// #endif
|
2025-04-05 05:48:15 +00:00
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
|
"usingComponents": {
|
2025-08-11 10:03:14 +00:00
|
|
|
|
"component-layout": "/pages/design/components/layout/layout",
|
|
|
|
|
|
"component-diy": "/pages/diy/components/diy/diy"
|
2025-04-05 05:48:15 +00:00
|
|
|
|
},
|
|
|
|
|
|
"componentPlaceholder": {
|
2025-08-11 10:03:14 +00:00
|
|
|
|
"component-layout": "view",
|
|
|
|
|
|
"component-diy": "view"
|
2025-04-05 05:48:15 +00:00
|
|
|
|
}
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "search/search",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
2025-08-09 05:36:44 +00:00
|
|
|
|
{
|
|
|
|
|
|
"path": "diy/diy",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "always",
|
|
|
|
|
|
"titlePenetrate": "YES",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
|
"usingComponents": {
|
|
|
|
|
|
"component-diy": "/pages/diy/components/diy/diy"
|
|
|
|
|
|
},
|
|
|
|
|
|
"componentPlaceholder": {
|
|
|
|
|
|
"component-diy": "view"
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
2023-04-22 05:25:38 +00:00
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "design/design",
|
|
|
|
|
|
"style": {
|
2025-08-11 13:07:53 +00:00
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "auto",
|
|
|
|
|
|
"titlePenetrate": "YES",
|
|
|
|
|
|
// #endif
|
2025-04-05 05:48:15 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"usingComponents": {
|
|
|
|
|
|
"component-layout": "/pages/design/components/layout/layout"
|
|
|
|
|
|
},
|
|
|
|
|
|
"componentPlaceholder": {
|
|
|
|
|
|
"component-layout": "view"
|
|
|
|
|
|
}
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "favor/favor",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-05-31 09:52:24 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "license/license",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2024-07-09 07:58:05 +00:00
|
|
|
|
},
|
2025-09-03 10:32:02 +00:00
|
|
|
|
{
|
|
|
|
|
|
"path": "license/cert",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
2024-07-09 07:58:05 +00:00
|
|
|
|
{
|
|
|
|
|
|
"path": "check/check",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/activity",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "index/index",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2025-04-05 07:05:38 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "detail/detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/label",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "detail/detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/blog",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "index/index",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2025-04-05 07:05:38 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "search/search",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "detail/detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "comments/comments",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
2023-11-17 08:46:18 +00:00
|
|
|
|
},
|
2023-11-22 10:57:45 +00:00
|
|
|
|
{
|
|
|
|
|
|
"path": "user-list/user-list",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-11-22 10:57:45 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
2023-11-17 08:46:18 +00:00
|
|
|
|
{
|
|
|
|
|
|
"path": "form/form",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-11-17 08:46:18 +00:00
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/express",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "detail/detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
|
]
|
2023-04-22 05:25:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/realstore",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
2023-04-22 05:25:38 +00:00
|
|
|
|
"path": "index/index",
|
|
|
|
|
|
"style": {
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
2025-04-05 07:05:38 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-04-22 05:25:38 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "search/search",
|
|
|
|
|
|
"style": {
|
2024-11-06 16:36:03 +00:00
|
|
|
|
"enablePullDownRefresh": false,
|
2025-04-05 07:05:38 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-04-22 05:25:38 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"path": "detail/detail",
|
|
|
|
|
|
"style": {
|
2023-11-24 01:42:01 +00:00
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
|
2023-04-22 05:25:38 +00:00
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
2023-11-09 09:36:26 +00:00
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "auto",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"titlePenetrate": "YES",
|
2023-11-09 09:36:26 +00:00
|
|
|
|
// #endif
|
2023-04-22 05:25:38 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-04-22 05:25:38 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "favor/favor",
|
|
|
|
|
|
"style": {
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-04-22 05:25:38 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "orderallot-list/orderallot-list",
|
|
|
|
|
|
"style": {
|
2025-09-16 14:01:00 +00:00
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "auto",
|
|
|
|
|
|
"titlePenetrate": "YES",
|
|
|
|
|
|
// #endif
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-04-22 05:25:38 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "orderallot-detail/orderallot-detail",
|
|
|
|
|
|
"style": {
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-04-22 05:25:38 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "batchorder-list/batchorder-list",
|
|
|
|
|
|
"style": {
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-04-22 05:25:38 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "frequencycard-list/frequencycard-list",
|
|
|
|
|
|
"style": {
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-04-22 05:25:38 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "frequencycard-used/frequencycard-used",
|
|
|
|
|
|
"style": {
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-04-22 05:25:38 +00:00
|
|
|
|
}
|
2024-07-09 07:58:05 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "check/check",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2023-04-22 05:25:38 +00:00
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/binding",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
2023-04-22 05:25:38 +00:00
|
|
|
|
"path": "index/index",
|
|
|
|
|
|
"style": {
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-04-22 05:25:38 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "detail/detail",
|
|
|
|
|
|
"style": {
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-04-22 05:25:38 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
2023-08-23 12:14:53 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/delivery",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
2023-08-23 12:14:53 +00:00
|
|
|
|
"path": "order/order",
|
|
|
|
|
|
"style": {
|
2023-09-25 15:37:34 +00:00
|
|
|
|
"enablePullDownRefresh": false,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-08-23 12:14:53 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "order-detail/order-detail",
|
|
|
|
|
|
"style": {
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-08-23 12:14:53 +00:00
|
|
|
|
}
|
2023-10-08 07:47:42 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "logistics/logistics",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-10-08 07:47:42 +00:00
|
|
|
|
}
|
2023-08-23 12:14:53 +00:00
|
|
|
|
}
|
|
|
|
|
|
]
|
2023-09-28 08:03:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-10-20 10:13:03 +00:00
|
|
|
|
"root": "pages/plugins/ask",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
2023-09-28 08:03:38 +00:00
|
|
|
|
"path": "index/index",
|
|
|
|
|
|
"style": {
|
2023-10-13 06:38:58 +00:00
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
|
2023-09-28 08:03:38 +00:00
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
2023-11-09 09:36:26 +00:00
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "auto",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"titlePenetrate": "YES",
|
2023-11-09 09:36:26 +00:00
|
|
|
|
// #endif
|
2023-09-28 08:03:38 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-28 08:03:38 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "detail/detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-09-28 08:03:38 +00:00
|
|
|
|
}
|
2023-10-20 10:13:03 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "form/form",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-10-20 10:13:03 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "user-detail/user-detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-10-20 10:13:03 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "user-list/user-list",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-10-20 10:13:03 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "goods-list/goods-list",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-10-20 10:13:03 +00:00
|
|
|
|
}
|
2023-10-26 07:23:21 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "comments/comments",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-10-26 07:23:21 +00:00
|
|
|
|
}
|
2023-10-20 10:13:03 +00:00
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/intellectstools",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
2023-10-20 10:13:03 +00:00
|
|
|
|
"path": "goods-comments/goods-comments",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-10-20 10:13:03 +00:00
|
|
|
|
}
|
2023-09-28 08:03:38 +00:00
|
|
|
|
}
|
|
|
|
|
|
]
|
2023-10-31 05:58:38 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/scanpay",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
2023-10-31 05:58:38 +00:00
|
|
|
|
"path": "index/index",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-10-31 05:58:38 +00:00
|
|
|
|
}
|
2023-11-01 08:56:57 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "tips/tips",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-11-01 08:56:57 +00:00
|
|
|
|
}
|
2023-10-31 05:58:38 +00:00
|
|
|
|
}
|
|
|
|
|
|
]
|
2023-11-03 07:48:05 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/thirdpartylogin",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
2023-11-03 07:48:05 +00:00
|
|
|
|
"path": "index/index",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"disableScroll": true,
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-11-03 07:48:05 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
2023-11-07 09:39:05 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/magic",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
2023-11-07 09:39:05 +00:00
|
|
|
|
"path": "detail/detail",
|
|
|
|
|
|
"style": {
|
2023-11-07 09:53:08 +00:00
|
|
|
|
"enablePullDownRefresh": true,
|
2024-01-22 08:34:52 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2023-11-07 09:39:05 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
2024-01-03 08:01:09 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/ordergoodsform",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
2024-01-03 08:01:09 +00:00
|
|
|
|
"path": "order/order",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2025-10-23 16:15:04 +00:00
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
|
"usingComponents": {
|
|
|
|
|
|
"component-form-input-detail": "/pages/form-input/components/form-input-detail/form-input-detail"
|
|
|
|
|
|
},
|
|
|
|
|
|
"componentPlaceholder": {
|
|
|
|
|
|
"component-form-input-detail": "view"
|
|
|
|
|
|
}
|
2024-01-03 08:01:09 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
2024-03-06 10:13:00 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/coin",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
2024-03-06 10:13:00 +00:00
|
|
|
|
"path": "user/user",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "auto",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"titlePenetrate": "YES",
|
2024-03-06 10:13:00 +00:00
|
|
|
|
// #endif
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-03-07 07:00:27 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2024-03-06 10:13:00 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "recharge/recharge",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "auto",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"titlePenetrate": "YES",
|
2024-03-06 10:13:00 +00:00
|
|
|
|
// #endif
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-03-07 07:00:27 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2024-03-06 10:13:00 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
2024-03-27 03:50:45 +00:00
|
|
|
|
{
|
|
|
|
|
|
"path": "recharge-pay/recharge-pay",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
2024-03-06 10:13:00 +00:00
|
|
|
|
{
|
|
|
|
|
|
"path": "convert/convert",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-03-07 07:00:27 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2024-03-06 10:13:00 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-04-01 07:15:11 +00:00
|
|
|
|
"path": "cash/cash",
|
2024-03-06 10:13:00 +00:00
|
|
|
|
"style": {
|
|
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "auto",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"titlePenetrate": "YES",
|
2024-03-06 10:13:00 +00:00
|
|
|
|
// #endif
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-03-07 07:00:27 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2024-03-06 10:13:00 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
2024-03-08 10:55:37 +00:00
|
|
|
|
{
|
|
|
|
|
|
"path": "detail/detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "auto",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"titlePenetrate": "YES",
|
2024-03-08 10:55:37 +00:00
|
|
|
|
// #endif
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
2024-04-01 09:59:11 +00:00
|
|
|
|
{
|
|
|
|
|
|
"path": "transfer/transfer",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
2024-03-06 10:13:00 +00:00
|
|
|
|
{
|
2024-03-29 03:52:29 +00:00
|
|
|
|
"path": "transfer-list/transfer-list",
|
2024-03-08 07:01:15 +00:00
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-03-29 03:52:29 +00:00
|
|
|
|
"path": "transaction-list/transaction-list",
|
2024-03-08 07:01:15 +00:00
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-04-01 07:15:11 +00:00
|
|
|
|
"path": "cash-list/cash-list",
|
2024-03-08 07:01:15 +00:00
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-03-29 03:52:29 +00:00
|
|
|
|
"path": "convert-list/convert-list",
|
2024-03-06 10:13:00 +00:00
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-03-07 07:00:27 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
2024-03-06 10:13:00 +00:00
|
|
|
|
}
|
2024-03-10 02:07:14 +00:00
|
|
|
|
},
|
2024-03-27 03:50:45 +00:00
|
|
|
|
{
|
2024-03-29 03:52:29 +00:00
|
|
|
|
"path": "recharge-list/recharge-list",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
2024-03-10 02:07:14 +00:00
|
|
|
|
{
|
|
|
|
|
|
"path": "collection/collection",
|
|
|
|
|
|
"style": {
|
2024-04-10 16:23:26 +00:00
|
|
|
|
"enablePullDownRefresh": false,
|
2024-03-10 02:07:14 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2024-03-06 10:13:00 +00:00
|
|
|
|
}
|
|
|
|
|
|
]
|
2024-05-22 11:55:20 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/antifakecode",
|
|
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "index/index",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
2024-05-26 17:08:23 +00:00
|
|
|
|
},
|
2024-08-28 11:20:29 +00:00
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/givegift",
|
|
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "goods/goods",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-08-28 16:40:07 +00:00
|
|
|
|
"path": "gift/gift",
|
2024-08-28 11:20:29 +00:00
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
2025-03-28 08:36:39 +00:00
|
|
|
|
{
|
|
|
|
|
|
"path": "gift-detail/gift-detail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
2024-08-28 11:20:29 +00:00
|
|
|
|
{
|
2024-08-28 16:40:07 +00:00
|
|
|
|
"path": "code/code",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "receive/receive",
|
2024-08-28 11:20:29 +00:00
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
2024-05-26 17:08:23 +00:00
|
|
|
|
{
|
2024-06-25 07:16:44 +00:00
|
|
|
|
"root": "pages/plugins/giftcard",
|
2024-05-26 17:08:23 +00:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "index/index",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "form/form",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
2024-10-31 13:51:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/orderresources",
|
|
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "orderannex/orderannex",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
2024-12-13 09:26:15 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/form",
|
|
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "check/check",
|
|
|
|
|
|
"style": {
|
2024-12-13 12:31:36 +00:00
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "auto",
|
|
|
|
|
|
"titlePenetrate": "YES",
|
|
|
|
|
|
// #endif
|
2024-12-13 09:26:15 +00:00
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
2024-12-18 09:12:12 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
2025-01-25 17:48:35 +00:00
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/hospital",
|
|
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "prescription/prescription",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
2025-01-31 15:51:39 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "patient/patient",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "patient-list/patient-list",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
2025-04-02 10:43:45 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/certificate",
|
|
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "userauth/userauth",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2025-04-02 12:25:41 +00:00
|
|
|
|
"path": "userauth-saveinfo/userauth-saveinfo",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "userauth-detail/userauth-detail",
|
2025-04-02 10:43:45 +00:00
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
2025-05-09 08:13:50 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/goodscompare",
|
|
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "index/index",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
2024-05-26 17:08:23 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
2025-09-11 09:57:45 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/video",
|
|
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "index/index",
|
|
|
|
|
|
"style": {
|
2025-09-17 07:57:42 +00:00
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
2025-09-23 10:49:15 +00:00
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "always",
|
|
|
|
|
|
"titlePenetrate": "YES",
|
|
|
|
|
|
// #endif
|
2025-09-17 07:57:42 +00:00
|
|
|
|
"enablePullDownRefresh": false,
|
2025-09-11 09:57:45 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "detail/detail",
|
|
|
|
|
|
"style": {
|
2025-09-17 07:57:42 +00:00
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
2025-09-23 10:49:15 +00:00
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "auto",
|
|
|
|
|
|
"titlePenetrate": "YES",
|
|
|
|
|
|
// #endif
|
2025-09-17 07:57:42 +00:00
|
|
|
|
"enablePullDownRefresh": false,
|
2025-09-11 09:57:45 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
2025-09-16 06:54:46 +00:00
|
|
|
|
{
|
2026-02-26 13:42:47 +00:00
|
|
|
|
"path": "search/search",
|
2025-09-16 06:54:46 +00:00
|
|
|
|
"style": {
|
2025-09-17 07:57:42 +00:00
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
2025-09-23 10:49:15 +00:00
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "auto",
|
|
|
|
|
|
"titlePenetrate": "YES",
|
|
|
|
|
|
// #endif
|
2025-09-17 07:57:42 +00:00
|
|
|
|
"enablePullDownRefresh": false,
|
2025-09-16 06:54:46 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
2025-09-11 09:57:45 +00:00
|
|
|
|
{
|
2026-02-26 13:42:47 +00:00
|
|
|
|
"path": "search-record/search-record",
|
2025-09-11 09:57:45 +00:00
|
|
|
|
"style": {
|
2025-09-17 07:57:42 +00:00
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
2025-09-23 10:49:15 +00:00
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "auto",
|
|
|
|
|
|
"titlePenetrate": "YES",
|
|
|
|
|
|
// #endif
|
2025-09-17 07:57:42 +00:00
|
|
|
|
"enablePullDownRefresh": false,
|
2025-09-11 09:57:45 +00:00
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
2025-10-27 10:38:30 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/live",
|
|
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "push/push",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "auto",
|
|
|
|
|
|
"titlePenetrate": "YES",
|
|
|
|
|
|
// #endif
|
2025-10-27 13:29:50 +00:00
|
|
|
|
"disableScroll": true,
|
2025-10-27 10:38:30 +00:00
|
|
|
|
"enablePullDownRefresh": false,
|
2025-10-27 13:29:50 +00:00
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
|
"app-plus": {
|
|
|
|
|
|
"bounce": {
|
|
|
|
|
|
"top": "none",
|
|
|
|
|
|
"bottom": "none"
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2025-10-27 10:38:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pull/pull",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
// #ifdef MP-ALIPAY
|
|
|
|
|
|
"transparentTitle": "auto",
|
|
|
|
|
|
"titlePenetrate": "YES",
|
|
|
|
|
|
// #endif
|
2025-10-27 13:29:50 +00:00
|
|
|
|
"disableScroll": true,
|
2025-10-27 10:38:30 +00:00
|
|
|
|
"enablePullDownRefresh": false,
|
2025-10-27 13:29:50 +00:00
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
|
"app-plus": {
|
|
|
|
|
|
"bounce": {
|
|
|
|
|
|
"top": "none",
|
|
|
|
|
|
"bottom": "none"
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2025-10-27 10:38:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
2025-12-28 12:43:41 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/complaint",
|
|
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "form/form",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2025-12-29 10:13:28 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "user/user",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
2025-12-28 12:43:41 +00:00
|
|
|
|
}
|
|
|
|
|
|
]
|
2026-01-03 16:27:33 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "pages/plugins/orderfeed",
|
|
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "form/form",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "user/user",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
2023-04-22 05:25:38 +00:00
|
|
|
|
}
|
|
|
|
|
|
],
|
2024-03-27 03:50:17 +00:00
|
|
|
|
"preloadRule": {
|
|
|
|
|
|
"pages/index/index": {
|
|
|
|
|
|
"network": "all",
|
|
|
|
|
|
"packages": ["pages/goods-detail"]
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
2023-09-21 10:11:11 +00:00
|
|
|
|
"globalStyle": {
|
|
|
|
|
|
"navigationBarTitleText": "ShopXO",
|
2021-09-26 15:40:23 +00:00
|
|
|
|
"navigationBarTextStyle": "black",
|
2023-11-25 09:47:30 +00:00
|
|
|
|
"navigationBarBackgroundColor": "#ffffff",
|
2024-10-10 10:29:45 +00:00
|
|
|
|
"backgroundColor": "#f8f8f8",
|
|
|
|
|
|
"backgroundColorBottom": "#f8f8f8"
|
2023-09-21 10:11:11 +00:00
|
|
|
|
},
|
2021-10-23 07:42:45 +00:00
|
|
|
|
"tabBar": {
|
2024-09-26 10:49:31 +00:00
|
|
|
|
"color": "transparent",
|
2024-09-25 03:56:38 +00:00
|
|
|
|
"borderStyle": "white",
|
2024-09-26 10:49:31 +00:00
|
|
|
|
"selectedColor": "transparent",
|
|
|
|
|
|
"backgroundColor": "transparent",
|
2024-03-27 03:50:45 +00:00
|
|
|
|
"list": [
|
|
|
|
|
|
{
|
2025-08-18 11:05:48 +00:00
|
|
|
|
"pagePath": "pages/index/index",
|
|
|
|
|
|
"text": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
},
|
2024-09-25 11:16:14 +00:00
|
|
|
|
{
|
2025-08-18 11:05:48 +00:00
|
|
|
|
"pagePath": "pages/goods-category/goods-category",
|
|
|
|
|
|
"text": ""
|
2024-09-25 11:16:14 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2025-08-18 11:05:48 +00:00
|
|
|
|
"pagePath": "pages/cart/cart",
|
|
|
|
|
|
"text": ""
|
2024-09-25 11:16:14 +00:00
|
|
|
|
},
|
2023-09-21 10:11:11 +00:00
|
|
|
|
{
|
2025-08-18 11:05:48 +00:00
|
|
|
|
"pagePath": "pages/user/user",
|
|
|
|
|
|
"text": ""
|
2023-09-21 10:11:11 +00:00
|
|
|
|
}
|
|
|
|
|
|
]
|
2025-07-15 06:40:56 +00:00
|
|
|
|
},
|
|
|
|
|
|
"condition" : { //模式配置,仅开发期间生效
|
|
|
|
|
|
"current": 0, //当前激活的模式(list 的索引项)
|
|
|
|
|
|
"list": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "", //模式名称
|
|
|
|
|
|
"path": "", //启动页面,必选
|
|
|
|
|
|
"query": "" //启动参数,在页面的onLoad函数里面得到
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
2021-10-23 07:42:45 +00:00
|
|
|
|
}
|
2024-09-05 09:31:04 +00:00
|
|
|
|
}
|