Files
dajiankang-uniapp/pages.json
PC-202306242200\Administrator 1c24452b6c first commit
2026-03-28 23:10:55 +08:00

187 lines
3.6 KiB
JSON

{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom"
}
},
{
"path": "pages/mine/mine",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/cate/cate",
"style": {
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#799675"
}
},
{
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/goods/goods",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/team/team",
"style": {
"navigationBarTitleText": "我的团队"
}
},
{
"path": "pages/mine/sett",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/equity/equity",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/wallet/wallet",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/notice/notice",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/address/list",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/address/add",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/order/confirm",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/order/success",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/goods/prefecture",
"style": {
"navigationBarTitleText": "进货专区",
"navigationStyle": "custom"
}
},
{
"path": "pages/wallet/list",
"style": {
"navigationBarTitleText": "我的账单",
"navigationStyle": "custom"
}
},
{
"path": "pages/notice/details",
"style": {
"navigationBarTitleText": "公告",
"navigationBarBackgroundColor": "#fff"
}
},
{
"path": "pages/mine/mobile",
"style": {
"navigationBarTitleText": "修改手机号",
"navigationBarBackgroundColor": "#fff"
}
},
{
"path" : "pages/protocol/protocol",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/wallet/zhaun",
"style" :
{
"navigationBarTitleText" : "余额划转"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
},
"tabBar": {
"color": "#AAA",
"selectedColor": "#516E41",
"borderStyle": "black",
"backgroundColor": "#ffffff",
// "height": "60px",
"fontSize": "16px",
"list": [{
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/homes.png",
"pagePath": "pages/index/index",
"text": "首页"
}, {
"iconPath": "static/tabbar/cate.png",
"selectedIconPath": "static/tabbar/cates.png",
"pagePath": "pages/cate/cate",
"text": "分类"
}, {
"iconPath": "static/tabbar/order.png",
"selectedIconPath": "static/tabbar/orders.png",
"pagePath": "pages/order/order",
"text": "订单"
}, {
"iconPath": "static/tabbar/mine.png",
"selectedIconPath": "static/tabbar/mines.png",
"pagePath": "pages/mine/mine",
"text": "我的"
}]
}
}