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,
|
2024-01-22 08:34:52 +00:00
|
|
|
"navigationBarTextStyle": "white",
|
|
|
|
|
"navigationBarTitleText": ""
|
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,
|
|
|
|
|
"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": [
|
|
|
|
|
{
|
|
|
|
|
"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,
|
|
|
|
|
"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
|
|
|
},
|
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,
|
|
|
|
|
"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/buy",
|
2024-03-27 03:50:45 +00:00
|
|
|
"pages": [
|
|
|
|
|
{
|
|
|
|
|
"path": "buy",
|
|
|
|
|
"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/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-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,
|
|
|
|
|
"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",
|
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,
|
|
|
|
|
"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",
|
2024-03-27 03:50:45 +00:00
|
|
|
"pages": [
|
|
|
|
|
{
|
|
|
|
|
"path": "user-order",
|
|
|
|
|
"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-order-detail",
|
2024-03-27 03:50:45 +00:00
|
|
|
"pages": [
|
|
|
|
|
{
|
|
|
|
|
"path": "user-order-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/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": {
|
|
|
|
|
"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/common/agreement",
|
2024-03-27 03:50:45 +00:00
|
|
|
"pages": [
|
|
|
|
|
{
|
|
|
|
|
"path": "agreement",
|
|
|
|
|
"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,
|
|
|
|
|
"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
|
|
|
},
|
2023-09-09 09:00:37 +00:00
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
"root": "pages/web-view",
|
2024-03-27 03:50:45 +00:00
|
|
|
"pages": [
|
|
|
|
|
{
|
|
|
|
|
"path": "web-view",
|
|
|
|
|
"style": {
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"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
|
|
|
{
|
2024-03-26 15:13:16 +00:00
|
|
|
"root": "pages/paytips",
|
2024-03-27 03:50:45 +00:00
|
|
|
"pages": [
|
|
|
|
|
{
|
|
|
|
|
"path": "paytips",
|
|
|
|
|
"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
|
|
|
},
|
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,
|
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": "shop/shop",
|
|
|
|
|
"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/user",
|
|
|
|
|
"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/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,
|
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/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
|
|
|
}
|
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": {
|
|
|
|
|
"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": {
|
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": "design/design",
|
|
|
|
|
"style": {
|
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
|
}
|
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
|
|
|
}
|
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,
|
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
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"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,
|
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-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,
|
2024-01-22 08:34:52 +00:00
|
|
|
"navigationBarTitleText": ""
|
2023-04-22 05:25:38 +00:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "search/search",
|
|
|
|
|
"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-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": {
|
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
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"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": {
|
|
|
|
|
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP
|
|
|
|
|
"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-10-20 10:13:03 +00:00
|
|
|
"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,
|
2024-01-22 08:34:52 +00:00
|
|
|
"navigationBarTitleText": ""
|
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-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": ""
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
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",
|
2023-09-21 10:11:11 +00:00
|
|
|
"backgroundColor": "#f5f5f5",
|
|
|
|
|
"backgroundColorBottom": "#f5f5f5"
|
|
|
|
|
},
|
2021-10-23 07:42:45 +00:00
|
|
|
"tabBar": {
|
2023-10-12 09:35:28 +00:00
|
|
|
"color": "#333",
|
2023-11-06 14:59:29 +00:00
|
|
|
"selectedColor": "#333",
|
2023-09-21 10:11:11 +00:00
|
|
|
"backgroundColor": "#fff",
|
2024-03-27 03:50:45 +00:00
|
|
|
"list": [
|
|
|
|
|
{
|
2023-09-21 10:11:11 +00:00
|
|
|
"pagePath": "pages/index/index",
|
|
|
|
|
"iconPath": "static/images/common/tabbar/home.png",
|
2023-11-06 14:59:29 +00:00
|
|
|
"selectedIconPath": "static/images/common/tabbar/home.png",
|
2023-09-21 10:11:11 +00:00
|
|
|
"text": "首页"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/goods-category/goods-category",
|
|
|
|
|
"iconPath": "static/images/common/tabbar/category.png",
|
2023-11-06 14:59:29 +00:00
|
|
|
"selectedIconPath": "static/images/common/tabbar/category.png",
|
2023-09-21 10:11:11 +00:00
|
|
|
"text": "分类"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/cart/cart",
|
|
|
|
|
"iconPath": "static/images/common/tabbar/cart.png",
|
2023-11-06 14:59:29 +00:00
|
|
|
"selectedIconPath": "static/images/common/tabbar/cart.png",
|
2023-09-21 10:11:11 +00:00
|
|
|
"text": "购物车"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/user/user",
|
|
|
|
|
"iconPath": "static/images/common/tabbar/user.png",
|
2023-09-26 06:54:51 +00:00
|
|
|
"selectedIconPath": "static/images/common/tabbar/user.png",
|
2023-09-21 10:11:11 +00:00
|
|
|
"text": "我的"
|
|
|
|
|
}
|
|
|
|
|
]
|
2021-10-23 07:42:45 +00:00
|
|
|
}
|
2024-03-27 03:50:45 +00:00
|
|
|
}
|