加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 4.46 KB
一键复制 编辑 原始数据 按行查看 历史
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录"
// "enablePullDownRefresh": true
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "暖寻",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/lost/lost",
"style" :
{
"navigationBarTitleText": "寻失物",
"enablePullDownRefresh": true
}
},
{
"path" : "pages/add/add",
"style" :
{
"navigationBarTitleText": "发布信息",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/find/find",
"style" :
{
"navigationBarTitleText": "寻失主",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/people/people",
"style" :
{
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/goods-detail/goods-detail",
"style" :
{
"navigationBarTitleText": "物品详细信息",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/finds-detail/finds-detail",
"style" :
{
"navigationBarTitleText": "待招领物品",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/about-me/about-me",
"style" :
{
"navigationBarTitleText": "关于我们",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/upload-lost/upload-lost",
"style" :
{
"navigationBarTitleText": "发表寻物启事",
"enablePullDownRefresh": false
}
},
{
"path": "pages/register/register",
"style": {
"navigationBarTitleText": "用户注册",
"enablePullDownRefresh": true
}
},
{
"path": "pages/forget/forget",
"style": {
"navigationBarTitleText": "忘记密码",
"enablePullDownRefresh": true
}
},
{
"path": "pages/agree/agree",
"style": {
"navigationBarTitleText": "用户协议",
"enablePullDownRefresh": true
}
},
{
"path": "pages/hideAgree/hideAgree",
"style": {
"navigationBarTitleText": "用户隐私协议",
"enablePullDownRefresh": true
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "暖寻",
"navigationBarBackgroundColor": "#87CEFF",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"selectedColor":"#87CEFF",
"color":"#C0C0C0",
"list": [
{
"text":"首页",
"pagePath":"pages/index/index",
"iconPath":"static/icon/home.png",
"selectedIconPath":"static/icon/active-home.png"
},
{
"text":"寻失物",
"pagePath":"pages/lost/lost",
"iconPath":"static/icon/lost.png",
"selectedIconPath":"static/icon/active-lost.png"
},
{
"text":"发布信息",
"pagePath":"pages/add/add",
"iconPath":"static/icon/add.png",
"selectedIconPath":"static/icon/active-add.png"
},
{
"text":"寻失主",
"pagePath":"pages/find/find",
"iconPath":"static/icon/find.png",
"selectedIconPath":"static/icon/active-find.png"
},
{
"text":"个人中心",
"pagePath":"pages/people/people",
"iconPath":"static/icon/people.png",
"selectedIconPath":"static/icon/active-people.png"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化