109 lines
2.1 KiB
JSON
109 lines
2.1 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "珠宝商城"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/product/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "商品详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/cart/index",
|
|
"style": {
|
|
"navigationBarTitleText": "购物车"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/order/submit",
|
|
"style": {
|
|
"navigationBarTitleText": "提交订单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/order/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "订单详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/order/list",
|
|
"style": {
|
|
"navigationBarTitleText": "我的订单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mold/index",
|
|
"style": {
|
|
"navigationBarTitleText": "版房专区"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/calculator/index",
|
|
"style": {
|
|
"navigationBarTitleText": "钻戒计算器"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/address/index",
|
|
"style": {
|
|
"navigationBarTitleText": "收货地址"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/index",
|
|
"style": {
|
|
"navigationBarTitleText": "登录"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "珠宝商城",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#999",
|
|
"selectedColor": "#e4393c",
|
|
"backgroundColor": "#fff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "static/tab/home.png",
|
|
"selectedIconPath": "static/tab/home_s.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/mold/index",
|
|
"iconPath": "static/tab/model_house.png",
|
|
"selectedIconPath": "static/tab/model_house_s.png",
|
|
"text": "版房"
|
|
},
|
|
{
|
|
"pagePath": "pages/cart/index",
|
|
"iconPath": "static/tab/car.png",
|
|
"selectedIconPath": "static/tab/car_s.png",
|
|
"text": "购物车"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/index",
|
|
"iconPath": "static/tab/me.png",
|
|
"selectedIconPath": "static/tab/me_s.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|