72 lines
1.7 KiB
JSON
72 lines
1.7 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/mt/register",
|
|
"pages/mt/login",
|
|
"pages/mt/index",
|
|
"pages/exchange/index",
|
|
"pages/product/detail",
|
|
"pages/product/Pay",
|
|
"pages/order/index",
|
|
"pages/my/index",
|
|
"pages/product/paying",
|
|
"pages/activity/index",
|
|
"pages/outline/index",
|
|
"pages/product/overpay",
|
|
"pages/turntable/index",
|
|
"pages/my/prizes",
|
|
"pages/scap/index",
|
|
"pages/around/index",
|
|
"pages/answer/index",
|
|
"pages/answer/inner",
|
|
"pages/qz/index",
|
|
"pages/award/index",
|
|
"pages/redeem/index",
|
|
"pages/scap/scratch",
|
|
"pages/login/index",
|
|
"pages/mt/preferential",
|
|
"pages/mt/preferential2",
|
|
"pages/mt/order",
|
|
"pages/mt/pay",
|
|
"pages/mt/redm",
|
|
"pages/mt/over"
|
|
],
|
|
"subPackages": [],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"navigationStyle": "custom"
|
|
},
|
|
"tabBar": {
|
|
"borderStyle": "white",
|
|
"backgroundColor": "#fff",
|
|
"color": "#E2E2E2",
|
|
"selectedColor": "#250063",
|
|
"list": [
|
|
{
|
|
"text": "首页",
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "static/home.png",
|
|
"selectedIconPath": "static/home1.png"
|
|
},
|
|
{
|
|
"text": "订单",
|
|
"pagePath": "pages/order/index",
|
|
"iconPath": "static/order.png",
|
|
"selectedIconPath": "static/order1.png"
|
|
},
|
|
{
|
|
"text": "我的",
|
|
"pagePath": "pages/my/index",
|
|
"iconPath": "static/my.png",
|
|
"selectedIconPath": "static/my1.png"
|
|
}
|
|
]
|
|
},
|
|
"permission": {},
|
|
"usingComponents": {
|
|
"ywatermark": "/components/Ywatermark"
|
|
}
|
|
} |