加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.11 KB
一键复制 编辑 原始数据 按行查看 历史
root 提交于 2018-12-17 13:48 . init vue
{
"pages" : [
//pages数组中第一项表示应用启动页,
{
"path" : "pages/main/main",
"style" : {
"navigationBarTitleText" : "登录模板"
}
},
{
"path" : "pages/login/login",
"style" : {
"navigationBarTitleText" : "登录"
}
},
// ,"app-plus": {
// "titleNView": false //禁用原生导航栏,是否设置隐藏标题栏
// }
{
"path" : "pages/reg/reg",
"style" : {
"navigationBarTitleText" : "注册"
}
},
{
"path" : "pages/pwd/pwd",
"style" : {
"navigationBarTitleText" : "找回密码"
}
},
{
"path" : "pages/user/user",
"style" : {
"navigationBarTitleText" : "我的"
}
},
{
"path" : "pages/cityList/cityList",
"style" : {
"navigationBarTitleText" : "城市列表"
//,"titleNView":false
}
}
],
"tabBar" : {
"color" : "#7a7e83",
"selectedColor" : "#0faeff",
"backgroundColor" : "#ffffff",
"list" : [
{
"pagePath" : "pages/main/main",
"text" : "首页",
"iconPath" : "static/img/home.png",
"selectedIconPath" : "static/img/homeHL.png"
},
{
"pagePath" : "pages/user/user",
"text" : "我的",
"iconPath" : "static/img/user.png",
"selectedIconPath" : "static/img/userHL.png"
},
{
"pagePath" : "pages/cityList/cityList",
"text" : "城市",
"iconPath" : "static/img/user.png",
"selectedIconPath" : "static/img/userHL.png"
}
]
},
"globalStyle" : {
"navigationBarTextStyle" : "white",
"navigationBarBackgroundColor" : "#0faeff",
"backgroundColor" : "#fbf9fe"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化