2 Star 2 Fork 0

Liugx/meet-applet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 2.84 KB
一键复制 编辑 原始数据 按行查看 历史
Liugx 提交于 2022-03-03 21:51 +08:00 . 更新了一丢丢
{
"pages": [
"pages/login/login",
"pages/detail/detail",
"pages/index/index",
"pages/chat/index",
"pages/user/index",
"pages/search/index",
"pages/logs/logs"
],
"subPackages": [
{
"root": "pages/packController",
"pages": [
"org/org",
"meetManage/meetManage",
"meetEdit/meetEdit",
"meetApply/meetApply",
"meetAudit/meetAudit",
"userManage/userManage",
"sign/sign"
]
},
{
"root": "pages/packageA",
"pages": [
"userOrg/userOrg",
"userDetail/userDetail",
"userFace/userFace",
"userOrder/userOrder",
"userBook/userBook",
"userOrderApply/userOrderApply",
"userCheckStatus/userCheckStatus"
]
}
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#5c8fff",
"navigationBarTitleText": "会议室预约系统",
"navigationBarTextStyle": "white",
"navigationStyle": "custom"
},
"tabBar": {
"color": "#8a8a8a",
"selectedColor": "#5c8fff",
"backgroundColor": "",
"position": "bottom",
"borderStyle": "black",
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "./icons/index.png",
"selectedIconPath": "./icons/index-s.png"
},
{
"pagePath": "pages/search/index",
"text": "分类",
"iconPath": "./icons/category.png",
"selectedIconPath": "./icons/category-s.png"
},
{
"pagePath": "pages/chat/index",
"text": "日程",
"iconPath": "./icons/chat.png",
"selectedIconPath": "./icons/chat-s.png"
},
{
"pagePath": "pages/user/index",
"text": "我的",
"iconPath": "./icons/my.png",
"selectedIconPath": "./icons/my-s.png"
}
]
},
"sitemapLocation": "sitemap.json",
"usingComponents": {
"van-button": "@vant/weapp/button/index",
"van-icon": "@vant/weapp/icon/index",
"van-picker": "@vant/weapp/picker/index",
"van-popup": "@vant/weapp/popup/index",
"van-cell": "@vant/weapp/cell/index",
"van-cell-group": "@vant/weapp/cell-group/index",
"van-image": "@vant/weapp/image/index",
"van-search": "@vant/weapp/search/index",
"van-card": "@vant/weapp/card/index",
"van-grid": "@vant/weapp/grid/index",
"van-grid-item": "@vant/weapp/grid-item/index",
"van-divider": "@vant/weapp/divider/index",
"van-row": "@vant/weapp/row/index",
"van-col": "@vant/weapp/col/index",
"van-tag": "@vant/weapp/tag/index",
"van-radio": "@vant/weapp/radio/index",
"van-radio-group": "@vant/weapp/radio-group/index",
"navbar": "/pages/components/navbar/index",
"van-toast": "@vant/weapp/toast/index",
"van-dialog": "@vant/weapp/dialog/index"
},
"functionalPages": {
"independent": true
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/iliugx/meet-applet.git
[email protected]:iliugx/meet-applet.git
iliugx
meet-applet
meet-applet
master

搜索帮助