1 Star 0 Fork 26

athmoon/淘客返利商城

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 4.30 KB
一键复制 编辑 原始数据 按行查看 历史
二号小先生 提交于 2022-04-25 23:26 . 登录注册相关页面
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app",
//#ifdef APP || H5 || MP-WEIXIN
"navigationStyle": "custom",//取消系统导航栏
//#endif
"enablePullDownRefresh":true ,//下拉刷新
"onReachBottomDistance":50 ,// 上拉触底的单位,单位为px
"app-plus":{
"navigationStyle":"custom",
"navigationBarTextStyle":"white"
}
}
}
,{
"path" : "pages/takeout/takeout",
"style" :
{
"navigationBarTitleText": "外卖",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/discover/discover",
"style" :
{
"navigationBarTitleText": "发现",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/person/person",
"style" :
{
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false,
"app-plus":{
"titleNView":{
"titleColor": "#fff",
"backgroundColor": "#007AFF"
}
}
}
}
,{
"path" : "pages/search/search",
"style" :
{
"navigationBarTitleText": "搜索",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/show/show",
"style" :
{
"navigationBarTitleText": "商品详情",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/login/login",
"style" :
{
"navigationStyle": "custom",//取消系统导航栏
"enablePullDownRefresh": false
}
},{
"path" : "pages/login/register",
"style" :
{
"navigationStyle": "custom",//取消系统导航栏
"enablePullDownRefresh": false
}
},{
"path" : "pages/login/forget",
"style" :
{
"navigationStyle": "custom",//取消系统导航栏
"enablePullDownRefresh": false
}
},{
"path" : "pages/login/agreement",
"style" :
{
"navigationStyle": "custom",//取消系统导航栏
"enablePullDownRefresh": false
}
}
],
"tabBar": {
"color": "#333333",
"selectedColor": "#FE3A33",
"borderStyle": "black",
"backgroundColor": "#FFFFFF",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabBar/home.png",
"selectedIconPath": "static/tabBar/homeActive.png",
"text": "首页"
},
{
"pagePath": "pages/takeout/takeout",
"iconPath": "static/tabBar/classify.png",
"selectedIconPath": "static/tabBar/classifyActive.png",
"text": "外卖"
},
{
"pagePath": "pages/discover/discover",
"iconPath": "static/tabBar/goods.png",
"selectedIconPath": "static/tabBar/goodsActive.png",
"text": "发现"
}, {
"pagePath": "pages/person/person",
"iconPath": "static/tabBar/mine.png",
"selectedIconPath": "static/tabBar/mineActive.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/athmoon/taoke-shop.git
git@gitee.com:athmoon/taoke-shop.git
athmoon
taoke-shop
淘客返利商城
master

搜索帮助