You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
1.5 KiB

11 months ago
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
12 months ago
},
"pages": [{
11 months ago
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
12 months ago
}
11 months ago
}, {
"path": "pages/me/index",
"style": {
"navigationStyle": "custom"
}
}],
"tabBar": {
"color": "#686868",
"selectedColor": "#686868",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/home.png",
"selectedIconPath": "static/home-active.png",
"text": "首页"
}, {
"pagePath": "pages/me/index",
"iconPath": "static/user.png",
"selectedIconPath": "static/user-active.png",
"text": "我的"
}]
},
"subPackages": [{
"root": "package_sub",
"pages": [{
"path": "login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
},
{
"path": "order/order",
"style": {
"navigationBarTitleText": "我的订单"
// "navigationStyle": "custom"
}
},
{
"path": "order/orderDetail",
"style": {
8 months ago
// "navigationBarTitleText": "订单详情"
"navigationStyle": "custom"
}
},
{
"path": "order/editPrice",
"style": {
// "navigationBarTitleText": "订单详情"
"navigationStyle": "custom"
11 months ago
}
}
]
}],
12 months ago
"preloadRule": {},
"globalStyle": {
"navigationBarTextStyle": "black",
11 months ago
"navigationBarTitleText": "医康养-护工端",
12 months ago
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}