2 Star 3 Fork 2

DEMO / UNID

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 2.66 KB
一键复制 编辑 原始数据 按行查看 历史
何宴阳 提交于 2021-02-15 16:23 . init projecy
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/community/community",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/me/me",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/modules/index/index",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/modules/api/api",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/movie/movie",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/modules/module/module",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/components/components",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/consulation/consulation",
"style" :
{
"navigationStyle": "custom",
"backgroundColor":"#F3F3F3",
"enablePullDownRefresh":false,
"app-plus": {
// 将回弹属性关掉
"bounce": "none"
}
}
},
{
"path" : "pages/consulation/consulation-list",
"style" :
{
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#2b4b5b",
"backgroundColor": "#333333",
"animationType": "fade-in"
},
"tabBar": {
"color": "#F8F8F8",
"selectedColor": "#FFFFFF",
"borderStyle": "black",
"backgroundColor": "#333333",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/home.png",
"selectedIconPath": "static/home_i.png",
"text": "首页"
},
{
"pagePath": "pages/modules/index/index",
"iconPath": "static/component.png",
"selectedIconPath": "static/component_i.png",
"text": "框架"
}, {
"pagePath": "pages/consulation/consulation-list",
"iconPath": "static/community.png",
"selectedIconPath": "static/community_i.png",
"text": "聊天"
},{
"pagePath": "pages/me/me",
"iconPath": "static/me.png",
"selectedIconPath": "static/me_i.png",
"text": "我的"
}
]
}
}
1
https://gitee.com/hejianglin5521/unid.git
git@gitee.com:hejianglin5521/unid.git
hejianglin5521
unid
UNID
master

搜索帮助