101 lines
1.7 KiB
JSON
101 lines
1.7 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/home/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/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "uni-app"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "珠宝商城",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#999",
|
|
"selectedColor": "#e4393c",
|
|
"backgroundColor": "#fff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/index",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/cart/index",
|
|
"text": "购物车"
|
|
},
|
|
{
|
|
"pagePath": "pages/mold/index",
|
|
"text": "版房"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/index",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|