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.
141 lines
3.2 KiB
141 lines
3.2 KiB
{
|
|
"easycom": {
|
|
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
|
},
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/order/order",
|
|
"style": {
|
|
"navigationBarTitleText": "订单列表"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/me/me",
|
|
"style": {
|
|
"navigationBarTitleText": "个人中心"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/CitySelect/CitySelect",
|
|
"style": {
|
|
"navigationBarTitleText": "城市选择"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "package_sub",
|
|
"pages": [
|
|
{
|
|
"path": "pages/AddOrder/AddOrder",
|
|
"style": {
|
|
"navigationBarTitleText": "预约陪诊"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/ServiceList/ServiceList",
|
|
"style": {
|
|
"navigationBarTitleText": "服务列表",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/ServiceDetail/ServiceDetail",
|
|
"style": {
|
|
"navigationBarTitleText": "服务项目",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/ServiceObject/ServiceObject",
|
|
"style": {
|
|
"navigationBarTitleText": "服务对象"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/UserArchive/UserArchive",
|
|
"style": {
|
|
"navigationBarTitleText": "我的服务人员",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/OrderList/OrderList",
|
|
"style": {
|
|
"navigationBarTitleText": "订单",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/Shop/ProductList",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/Shop/Home",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/Shop/Search",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/Shop/Order",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"preloadRule": {},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"myIconPath": "/static/tabbar/home.svg",
|
|
"selectedMyIconPath": "/static/tabbar/home-active.svg"
|
|
},
|
|
{
|
|
"pagePath": "pages/order/order",
|
|
"text": "订单",
|
|
"myIconPath": "/static/tabbar/order.svg",
|
|
"selectedMyIconPath": "/static/tabbar/order-active.svg"
|
|
},
|
|
{
|
|
"pagePath": "pages/me/me",
|
|
"text": "我的",
|
|
"myIconPath": "/static/tabbar/me.svg",
|
|
"selectedMyIconPath": "/static/tabbar/me-active.svg"
|
|
}
|
|
],
|
|
"color": "",
|
|
"selectedColor": "",
|
|
"backgroundColor": ""
|
|
}
|
|
}
|