1 Star 0 Fork 1

张康/miniprogram-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
{
"pages": [
"pages/unitCheck/unitCheck",
"pages/orderList/orderList",
"pages/dataStatis/dataStatis",
"pages/personInfo/personInfo",
"pages/taskDetail/taskDetail",
"pages/orderDetail/orderDetail"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"tabBar": {
"custom": true,
"color": "#666666",
"selectedColor": "#1989FA",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/unitCheck/unitCheck",
"text": "单位自查"
},
{
"pagePath": "pages/orderList/orderList",
"text": "工单列表"
},
{
"pagePath": "pages/dataStatis/dataStatis",
"text": "数据统计"
},
{
"pagePath": "pages/personInfo/personInfo",
"text": "个人信息"
}
]
},
"usingComponents": {
"navBar": "./components/navBar/navBar"
},
"lazyCodeLoading": "requiredComponents",
"sitemapLocation": "sitemap.json",
"resolveAlias": {
"@/*": "/*"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kk_ah/miniprogram-template.git
git@gitee.com:kk_ah/miniprogram-template.git
kk_ah
miniprogram-template
miniprogram-template
master

搜索帮助