0 Star 0 Fork 94

kellin/相亲小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 3.23 KB
一键复制 编辑 原始数据 按行查看 历史
1099264057@qq,com 提交于 2022-03-13 19:49 . 1
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/index/index",
"style": {
// "navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTitleText": "寻缘日记",
"enablePullDownRefresh": true,
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#fe3ea5", //小圈圈的颜色
"style": "circle" //小圈圈的样式
}
}
}
}
,{
"path" : "pages/discover/discover",
"style" :
{
"navigationBarTitleText": "发现",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/vip/vip",
"style" :
{
"navigationBarTitleText": "高端定制",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/message/message",
"style" :
{
"navigationBarTitleText": "消息",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/center/center",
"style" :
{
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "World",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#ffffff"
},
"tabBar": {
"color": "#909399",
"selectedColor": "#fe3ea5",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/index.png",
"selectedIconPath": "static/tabbar/index-selected.png",
"text": "首页"
},
{
"pagePath": "pages/discover/discover",
"iconPath": "static/tabbar/discover.png",
"selectedIconPath": "static/tabbar/discover-selected.png",
"text": "发现"
},
{
"pagePath": "pages/vip/vip",
"iconPath": "static/tabbar/vip.png",
"selectedIconPath": "static/tabbar/vip-selected.png",
"text": "高端定制"
},
{
"pagePath": "pages/message/message",
"iconPath": "static/tabbar/message.png",
"selectedIconPath": "static/tabbar/message-selected.png",
"text": "消息"
},
{
"pagePath": "pages/center/center",
"iconPath": "static/tabbar/center.png",
"selectedIconPath": "static/tabbar/center-selected.png",
"text": "我的"
}]
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/kellin/source-love.git
git@gitee.com:kellin/source-love.git
kellin
source-love
相亲小程序
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385