youdas/pages.json
2025-06-24 00:34:39 +08:00

157 lines
2.8 KiB
JSON

{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/news/news",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": ""
}
},
{
"path": "pages/news/news-details",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": ""
}
},
{
"path": "pages/mall/mall",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": ""
}
},
{
"path": "pages/me/me",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": ""
}
},
{
"path": "pages/me/account-deletion",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/order-list",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/me/account-login",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/other/agreement",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/me/account-info",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/other/coupon",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/product-detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/address/address-list",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/address/address-edit",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/collect",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/receiving-address",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/other/choose-coupon",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/order-detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/other/user-agreement",
"style": {
"navigationStyle": "custom"
}
}
],
"usingComponents": {
"web-view": "pages/other/user-agreement"
},
// "globalStyle": {
// "navigationBarTextStyle": "black",
// "navigationBarTitleText": "uni-app",
// "navigationBarBackgroundColor": "#FFFFFF",
// "backgroundColor": "#F7F7F7"
// },
"tabBar": {
"color": "#C6C6C6",
"selectedColor": "#333333",
"borderStyle": "black",
"height": "48px",
"list": [
{
"pagePath": "pages/news/news",
"text": "资讯",
"iconPath": "/static/tabbar/news.png",
"selectedIconPath": "/static/tabbar/news_s.png"
},
{
"pagePath": "pages/mall/mall",
"text": "商城",
"iconPath": "/static/tabbar/mall.png",
"selectedIconPath": "/static/tabbar/mall_s.png"
},
{
"pagePath": "pages/me/me",
"text": "我的",
"iconPath": "/static/tabbar/me.png",
"selectedIconPath": "/static/tabbar/me_s.png"
}
]
}
}