90 lines
2.0 KiB
JSON
90 lines
2.0 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/shop/shop",
|
|
"style": {
|
|
"navigationBarTitleText": "商品",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/shop_cart/shop_cart",
|
|
"style": {
|
|
"navigationBarTitleText": "购物车",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/pay/pay",
|
|
"style": {
|
|
"navigationBarTitleText": "扫码付款",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/wait/wait",
|
|
"style": {
|
|
"navigationBarTitleText": "单号",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/finish/finish",
|
|
"style": {
|
|
"navigationBarTitleText": "单号",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
],
|
|
// "tabBar": {
|
|
// "color": "#ABB0C2",
|
|
// "selectedColor": "#254062",
|
|
// "borderStyle": "black",
|
|
// "list": [
|
|
// {
|
|
// "pagePath": "pages/index/index",
|
|
// "iconPath": "/static/tabbar/tab_home.png",
|
|
// "selectedIconPath": "/static/tabbar/tab_home_s.png",
|
|
// "text": "首页"
|
|
// },
|
|
// {
|
|
// "pagePath": "pages/order/order",
|
|
// "iconPath": "/static/tabbar/tab_order.png",
|
|
// "selectedIconPath": "/static/tabbar/tab_order_s.png",
|
|
// "text": "订单"
|
|
// },
|
|
// {
|
|
// "pagePath": "pages/shop_cart/shop_cart",
|
|
// "iconPath": "/static/tabbar/tab_cart.png",
|
|
// "selectedIconPath": "/static/tabbar/tab_cart_s.png",
|
|
// "text": "购物车"
|
|
// },
|
|
// {
|
|
// "pagePath": "pages/my/my",
|
|
// "iconPath": "/static/tabbar/tab_my.png",
|
|
// "selectedIconPath": "/static/tabbar/tab_my_s.png",
|
|
// "text": "我的"
|
|
// }
|
|
// ]
|
|
// },
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "煎饼",
|
|
"navigationBarBackgroundColor": "#FFF",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
"^u-(.*)": "@/components/uview-ui/components/u-$1/u-$1.vue"
|
|
}
|
|
}
|
|
}
|