1 Star 0 Fork 139

jz178 / 云喵圈子-uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.48 KB
一键复制 编辑 原始数据 按行查看 历史
Teen 提交于 2020-09-20 16:28 . int
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "云喵圈子-发现趣味相投的人",
"backgroundColor":"#fff",
"navigationBarTextStyle":"black",
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
}, {
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "我的"
// #ifdef H5
,
"navigationStyle": "custom"
// #endif
}
}, {
"path": "pages/post-detail/post-detail",
"style": {
"navigationBarTitleText": "云喵圈子"
// #ifdef H5
,
"navigationStyle": "custom"
// #endif
}
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
// #ifdef H5
,
"navigationStyle": "custom"
// #endif
}
}, {
"path": "pages/ucenter/ucenter",
"style": {
"navigationBarTitleText": "个人中心"
// #ifdef H5
,
"navigationStyle": "custom"
// #endif
}
},
{
"path": "pages/topic-detail/topic-detail",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
}, {
"path": "pages/discuss/discuss",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
}, {
"path": "pages/my-discuss/my-discuss",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
}, {
"path": "pages/my-topic/my-topic",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
}, {
"path": "pages/my-dynamic/my-dynamic",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
}, {
"path": "pages/my-collection/my-collection",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
}, {
"path": "pages/plus-post/plus-post",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
}, {
"path": "pages/topic-list/topic-list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
}, {
"path": "pages/message/message",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
}, {
"path": "pages/message-list/message-list",
"style": {}
}, {
"path": "pages/my-fans/my-fans",
"style": {}
}, {
"path": "pages/my-follow/my-follow",
"style": {}
}, {
"path": "pages/topic-add/topic-add",
"style": {}
}
,{
"path" : "pages/more/more",
"style" : {}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "云喵圈子",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#2c2c2c",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/images/icon/home-1.png",
"selectedIconPath": "static/images/icon/home.png",
"text": "主页"
},
{
"pagePath": "pages/more/more",
"iconPath": "static/images/icon/quanzi-1.png",
"selectedIconPath": "static/images/icon/quanzi.png",
"text": "发现"
},
{
"pagePath": "pages/message/message",
"iconPath": "static/images/icon/msg-1.png",
"selectedIconPath": "static/images/icon/msg.png",
"text": "消息"
},
{
"pagePath": "pages/my/my",
"iconPath": "static/images/icon/my-1.png",
"selectedIconPath": "static/images/icon/my.png",
"text": "我的"
}
]
}
}
JavaScript
1
https://gitee.com/jz178/cloud-meow-uni.git
git@gitee.com:jz178/cloud-meow-uni.git
jz178
cloud-meow-uni
云喵圈子-uniapp
master

搜索帮助