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.

148 lines
3.1 KiB

3 years ago
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
"^cpn-(.*)": "@/components/cpn-$1.vue"
},
2 years ago
"pages": [
{
3 years ago
"path": "pages/enter/enter",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/home/home",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/list/list",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/todayNursing/todayNursing",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/nursingCalendar/nursingCalendar",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/map/map",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/detailNursing/detailNursing",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/setting/setting",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/login/login",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "uview-ui/components/u-avatar-cropper/u-avatar-cropper",
"style": {
"navigationBarTitleText": "头像裁剪",
"navigationBarBackgroundColor": "#000000"
}
2 years ago
},
{
3 years ago
"path": "pages/showimg/showimg",
"style": {
"navigationBarTextStyle": "white",
"app-plus": {
"animationType": "fade-in",
"animationDuration": 300
}
}
2 years ago
},
{
"path": "pages/order/order",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/order/addOrder",
3 years ago
"style": {
2 years ago
"navigationStyle": "custom"
3 years ago
}
2 years ago
}
],
"subPackages": [
{
"root": "package_sub",
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "分包页面sub_index"
}
}
]
}
],
3 years ago
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#ABAEBE",
"selectedColor": "#1479FF",
2 years ago
"list": [
{
3 years ago
"iconPath": "/static/tabbar/notification.png",
"selectedIconPath": "/static/tabbar/notification-active.png",
"pagePath": "pages/todayNursing/todayNursing",
"text": "今日护理"
},
{
"iconPath": "/static/tabbar/canlendar.png",
"selectedIconPath": "/static/tabbar/canlendar-active.png",
"pagePath": "pages/nursingCalendar/nursingCalendar",
"text": "护理日历"
},
{
"iconPath": "/static/tabbar/list.png",
"selectedIconPath": "/static/tabbar/list-active.png",
"pagePath": "pages/list/list",
"text": "护理列表"
3 years ago
},
2 years ago
{
"iconPath": "/static/tabbar/order.png",
"selectedIconPath": "/static/tabbar/order-active.png",
"pagePath": "pages/order/order",
"text": "预约护理"
},
3 years ago
{
"iconPath": "/static/tabbar/home.png",
"selectedIconPath": "/static/tabbar/home-active.png",
"pagePath": "pages/home/home",
"text": "我的"
3 years ago
}
]
}
2 years ago
}