136 lines
2.7 KiB
JSON
136 lines
2.7 KiB
JSON
{
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "首页"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/order/order",
|
||
"style": {
|
||
"navigationBarTitleText": "订单"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/shop_cart/shop_cart",
|
||
"style": {
|
||
"navigationBarTitleText": "购物车"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/my/my",
|
||
"style": {
|
||
"navigationBarTitleText": "我的"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/login/login",
|
||
"style": {
|
||
"navigationBarTitleText": "授权登录"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/login/fastLogin",
|
||
"style": {
|
||
"navigationBarTitleText": "登录"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/login/mobileLogin",
|
||
"style": {
|
||
"navigationBarTitleText": "手机号登录/注册"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/signin/signin",
|
||
"style": {
|
||
"navigationBarTitleText": "签到"
|
||
}
|
||
},
|
||
{
|
||
// 隐私协议
|
||
"path": "pages/server_explan/server_explan"
|
||
},
|
||
{
|
||
"path": "pages/store/choose_store",
|
||
"style": {
|
||
"navigationBarTitleText": "选择门店"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/store/store",
|
||
"style": {
|
||
"navigationBarTitleText": "门店"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/shop/shop",
|
||
"style": {
|
||
"navigationBarTitleText": "商品详情"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/order_now/order_now",
|
||
"style": {
|
||
"navigationBarTitleText": "确认订单"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/order_details/order_details",
|
||
"style": {
|
||
"navigationBarTitleText": "订单详情"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/refund/refund",
|
||
"style": {
|
||
"navigationBarTitleText": "退款"
|
||
}
|
||
}
|
||
],
|
||
"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"
|
||
}
|
||
}
|
||
}
|