1 Star 0 Fork 12

cgb-opensource/wms-wx

forked from LinDazi/wms-wx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
fcba 提交于 2021-11-22 20:57 . 根据joolun开源代码修改
{
"pages": [
"pages/home/index",
"pages/base/search/index",
"pages/goods/goods-category/index",
"pages/goods/goods-list/index",
"pages/goods/goods-detail/index",
"pages/shopping-cart/index",
"pages/order/order-confirm/index",
"pages/order/order-list/index",
"pages/order/order-detail/index",
"pages/user/user-center/index",
"pages/user/user-address/list/index",
"pages/user/user-address/form/index"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"tabBar": {
"backgroundColor": "#ffffff",
"color": "#484848",
"selectedColor": "#000",
"list": [
{
"pagePath": "pages/home/index",
"iconPath": "public/img/1-001.png",
"selectedIconPath": "public/img/1-002.png",
"text": "首页"
},
{
"pagePath": "pages/goods/goods-category/index",
"iconPath": "public/img/2-001.png",
"selectedIconPath": "public/img/2-002.png",
"text": "分类"
},
{
"pagePath": "pages/shopping-cart/index",
"iconPath": "public/img/3-001.png",
"selectedIconPath": "public/img/3-002.png",
"text": "购物车"
},
{
"pagePath": "pages/user/user-center/index",
"iconPath": "public/img/4-001.png",
"selectedIconPath": "public/img/4-002.png",
"text": "我的"
}
]
},
"usingComponents": {
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cgb-opensource/wms-wx.git
[email protected]:cgb-opensource/wms-wx.git
cgb-opensource
wms-wx
wms-wx
master

搜索帮助