2 Star 18 Fork 5

javazj/bread

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.json 1.56 KB
一键复制 编辑 原始数据 按行查看 历史
javazj 提交于 2024-08-11 09:09 +08:00 . 增加 config.js 文件
{
"pages":[
"pages/index/index",
"pages/my/index",
"pages/card/index",
"pages/all-stores/index",
"pages/orders/index",
"pages/select-time/index",
"pages/add-note/index",
"pages/pay/index",
"pages/goods-details/index",
"pages/current-order/index",
"pages/order-view/index",
"pages/order-view/scan-result",
"pages/about-us/index",
"pages/about-us/detail",
"pages/user-record/index",
"pages/card-info/index"
],
"requiredPrivateInfos": [
"getLocation",
"chooseAddress",
"chooseLocation"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "",
"navigationBarTextStyle":"black"
},
"usingComponents": {
"parser":"/components/parser.20200414.min/parser",
"bind-mobile": "/components/bind-mobile/index",
"van-tabbar": "@vant/weapp/tabbar/index",
"van-tabbar-item": "@vant/weapp/tabbar-item/index",
"van-button": "@vant/weapp/button/index",
"van-icon": "@vant/weapp/icon/index",
"van-popup": "@vant/weapp/popup/index",
"van-stepper": "@vant/weapp/stepper/index",
"van-picker": "@vant/weapp/picker/index",
"van-notice-bar": "@vant/weapp/notice-bar/index",
"van-skeleton": "@vant/weapp/skeleton/index",
"van-search": "@vant/weapp/search/index",
"van-dialog": "@vant/weapp/dialog/index",
"van-datetime-picker": "@vant/weapp/datetime-picker/index"
},
"permission": {
"scope.userLocation": {
"desc": "获取离你最近的门店"
}
},
"sitemapLocation": "sitemap.json"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/javazj/bread.git
git@gitee.com:javazj/bread.git
javazj
bread
bread
main

搜索帮助