2 Star 0 Fork 95

projectsets/entfrm-app

forked from h5ve/h5ve-app 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 2.00 KB
一键复制 编辑 原始数据 按行查看 历史
h5ve 提交于 2020-06-14 21:10 +08:00 . entfrm-app1.0.0
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/msg/index",
"style": {
"navigationBarTitleText": "消息"
}
},
{
"path": "pages/msg/notice",
"style": {}
},
{
"path": "pages/books/index",
"style": {
"navigationBarTitleText": "知识"
}
},
{
"path": "pages/works/index",
"style": {
"navigationBarTitleText": "业务"
}
},
{
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
}
,{
"path" : "pages/web/index",
"style" : {}
}
],
"tabBar": {
"list": [{
"pagePath": "pages/msg/index",
"text": "消息",
"iconPath": "static/images/msg-default.png",
"selectedIconPath": "static/images/msg-selected.png"
},
{
"pagePath": "pages/books/index",
"text": "知识",
"iconPath": "static/images/books-default.png",
"selectedIconPath": "static/images/books-selected.png"
},
{
"pagePath": "pages/works/index",
"text": "业务",
"iconPath": "static/images/works-default.png",
"selectedIconPath": "static/images/works-selected.png"
},
{
"pagePath": "pages/my/index",
"text": "我的",
"iconPath": "static/images/my-default.png",
"selectedIconPath": "static/images/my-selected.png"
}
],
"backgroundColor": "#ffffff",
"color": "#888888",
"selectedColor": "#ffd04b"
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "BookChat",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF",
"navigationStyle": "custom"
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/projectsets/entfrm-app.git
git@gitee.com:projectsets/entfrm-app.git
projectsets
entfrm-app
entfrm-app
master

搜索帮助