1 Star 2 Fork 8

Sunset/live-uniapp

forked from Lione/live-uniapp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.14 KB
一键复制 编辑 原始数据 按行查看 历史
Lione 提交于 2020-11-08 16:02 . 更新20201108
{
"pages": [{
"path": "pages/push/push_config",
"style": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom"
}
}, {
"path": "pages/push/push_h5p",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"subNVues": [{
"id": "push-btngroup", // 唯一标识
"path": "pages/push/btngroup", // 页面路径
/*"type": "popup", 这里不需要*/
"style": {
"position": "absolute",
"bottom": "0upx",
"width": "100%",
"height": "200upx",
"background": "transparent"
}
}]
}
}
}, {
"path": "pages/push/push_weex",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"subNVues": [{
"id": "push-logs", // 唯一标识
"path": "pages/push/logs", // 页面路径
"type": "popup",
"style": {
"position": "absolute",
"top": "0upx",
"width": "100%",
"height": "100%",
"background": "transparent"
}
}, {
"id": "push-btngroup", // 唯一标识
"path": "pages/push/btngroup", // 页面路径
/*"type": "popup", 这里不需要*/
"style": {
"position": "absolute",
"bottom": "0upx",
"width": "100%",
"height": "200upx",
"background": "transparent"
}
}]
}
}
}],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#007AFF",
"backgroundColor": "#000000"
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}]
},
"easycom": {
"autoscan": true,
"custom": {
// uview-ui
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
// @dcloudio
"^uni-(.*)": "@dcloudio/uniui/lib/uni-$1/uni-$1.vue"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mrosunset/live-uniapp.git
git@gitee.com:mrosunset/live-uniapp.git
mrosunset
live-uniapp
live-uniapp
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385