2025-02-28 16:19:58 +08:00
|
|
|
{
|
2025-03-20 08:46:07 +08:00
|
|
|
"easycom": {
|
|
|
|
|
"autoscan": true,
|
|
|
|
|
// 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175
|
|
|
|
|
"custom": {
|
|
|
|
|
"^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
|
|
|
|
|
"^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
|
|
|
|
|
"^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-02-28 16:19:58 +08:00
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
2025-03-20 08:46:07 +08:00
|
|
|
{
|
|
|
|
|
"path" : "pages/home/home",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-02-28 16:19:58 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/index/index",
|
|
|
|
|
"style": {
|
2025-03-20 08:46:07 +08:00
|
|
|
"navigationBarTitleText": "%index.title%",
|
|
|
|
|
"navigationStyle": "custom"
|
2025-02-28 16:19:58 +08:00
|
|
|
}
|
2025-03-20 08:46:07 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/sort/sort",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationStyle": "custom"
|
2025-02-28 16:19:58 +08:00
|
|
|
}
|
2025-03-20 08:46:07 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/hash_union/hash_union",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationStyle": "custom"
|
2025-02-28 16:19:58 +08:00
|
|
|
}
|
2025-03-20 08:46:07 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/shopping_cart/shopping_cart",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/mine/mine",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},{
|
|
|
|
|
"path" : "pages/mine_bank_card/mine_bank_card",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationBarTitleText": "%bankCard.title%",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationStyle": "default" // 默认样式,会显示返回图标
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/mine_bank_add/mine_bank_add",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationBarTitleText": "%bankCard.add.title%",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationStyle": "default" // 默认样式,会显示返回图标
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/mine_address/mine_address",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationBarTitleText": "%address.title%",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationStyle": "default" // 默认样式,会显示返回图标
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/mine_address_add/mine_address_add",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationBarTitleText": "%address.add.title%",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationStyle": "default" // 默认样式,会显示返回图标
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/mine_authentication/mine_authentication",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationBarTitleText": "%authentication.title%",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationStyle": "default" // 默认样式,会显示返回图标
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/mine_authentication_ok/mine_authentication_ok",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationBarTitleText": "%authentication.title%",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationStyle": "default" ,// 默认样式,会显示返回图标
|
|
|
|
|
"app-plus": {
|
|
|
|
|
"titleNView": {
|
|
|
|
|
"splitLine": {
|
|
|
|
|
"color":"#f2f2f2"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/mine_purse/mine_purse",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationBarTitleText": "%purse.title%",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationStyle": "default" // 默认样式,会显示返回图标
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/mine_order/mine_order",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/mine_order_info/mine_order_info",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/mine_purse_bonus/mine_purse_bonus",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationBarTitleText": "%purse.bonus.title%",
|
|
|
|
|
"navigationBarBackgroundColor": "#ff7c41",
|
|
|
|
|
"navigationBarTextStyle": "white",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationStyle": "default" // 默认样式,会显示返回图标
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/login/login",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/register/register",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationStyle": "default" // 默认样式,会显示返回图标
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/turntable/turntable",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/search/search",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/preference/preference",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/welcome/welcome",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/invite_friends/invite_friends",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationBarTitleText": "%invite.friends.title%",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationStyle": "default" // 默认样式,会显示返回图标
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/productInfo/productInfo",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/order_submit/order_submit",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationBarTitleText": "%order.submit.title%",
|
|
|
|
|
"navigationBarBackgroundColor": "#F5F5F5",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationStyle": "default" // 默认样式,会显示返回图标
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/order_submit_ok/order_submit_ok",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationStyle": "default" // 默认样式,会显示返回图标
|
2025-02-28 16:19:58 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"tabBar": {
|
2025-03-20 08:46:07 +08:00
|
|
|
"color": "#808080FF",
|
|
|
|
|
"selectedColor": "#ff7c41",
|
2025-02-28 16:19:58 +08:00
|
|
|
"borderStyle": "black",
|
|
|
|
|
"backgroundColor": "#F8F8F8",
|
|
|
|
|
"list": [{
|
2025-03-20 08:46:07 +08:00
|
|
|
"pagePath": "pages/home/home",
|
|
|
|
|
"text": "%index.home%",
|
|
|
|
|
"iconPath": "/static/column/home.png",
|
|
|
|
|
"selectedIconPath": "/static/column/home_sel.png"
|
2025-02-28 16:19:58 +08:00
|
|
|
},
|
|
|
|
|
{
|
2025-03-20 08:46:07 +08:00
|
|
|
"pagePath": "pages/sort/sort",
|
|
|
|
|
"text": "%index.sort%",
|
|
|
|
|
"iconPath": "/static/column/sort.png",
|
|
|
|
|
"selectedIconPath": "/static/column/sort_sel.png"
|
2025-02-28 16:19:58 +08:00
|
|
|
}, {
|
2025-03-20 08:46:07 +08:00
|
|
|
"pagePath": "pages/hash_union/hash_union",
|
|
|
|
|
"text": "%index.hash.union%",
|
|
|
|
|
"iconPath": "/static/column/hx.png",
|
|
|
|
|
"selectedIconPath": "/static/column/hx_sel.png"
|
2025-02-28 16:19:58 +08:00
|
|
|
}, {
|
2025-03-20 08:46:07 +08:00
|
|
|
"pagePath": "pages/shopping_cart/shopping_cart",
|
|
|
|
|
"text": "%index.shopping.cart%",
|
|
|
|
|
"iconPath": "/static/column/shopping.png",
|
|
|
|
|
"selectedIconPath": "/static/column/shopping_sel.png"
|
|
|
|
|
}, {
|
|
|
|
|
"pagePath": "pages/mine/mine",
|
|
|
|
|
"text": "%index.mine%",
|
|
|
|
|
"iconPath": "/static/column/mine.png",
|
|
|
|
|
"selectedIconPath": "/static/column/mine_sel.png"
|
2025-02-28 16:19:58 +08:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"globalStyle": {
|
2025-03-20 08:46:07 +08:00
|
|
|
"navigationStyle": "custom"
|
2025-02-28 16:19:58 +08:00
|
|
|
}
|
|
|
|
|
}
|