Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
app.json 1.23 KB
Copy Edit Raw Blame History
贺小平 authored 2022-03-29 19:48 . 版本新需求
{
"pages": [
"pages/home/home",
"pages/carbonbean/carbonbean",
"pages/riderorder/riderorder",
"pages/contactus/contactus",
"pages/history/history",
"pages/index/index",
"pages/information/information",
"pages/article/article",
"pages/riderorderdetail/riderorderdetail",
"pages/moneyrecord/moneyrecord",
"pages/usermoney/usermoney",
"pages/ridermine/ridermine",
"pages/riderLogin/riderLogin",
"pages/address/address",
"pages/add/add",
"pages/editaddress/editaddress",
"pages/mine/mine",
"pages/angel/angel",
"pages/complete/complete",
"pages/aboutus/aboutus",
"pages/order/order",
"pages/feedback/feedback",
"pages/logs/logs",
"pages/sell/sell",
"pages/qrcode/qrcode",
"pages/ridernavigation/ridernavigation",
"pages/sellsingle/sellsingle",
"pages/selldetail/selldetail"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "鲸碳",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"disableScroll": true,
"permission": {
"scope.userLocation": {
"desc": "请让我获取位置,否则无法进行后续操作!!"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化