2 Star 1 Fork 0

lazymk-cg-templates/uniapp-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
刘大逵 提交于 2021-04-22 00:10 . 目录调整,增加示例页面
{
"pages": [
{
"path": "pages/user/center",
"style" : {
"navigationBarTitleText": "个人中心"
}
},
{
"path": "pages/user/settings",
"style" : {
"navigationBarTitleText": "账号设置"
}
},
{
"path" : "pages/function/function",
"style" : {
"navigationBarTitleText": "功能示例",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "土特产",
"navigationBarBackgroundColor": "#FF3D3D",
"navigationBarTextStyle": "white",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4",
"pullToRefresh": {
"style":"circle",
"color":"#ff536f"
}
}
},
"tabBar": {
"color": "#C0C4CC",
"selectedColor": "#ff536f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/function/function",
"iconPath": "static/tabbar/tab-user.png",
"selectedIconPath": "static/tabbar/tab-user-current.png",
"text": "功能示例"
},
{
"pagePath": "pages/user/center",
"iconPath": "static/tabbar/tab-user.png",
"selectedIconPath": "static/tabbar/tab-user-current.png",
"text": "个人中心"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lazymk-cg-templates/uniapp-vue.git
git@gitee.com:lazymk-cg-templates/uniapp-vue.git
lazymk-cg-templates
uniapp-vue
uniapp-vue
master

搜索帮助