Files
sykl-sm/pages.json
2022-07-15 14:33:32 +08:00

150 lines
3.7 KiB
JSON

{
"pages": [{
"path": "pages/index/index",
"aliasPath": "/",
"name": "Index",
"style":{
"navigationBarTitleText":"首页"
}
}, {
"path": "pages/index/details",
"aliasPath": "/index/details",
"name": "Indexdetails",
"style":{
"navigationBarTitleText":"商品详情"
}
}, {
"path": "pages/user/index",
"aliasPath": "/user",
"name": "User",
"style":{
"navigationBarTitleText":"我的"
}
}, {
"path": "pages/user/code",
"aliasPath": "/user/code",
"name": "UserCode",
"auth": true,
"style":{
"navigationBarTitleText":"我的推广码"
}
}, {
"path": "pages/circle/index",
"aliasPath": "/circle",
"name": "Circle",
"style":{
"navigationBarTitleText":"病友记"
}
}, {
"path": "pages/purine/index",
"aliasPath": "/purine/index",
"name": "purineIndex",
"style":{
"navigationBarTitleText":"健康饮食"
}
}, {
"path": "pages/purine/details",
"aliasPath": "/purine/details",
"name": "purineDetails",
"style":{
"navigationBarTitleText":"食品详情"
}
}, {
"path": "pages/uricacid/index",
"aliasPath": "/uricacid/index",
"name": "uricacidIndex",
"auth": true,
"style":{
"navigationBarTitleText":"记录"
}
}, {
"path": "pages/uricacid/list",
"aliasPath": "/uricacid/list",
"name": "uricacidList",
"auth": true,
"style":{
"navigationBarTitleText":"记录列表"
}
}, {
"path": "pages/attestation/index",
"aliasPath": "/attestation/index",
"name": "Attestation",
"auth": true,
"style":{
"navigationBarTitleText":"认证"
}
}, {
"path": "pages/friend/index",
"aliasPath": "/friend/index",
"name": "Friend",
"auth": true,
"style":{
"navigationBarTitleText":"邀请记录"
}
}, {
"path": "pages/order/index",
"aliasPath": "/order/index",
"name": "OrderIndex",
"auth": true,
"style":{
"navigationBarTitleText":"我的订单"
}
}, {
"path": "pages/order/details",
"aliasPath": "/order/details",
"name": "OrderDetails",
"auth": true,
"style":{
"navigationBarTitleText":"订单详情"
}
}, {
"path": "pages/receive/index",
"aliasPath": "/receive/index",
"name": "Receive",
"style":{
"navigationBarTitleText":"文章详情"
}
},{
"path": "pages/login/login",
"aliasPath": "/login",
"name": "Login"
},{
"path": "pages/userCase/userCase",
"aliasPath": "/userCase/userCase",
"name": "UserCase"
}],
"globalStyle": {
"navigationBarTitleText": "痛风记录",
"backgroundColor": "#f3f4f6",
"navigationStyle": "custom"
},
"tabBar": {
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabBar/tabBar_icon_00.png",
"selectedIconPath": "static/tabBar/tabBar_show_00.png",
"text": "首页"
}, {
"pagePath": "pages/uricacid/index",
"iconPath": "static/tabBar/tabBar_icon_01.png",
"selectedIconPath": "static/tabBar/tabBar_show_01.png",
"text": "记录"
}, {
"pagePath": "pages/user/index",
"iconPath": "static/tabBar/tabBar_icon_02.png",
"selectedIconPath": "static/tabBar/tabBar_show_02.png",
"text": "我的"
}],
"borderStyle": "white",
"backgroundColor": "#FFFFFF",
"selectedColor": "#4490ff",
"color": "#9d9d9d",
"iconWidth": "26px",
"spacing": "0",
"height": "60px"
},
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
}
}