1 Star 0 Fork 0

巨蟹丶 / dongtu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 1.85 KB
一键复制 编辑 原始数据 按行查看 历史
王杰 提交于 2020-11-20 23:20 . uni
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/start/start",
"style": {
"app-plus": {
"titleNView": false
}
}
}, {
"path": "pages/index/index",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/fx/fx",
"style": {}
}, {
"path": "pages/chat/chat",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/my/my",
"style": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "我的",
"navigationBarBackgroundColor": "#FFFFFF"
}
}
,{
"path" : "pages/msg/msg",
"style" : {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "消息",
"navigationBarBackgroundColor": "#FFFFFF"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "懂图",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#FFFFFF",
"selectedColor": "#000000",
"borderStyle": "white",
"backgroundColor": "#FFFFFF",
"list": [{
"pagePath": "pages/index/index",
"text": "",
"iconPath": "static/tabbar/zp1.png",
"selectedIconPath": "static/tabbar/zp.png"
},
{
"pagePath": "pages/fx/fx",
"text": "",
"iconPath": "static/tabbar/fx1.png",
"selectedIconPath": "static/tabbar/fx.png"
},
{
"pagePath": "pages/msg/msg",
"text": "",
"iconPath": "static/tabbar/wx1.png",
"selectedIconPath": "static/tabbar/wx.png"
},
{
"pagePath": "pages/my/my",
"text": "",
"iconPath": "static/tabbar/my1.png",
"selectedIconPath": "static/tabbar/my.png"
}
]
}
}
JavaScript
1
https://gitee.com/JuXiewj/dongtu.git
git@gitee.com:JuXiewj/dongtu.git
JuXiewj
dongtu
dongtu
master

搜索帮助