1 Star 2 Fork 0

铁板牛牛/自习室座位自助预定微信小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
{
"pages": [
"pages/home/index",
"pages/index/index",
"pages/space/index",
"pages/detail/index",
"pages/order/index",
"pages/logs/logs",
"pages/discover/index",
"pages/login/index",
"pages/mine/index",
"pages/make/index",
"pages/book/timeForm",
"pages/book/seat",
"pages/book/detail",
"pages/mine/preorder",
"pages/mine/coupon",
"pages/mine/stuff",
"pages/mine/income",
"pages/mine/score",
"pages/vipcode/index",
"pages/space/ad",
"pages/CardRoll/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"resolveAlias": {
"~/*": "/*",
"@utils/*": "utils/*",
"@config/*": "config/*",
"@vant/*": "miniprogram_npm/@vant/*"
},
"requiredPrivateInfos": [
"getLocation"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"tabBar": {
"custom": true,
"list": [
{
"pagePath": "pages/home/index",
"text": "首页"
},
{
"pagePath": "pages/discover/index",
"text": "发现"
},
{
"pagePath": "pages/CardRoll/index",
"text": "预约"
},
{
"pagePath": "pages/mine/index",
"text": "我的"
}
]
},
"usingComponents": {
"van-icon": "@vant/weapp/icon",
"van-toast": "@vant/weapp/toast/index",
"van-notify": "@vant/weapp/notify/index"
},
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lcstudio/seniorspace.git
git@gitee.com:lcstudio/seniorspace.git
lcstudio
seniorspace
自习室座位自助预定微信小程序
master

搜索帮助