1 Star 3 Fork 6

Mavin / mall-thorui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.77 KB
一键复制 编辑 原始数据 按行查看 历史
Mavin 提交于 2020-05-18 23:41 . init
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/mall/mall/mall",
"style": {
// #ifdef H5
"titleNView": false,
// #endif
"navigationBarTitleText": "商城",
"navigationBarBackgroundColor":"#E41F19",
"navigationBarTextStyle":"white"
}
},
{
"path": "pages/index/index1",
"style": {
"navigationBarTitleText": "uni-app"
}
},
{
"path": "pages/index/index2",
"style": {
"navigationBarTitleText": "uni-app"
}
},
{
"path": "pages/mall/my/my",
"style": {
"navigationBarTitleText": "uni-app",
"titleNView":false
}
},
{
"path": "pages/mall/classify/classify",
"style": {
"navigationBarTitleText": "分类",
"navigationBarBackgroundColor":"#E41F19",
"navigationBarTextStyle":"white"
}
},
{
"path": "pages/mall/classify1/classify1",
"style": {
"navigationBarTitleText": "分类",
"navigationBarBackgroundColor":"#E41F19",
"navigationBarTextStyle":"white"
}
},
{
"path": "pages/mall/shopcart/shopcart",
"style": {
"navigationBarTitleText": "购物车",
"navigationBarBackgroundColor":"#E41F19",
"navigationBarTextStyle":"white"
}
},
{
"path": "pages/mall/search/search",
"style": {
// #ifdef H5
"titleNView":false,
// #endif
// #ifdef APP-PLUS
"titleNView":true,
// #endif
"navigationBarTitleText": "搜索商品",
"navigationBarBackgroundColor":"#E41F19",
"navigationBarTextStyle":"white"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"easycom": {
"autoscan": true,
"custom": {
"tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
}
},
"tabBar": {
"color": "#666666",
"selectedColor": "#E41F19",
"backgroundColor": "#FFFFFF",
"list": [{
"pagePath": "pages/mall/mall/mall",
"text": "首页",
"iconPath": "static/images/tabbar/home.png",
"selectedIconPath": "static/images/tabbar/home_a.png"
},
{
"pagePath": "pages/mall/classify/classify",
"text": "分类",
"iconPath": "static/images/tabbar/category.png",
"selectedIconPath": "static/images/tabbar/category_a.png"
},
{
"pagePath": "pages/mall/shopcart/shopcart",
"text": "购物车",
"iconPath": "static/images/tabbar/cart.png",
"selectedIconPath": "static/images/tabbar/cart_a.png"
}
,
{
"pagePath": "pages/mall/my/my",
"text": "我的",
"iconPath": "static/images/tabbar/mine.png",
"selectedIconPath": "static/images/tabbar/mine_a.png"
}
]
}
}
NodeJS
1
https://gitee.com/manmandie/mall-thorui.git
git@gitee.com:manmandie/mall-thorui.git
manmandie
mall-thorui
mall-thorui
master

搜索帮助