1 Star 0 Fork 1

赵登云 / uniapp商城

forked from djpeng135 / uniapp商城 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.79 KB
一键复制 编辑 原始数据 按行查看 历史
djpeng135 提交于 2022-10-02 16:56 . 1st commit
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
}
}
,{
"path" : "pages/cart/cart",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/member/member",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/goods/goods",
"style" :
{
"navigationBarTitleText": "商品列表",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/contact/contact",
"style" :
{
"navigationBarTitleText": "关于我们",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/pics/pics",
"style" :
{
"navigationBarTitleText": "社区图片",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/news/news",
"style" :
{
"navigationBarTitleText": "资讯",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/video/video",
"style" :
{
"navigationBarTitleText": "学习视频",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/newsdetail/newsdetail",
"style" :
{
"navigationBarTitleText": "详情",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/goodsdetail/goodsdetail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "app商城",
"navigationBarBackgroundColor": "#b50e03",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
"selectedColor": "#b50e03",
"color": "#ccc",
"list": [
{
"text": "首页",
"pagePath": "pages/index/index",
"iconPath": "static/icon/home.png",
"selectedIconPath": "static/icon/home-active.png"
},
{
"text": "资讯",
"pagePath": "pages/news/news",
"iconPath": "static/icon/news.png",
"selectedIconPath": "static/icon/news-active.png"
},
{
"text": "购物车",
"pagePath": "pages/cart/cart",
"iconPath": "static/icon/cart.png",
"selectedIconPath": "static/icon/cart-active.png"
},
{
"text": "会员",
"pagePath": "pages/member/member",
"iconPath": "static/icon/member.png",
"selectedIconPath": "static/icon/member-active.png"
}
]
}
}
1
https://gitee.com/zhaodengyun/uniapp-mall.git
git@gitee.com:zhaodengyun/uniapp-mall.git
zhaodengyun
uniapp-mall
uniapp商城
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891