加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
云帆 提交于 2020-11-21 13:55 . add person center function
{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},{
"path": "pages/user/index",
"style": {
"navigationBarBackgroundColor": "#353dff",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "个人资料"
}
},{
"path": "pages/advice/index",
"style": {
"navigationBarBackgroundColor": "#353dff",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "意见反馈"
}
},{
"path": "pages/cut/index",
"style": {
"navigationBarBackgroundColor": "#353dff",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "图片裁剪"
}
}],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#007AFF",
"backgroundColor": "#FFFFFF"
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化