加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 689 Bytes
一键复制 编辑 原始数据 按行查看 历史
hc-tec 提交于 2020-12-12 20:22 . init
{
"pages": [
{
"path": "pages/forum/index"
},
{
"path": "pages/person/index"
},
{
"path": "pages/forum/forum-details"
}
],
"globalStyle": {
"navigationBarBackgroundColor": "#0081ff",
"navigationBarTitleText": "ColorUi for UniApp",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"usingComponts": true,
"condition": { //模式配置,仅开发期间生效
"current": 0 //当前激活的模式(list 的索引项)
// "list": [{
// "name": "表单", //模式名称
// "path": "pages/component/form", //启动页面
// "query": "" //启动参数
// }
// ]
},
"enablePullDownRefresh": true
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化