|
|
@@ -5,73 +5,117 @@
|
|
|
"^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue"
|
|
|
}
|
|
|
},
|
|
|
- //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
"pages": [
|
|
|
{
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "uni-app"
|
|
|
+ "navigationBarTitleText": "Car-Wash"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/coupon/index",
|
|
|
"style": {
|
|
|
- "disableScroll": true
|
|
|
+ "disableScroll": true,
|
|
|
+ "navigationBarTitleText": "卡券中心"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/map/index",
|
|
|
"style": {
|
|
|
- "disableScroll": true
|
|
|
+ "disableScroll": true,
|
|
|
+ "navigationBarTitleText": "站点地图"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/order/index"
|
|
|
+ "path": "pages/order/index",
|
|
|
+ "navigationBarTitleText": "订单中心"
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/user/index"
|
|
|
+ "path": "pages/user/index",
|
|
|
+ "navigationBarTitleText": "个人中心"
|
|
|
}
|
|
|
],
|
|
|
- "subPackages": [{
|
|
|
- "root": "pages-common/",
|
|
|
- "pages": [
|
|
|
- {
|
|
|
- "path": "profile/index",
|
|
|
- "style": {
|
|
|
- "navigationStyle": "default",
|
|
|
- "navigationBarTitleText": "我的信息",
|
|
|
- "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ "subPackages": [
|
|
|
+ {
|
|
|
+ "root": "pages/z-common",
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path": "profile/index",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "default",
|
|
|
+ "navigationBarTitleText": "我的信息",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "contact/index",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "default",
|
|
|
+ "navigationBarTitleText": "联系我们",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "faq/index",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "default",
|
|
|
+ "navigationBarTitleText": "常见问题",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "fav/index",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "default",
|
|
|
+ "navigationBarTitleText": "我的收藏",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
}
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "tabBar": {
|
|
|
+ "color": "#7A7E83",
|
|
|
+ "selectedColor": "#3cc51f",
|
|
|
+ "borderStyle": "black",
|
|
|
+ "backgroundColor": "#ffffff",
|
|
|
+ "backgroundImage": "static/tabbar/bg.png",
|
|
|
+ "list": [
|
|
|
+ {
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
+ "iconPath": "static/tabbar/1.png",
|
|
|
+ "selectedIconPath": "static/tabbar/1-1.png",
|
|
|
+ "text": "首页"
|
|
|
},
|
|
|
{
|
|
|
- "path": "contact/index",
|
|
|
- "style": {
|
|
|
- "navigationStyle": "default",
|
|
|
- "navigationBarTitleText": "联系我们",
|
|
|
- "navigationBarBackgroundColor": "#ffffff"
|
|
|
- }
|
|
|
+ "pagePath": "pages/coupon/index",
|
|
|
+ "iconPath": "static/tabbar/1.png",
|
|
|
+ "selectedIconPath": "static/tabbar/1-1.png",
|
|
|
+ "text": "优惠"
|
|
|
},
|
|
|
{
|
|
|
- "path": "faq/index",
|
|
|
- "style": {
|
|
|
- "navigationStyle": "default",
|
|
|
- "navigationBarTitleText": "常见问题",
|
|
|
- "navigationBarBackgroundColor": "#ffffff"
|
|
|
- }
|
|
|
+ "pagePath": "pages/map/index",
|
|
|
+ "iconPath": "static/tabbar/2.png",
|
|
|
+ "selectedIconPath": "static/tabbar/2.png",
|
|
|
+ "text": "站点"
|
|
|
},
|
|
|
{
|
|
|
- "path": "fav/index",
|
|
|
- "style": {
|
|
|
- "navigationStyle": "default",
|
|
|
- "navigationBarTitleText": "我的收藏",
|
|
|
- "navigationBarBackgroundColor": "#ffffff"
|
|
|
- }
|
|
|
+ "pagePath": "pages/order/index",
|
|
|
+ "iconPath": "static/tabbar/3.png",
|
|
|
+ "selectedIconPath": "static/tabbar/3-1.png",
|
|
|
+ "text": "订单"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/user/index",
|
|
|
+ "iconPath": "static/tabbar/4.png",
|
|
|
+ "selectedIconPath": "static/tabbar/4-1.png",
|
|
|
+ "text": "我的"
|
|
|
}
|
|
|
]
|
|
|
- }],
|
|
|
+ },
|
|
|
"globalStyle": {
|
|
|
"navigationBarTextStyle": "black",
|
|
|
- "navigationBarTitleText": "uni-app",
|
|
|
+ "navigationBarTitleText": "洗车",
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
"backgroundColor": "#F8F8F8"
|
|
|
}
|