You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
608 B
23 lines
608 B
{
|
|
"pages": [
|
|
"pages/mall/shops/index",
|
|
"pages/index/index",
|
|
"pages/mall/search-list/index",
|
|
"pages/mall/order-list/index",
|
|
"pages/mall/order-info/index",
|
|
"pages/mall/order-offer/index",
|
|
"pages/mall/order-result/index",
|
|
"pages/mall/order-detail/index",
|
|
"pages/home/password/index"
|
|
],
|
|
"window": {
|
|
"navigationBarBackgroundColor": "#009EE0",
|
|
"navigationBarTitleText": "",
|
|
"navigationStyle": "custom",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"usingComponents": {
|
|
"cu-custom": "/colorui/components/cu-custom"
|
|
},
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|