代码拉取完成,页面将自动刷新
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"enablePullDownRefresh": true
}
}, {
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "搜索",
"enablePullDownRefresh": true
}
}, {
"path": "pages/me/me",
"style": {
"navigationBarTitleText": "我的",
"app-plus": {
"titleNView" : {
"splitLine":{"color":"#DDDDDD"}
}
}
}
}, {
"path": "pages/me/history",
"style": {
"navigationBarTitleText": "历史记录",
"app-plus": {
"titleNView" : {
"splitLine":{"color":"#DDDDDD"}
}
}
}
}, {
"path": "pages/me/collect",
"style": {
"navigationBarTitleText": "我的收藏",
"app-plus": {
"titleNView" : {
"splitLine":{"color":"#DDDDDD"}
}
}
}
}, {
"path": "pages/me/updpass",
"style": {
"navigationBarTitleText": "修改密码"
}
}, {
"path": "pages/me/feedback",
"style": {
"navigationBarTitleText": "问题反馈"
}
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
}, {
"path": "pages/login/login_msg",
"style": {
"navigationBarTitleText": "快捷登录"
}
}, {
"path": "pages/login/register",
"style": {
"navigationBarTitleText": "账号注册"
}
}, {
"path": "pages/details/details",
"style": {
"navigationBarTitleText": "",
"app-plus": {
"titleNView" : {
"splitLine":{"color":"#DDDDDD"}
}
}
}
}, {
"path": "pages/search/search_do",
"style": {
"app-plus": {
"titleNView": false //禁用原生导航栏
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "电影通",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF"
},
"tabBar": {
"color": "#bfbfbf",
"selectedColor": "#515151",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabBarIco/index.png",
"selectedIconPath": "static/tabBarIco/index_sel.png",
"text": "首页"
},
{
"pagePath": "pages/search/search",
"iconPath": "static/tabBarIco/search.png",
"selectedIconPath": "static/tabBarIco/index_sel.png",
"text": "搜索"
},
{
"pagePath": "pages/me/me",
"iconPath": "static/tabBarIco/me.png",
"selectedIconPath": "static/tabBarIco/me_sel.png",
"text": "我的"
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。