加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
solitude777 提交于 2020-11-24 17:48 . cc
{
"pages":[
"pages/index/index",
"pages/index/bookDetail/bookDetail",
"pages/allgoods/allgoods",
"pages/allgoods/category/index",
"pages/allgoods/goods_list/index",
"pages/shopcart/shopcart",
"pages/shopcart/createOrder/createOrder",
"pages/shopcart/orderdetails/orderdetails",
"pages/user/user",
"pages/user/userMess/userMess",
"pages/user/allForm/allForm",
"pages/user/password/password",
"pages/user/personal/personal",
"pages/user/address/address",
"pages/logs/logs",
"pages/search/index"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fc9d9a",
"navigationBarTitleText": "庭前书斋",
"navigationBarTextStyle":"white"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"tabBar":{
"color":"#666",
"selectedColor":"#fc9d9a",
"backgroundColor":"#fafafa",
"list":[
{
"pagePath":"pages/index/index",
"iconPath":"img/shouyeA.png",
"selectedIconPath":"img/shouyeA4.png",
"text":"首页"
},
{
"pagePath":"pages/allgoods/allgoods",
"iconPath":"img/faxianB.png",
"selectedIconPath":"img/faxianB4.png",
"text":"全部商品"
},
{
"pagePath":"pages/shopcart/shopcart",
"iconPath":"img/gouwucheA.png",
"selectedIconPath":"img/gouwucheA4.png",
"text":"购物车"
},
{
"pagePath":"pages/user/user",
"iconPath":"img/putongyonghuA.png",
"selectedIconPath":"img/putongyonghuA4.png",
"text":"我的"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化