1 Star 4 Fork 1

BAD_CODE/new-uni-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.86 KB
一键复制 编辑 原始数据 按行查看 历史
kviewui 提交于 2022-03-24 14:12 . 新增缓动列表演示
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/demo/home/home",
"style" :
{
"navigationBarTitleText": "常用页面场景演示",
"enablePullDownRefresh": false,
"backgroundColor":"#F8F8F8"
}
},
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "uni-app",
"app-plus": {
"titleNView": {
"type":"transparent"
}
}
}
}
,{
"path" : "pages/drag-popup/drag-popup",
"style" :
{
"navigationBarTitleText": "可拖拽弹出层",
"enablePullDownRefresh": false,
"disableScroll": true
// "navigationStyle":"custom"
}
}
,{
"path" : "pages/demo/mp-jd/swiper",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/message-fadein-fadeout/message-fadein-fadeout",
"style" :
{
"navigationBarTitleText": "消息淡入淡出"
}
},
{
"path" : "pages/demo/mp-camera/mp-camera",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/wechat-message-detail/wechat-message-detail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/demo/list/list",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"easycom": {
"custom": {
"gal-(.*)": "@/GAL/components/gal-$1.vue"
// "gui-(.*)-box": "@/components/mybox/graceUI5/gui-$1-box.vue
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bad_-code/new-uni-demo.git
git@gitee.com:bad_-code/new-uni-demo.git
bad_-code
new-uni-demo
new-uni-demo
master

搜索帮助