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.

168 lines
4.0 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": ""
}
},
{
"path": "pages/order/index",
"style": {
"navigationBarTitleText": "订单列表"
}
},
{
"path": "pages/info/index",
"style": {
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#0cc7a4",
"navigationBarTitleText": "护理知识"
}
},
{
"path": "pages/mine/index",
"style": {
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#0cc7a4",
"navigationBarTitleText": "我的",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/find/index",
"style": {}
},
{
"path": "pages/index/admin",
"style": {
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#0cc7a4",
"navigationBarTitleText": "院办登录",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/login/login",
"style": {}
}
],
"subPackages": [{
"root": "packages/packagesInfo",
"pages": [{
"path": "pages/detail/index",
"style": {
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#0cc7a4",
"navigationBarTitleText": "护理知识"
}
}, {
"path": "pages/moneyList/list",
"style": {
"navigationBarTitleText": "资金明细"
}
}]
}, {
"root": "packages/packagesPro",
"pages": [{
"path": "pages/proCarerList/list",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "护工列表"
}
}, {
"path": "pages/proBuy/proBuy",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "产品预订"
}
},
{
"path": "pages/proService/index",
"style": {
"navigationBarTitleText": "系统智能匹配护工"
}
}, {
"path": "pages/proCarerInfo/info",
"style": {
"navigationBarTitleText": "护工详情"
}
}, {
"path": "pages/proBuySuccess/orderSuccess",
"style": {
"navigationBarTitleText": "成功预订"
}
}
]
}, {
"root": "packages/packagesOrder",
"pages": [{
"path": "pages/orderInfo/index",
"style": {
"navigationBarTitleText": "订单详情"
}
}, {
"path": "pages/judge/index",
"style": {
"navigationBarTitleText": "订单评价"
}
}]
}, {
"root": "packages/webview",
"pages": [{
"path": "index",
"style": {
"navigationBarTitleText": ""
}
}]
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "天天欣业",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"custom": true,
"color": "#7A7E83",
"borderStyle": "black",
"selectedColor": "#0ee2ba",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/static/resource/menu/icon_home.png",
"selectedIconPath": "/static/resource/menu/icon_home_on.png"
},
{
"pagePath": "pages/info/index",
"text": "护理知识",
"iconPath": "/static/resource/menu/icon_zhishi.png",
"selectedIconPath": "/static/resource/menu/icon_zhishi_on.png"
},
{
"pagePath": "pages/find/index",
"text": "找护工",
"iconPath": "/static/resource/menu/icon_center.png",
"selectedIconPath": "/static/resource/menu/icon_center_on.png"
},
{
"pagePath": "pages/order/index",
"text": "订单",
"iconPath": "/static/resource/menu/icon_order.png",
"selectedIconPath": "/static/resource/menu/icon_order_on.png"
},
{
"pagePath": "pages/mine/index",
"text": "我的",
"iconPath": "/static/resource/menu/icon_mine.png",
"selectedIconPath": "/static/resource/menu/icon_mine_on.png"
}
]
}
}