代码拉取完成,页面将自动刷新
同步操作将从 入海工作室/失物招领-uniapp 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"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"
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。