加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.json 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
gavinsir 提交于 2022-05-23 12:27 . 慧勤务小程序代码
{
"pages": [
"pages/index/index",
"pages/detail/detail",
"pages/todo/todo",
"pages/add/add",
"pages/detailother/detailother",
"pages/dealwithDetail/dealwithDetail",
"components/permissions/permissions",
"pages/share/share"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "成都高新区城运慧勤务平台",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"plugins": {
"WechatSI": {
"version": "0.3.5",
"provider": "wx069ba97219f66d99"
}
},
"usingComponents": {
"van-row": "@vant/weapp/row/index",
"van-col": "@vant/weapp/col/index",
"van-popup": "@vant/weapp/popup/index",
"van-field": "@vant/weapp/field/index",
"van-cell": "@vant/weapp/cell/index",
"van-cell-group": "@vant/weapp/cell-group/index",
"van-icon": "@vant/weapp/icon/index",
"van-uploader": "@vant/weapp/uploader/index",
"van-button": "@vant/weapp/button/index",
"van-tag": "@vant/weapp/tag/index",
"van-picker": "@vant/weapp/picker/index",
"van-datetime-picker": "@vant/weapp/datetime-picker/index",
"van-tabs": "@vant/weapp/tabs/index",
"van-tab": "@vant/weapp/tab/index",
"van-dialog": "@vant/weapp/dialog/index",
"van-action-sheet": "@vant/weapp/action-sheet/index",
"van-toast": "@vant/weapp/toast/index",
"van-image": "@vant/weapp/image/index"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化