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

3 years ago
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
2 years ago
{
"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": {}
},
2 years ago
{
"path": "pages/index/admin",
"style": {
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#0cc7a4",
"navigationBarTitleText": "院办登录",
"navigationBarTextStyle": "white"
}
},
2 years ago
{
"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": "订单评价"
}
}]
2 years ago
}, {
2 years ago
"root": "packages/webview",
"pages": [{
"path": "index",
"style": {
"navigationBarTitleText": ""
}
}]
2 years ago
}],
3 years ago
"globalStyle": {
"navigationBarTextStyle": "black",
2 years ago
"navigationBarTitleText": "天天欣业",
"navigationBarBackgroundColor": "#fff",
3 years ago
"backgroundColor": "#F8F8F8"
},
"tabBar": {
2 years ago
"custom": true,
"color": "#7A7E83",
"borderStyle": "black",
"selectedColor": "#0ee2ba",
"backgroundColor": "#ffffff",
3 years ago
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
2 years ago
"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"
3 years ago
},
{
2 years ago
"pagePath": "pages/find/index",
"text": "找护工",
"iconPath": "/static/resource/menu/icon_center.png",
"selectedIconPath": "/static/resource/menu/icon_center_on.png"
3 years ago
},
{
2 years ago
"pagePath": "pages/order/index",
"text": "订单",
"iconPath": "/static/resource/menu/icon_order.png",
2 years ago
"selectedIconPath": "/static/resource/menu/icon_order_on.png"
3 years ago
},
{
"pagePath": "pages/mine/index",
2 years ago
"text": "我的",
"iconPath": "/static/resource/menu/icon_mine.png",
"selectedIconPath": "/static/resource/menu/icon_mine_on.png"
3 years ago
}
]
}
2 years ago
}