纸通宝商家版本的小程序,原生微信开发。
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.
 

30 lines
853 B

{
"pages": [
"pages/login/index",
"pages/merchant/index",
"pages/station/index",
"pages/process/station-create/index",
"pages/process/order-appointment/index",
"pages/process/order-list/index",
"pages/process/order-info/index",
"pages/process/station-info/index",
"pages/process/store-info/index",
"pages/home/city-select/index",
"pages/html/agreement/index"
],
"permission": {
"scope.userLocation": {
"desc": "您的位置信息将用于获取您所在城市的最新纸厂和打包站信息。"
}
},
"window": {
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTitleText": "",
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
},
"usingComponents": {
"cu-custom": "/colorui/components/cu-custom"
},
"sitemapLocation": "sitemap.json"
}