加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.json 2.17 KB
一键复制 编辑 原始数据 按行查看 历史
hjy1234123 提交于 2021-03-29 13:17 . Init projects
{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/userinfo/userinfo",
"pages/details/details",
"pages/list/list",
"pages/specialType/specialType",
"pages/specialType2/specialType2",
"pages/meetingList/meetingList",
"pages/specialList/specialList",
"pages/specialIndex/specialIndex",
"pages/specialDetail/specialDetail",
"pages/myBaseInfo/myBaseInfo",
"pages/myBacklogs/myBacklogs",
"pages/mySpecials/mySpecials",
"pages/mySpecialList/mySpecialList",
"pages/mySpecialDetails/mySpecialDetails",
"pages/search/search",
"pages/webview/webview",
"pages/placard/placard",
"pages/about/about"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#cc1815",
"navigationBarTitleText": "上研党建云",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
},
"usingComponents": {
"i-load-more": "/dist/load-more/index",
"i-toast": "/dist/toast/index",
"i-modal": "/dist/modal/index",
"i-action-sheet": "/dist/action-sheet/index",
"i-button": "/dist/button/index",
"i-notice-bar": "/dist/notice-bar/index"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#cc1815",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/icon_component.png",
"selectedIconPath": "images/icon_component_HL.png",
"text": "首页"
},
{
"pagePath": "pages/specialType2/specialType2",
"iconPath": "images/fenlei-select.png",
"selectedIconPath": "images/fenlei.png",
"text": "最新信息"
},
{
"pagePath": "pages/userinfo/userinfo",
"iconPath": "images/user.png",
"selectedIconPath": "images/user-select.png",
"text": "我的"
}
]
},
"networkTimeout": {
"request": 60000,
"downloadFile": 60000
},
"debug": true,
"navigateToMiniProgramAppIdList": [
"wxe5f52902cf4de896"
],
"plugins": {
"htmltowxml": {
"version": "1.4.0",
"provider": "wxa51b9c855ae38f3c"
}
},
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化