Ai
1 Star 0 Fork 1

lait.zhang/霸王餐系统搭建,霸王餐独立小程序双资源搭载标准化二级分销模式

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
xsss1072 提交于 2024-06-20 10:00 +08:00 . js
{
"pages": [
"pages/index/index",
"pages/detail/detail",
"pages/detail/enroll",
"pages/my/my",
"pages/my/order",
"pages/my/withdraw",
"pages/my/records",
"pages/my/team",
"pages/my/income",
"pages/my/share",
"pages/search/search",
"pages/my/fill",
"pages/my/mentor",
"pages/my/interest",
"pages/my/contact",
"pages/my/set",
"pages/my/setName"
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "霸王餐",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#fff"
},
"tabBar": {
"color": "#ADACB1",
"selectedColor": "#FE7E01",
"borderStyle": "black",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/icon/nav01.png",
"selectedIconPath": "static/icon/nav02.png",
"text": "首页"
},
{
"pagePath": "pages/my/my",
"iconPath": "static/icon/nav03.png",
"selectedIconPath": "static/icon/nav04.png",
"text": "我的"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "您的位置信息将仅用于获取您与商家的距离"
}
},
"requiredPrivateInfos": [
"getLocation",
"chooseLocation"
],
"embeddedAppIdList": [
"wxde8ac0a21135c07d",
"wxece3a9a4c82f58c9"
],
"usingComponents": {
"goods": "/components/goods/goods"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tasfe/20009.git
git@gitee.com:tasfe/20009.git
tasfe
20009
霸王餐系统搭建,霸王餐独立小程序双资源搭载标准化二级分销模式
master

搜索帮助