加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
范文程 提交于 2024-10-28 20:32 . Initial Commit
{
"pages":[
"pages/index/index",
"pages/detail/detail",
"pages/wode/wode",
"pages/cart/cart",
"pages/logs/logs",
"pages/address/address",
"pages/register/register",
"pages/orders/orders",
"pages/login/login"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle":"black",
"navigationBarTitleText": "商城"
},
"networkTimeout": {
"request": 10000
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"server": {
"request": {
"domain": "localhost:3000"
}
},
"tabBar": {
"color": "#929292",
"backgroundColor": "#ffffff",
"selectedColor": "#69C3AA",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "image/shouye1.png",
"selectedIconPath": "image/shouye.png"
},
{
"pagePath": "pages/cart/cart",
"text": "购物车",
"iconPath": "image/car1.png",
"selectedIconPath": "image/car.png"
},
{
"pagePath": "pages/wode/wode",
"text": "我的",
"iconPath": "image/wode1.png",
"selectedIconPath": "image/wode.png"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化