1 Star 0 Fork 54

jxl/ibaleine-weapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 2.41 KB
一键复制 编辑 原始数据 按行查看 历史
leiyingkang 提交于 2021-10-27 18:59 . 确认订单页面
{
"pages": [
"pages/index/index",
"pages/classify/index",
"pages/discover/index",
"pages/shopping-cart/index",
"pages/mine/index",
"biz-component/coupon/index"
],
"subpackages": [
{
"root": "pagesAuthority",
"pages": [
"login/index",
"switch-account/index",
"reset-pwd/index"
]
},
{
"root": "pagesGoods",
"pages": [
"detail/index"
]
},
{
"root": "pagesMine",
"pages": [
"upgrade/index",
"notice/index",
"notice/detail/index",
"setting/index",
"about/index",
"address/list/index",
"address/add-edit/index"
]
},
{
"root": "pagesOrder",
"pages": [
"confirm/index",
"discount-coupon/index"
]
}
],
"usingComponents": {
"page": "./component/page/index",
"paging": "./component/paging/index",
"t-nav-bar": "./itriton/nav-bar/index",
"t-divider": "./itriton/divider/index"
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#DCAA6B",
"navigationBarTitleText": "智鲸云商城",
"navigationBarTextStyle": "white",
"backgroundColor": "#f5f5f5"
},
"tabBar": {
"backgroundColor": "#FFFFFF",
"borderStyle": "white",
"selectedColor": "#333333",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/tabs/home_unselected.png",
"selectedIconPath": "images/tabs/home_selected.png",
"text": "首页"
},
{
"pagePath": "pages/classify/index",
"iconPath": "images/tabs/classify_unselected.png",
"selectedIconPath": "images/tabs/classify_selected.png",
"text": "分类"
},
{
"pagePath": "pages/discover/index",
"iconPath": "images/tabs/discover_unselected.png",
"selectedIconPath": "images/tabs/discover_selected.png",
"text": "发现"
},
{
"pagePath": "pages/shopping-cart/index",
"iconPath": "images/tabs/shoppingcart_unselected.png",
"selectedIconPath": "images/tabs/shoppingcart_selected.png",
"text": "购物车"
},
{
"pagePath": "pages/mine/index",
"iconPath": "images/tabs/mine_unselected.png",
"selectedIconPath": "images/tabs/mine_selected.png",
"text": "我的"
}
]
},
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/jxl2023/ibaleine-weapp.git
git@gitee.com:jxl2023/ibaleine-weapp.git
jxl2023
ibaleine-weapp
ibaleine-weapp
master

搜索帮助