1 Star 0 Fork 16

yjlovezy / 婚庆小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 1.99 KB
一键复制 编辑 原始数据 按行查看 历史
DanceLynx 提交于 2020-11-25 10:07 . 添加演示图
{
"easycom": {
// 下载安装方式
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText":"首页",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/service/index",
"style" : {
"navigationBarTitleText":"服务",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/post/index",
"style" : {
"navigationBarTitleText":"新闻列表",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/post/detail",
"style" : {
"navigationBarTitleText":"新闻详情"
}
}
,{
"path" : "pages/example/index",
"style" : {
"navigationBarTitleText":"案例列表",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/example/detail",
"style" : {
"navigationStyle":"custom"
}
}
,{
"path" : "pages/user/index",
"style" : {
"navigationBarTitleText":"用户中心"
}
}
,{
"path" : "pages/user/userinfo",
"style" : {
"navigationBarTitleText":"用户详情"
}
}
,{
"path" : "pages/about/index",
"style" : {
"navigationBarTitleText":"联系我们"
}
}
,{
"path" : "pages/message/index",
"style" : {
"navigationBarTitleText":"留言咨询"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#FFBCB3",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"list":[
{"pagePath":"pages/index/index"},
{"pagePath":"pages/post/index"},
{"pagePath":"pages/example/index"},
{"pagePath":"pages/service/index"},
{"pagePath":"pages/user/index"}
]
}
}
JavaScript
1
https://gitee.com/yjlovezy/wedding-app.git
git@gitee.com:yjlovezy/wedding-app.git
yjlovezy
wedding-app
婚庆小程序
master

搜索帮助