1 Star 0 Fork 0

lventou/menu_app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 1.73 KB
一键复制 编辑 原始数据 按行查看 历史
lventou 提交于 2024-05-18 23:28 . update:更新初始版本
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "", // 设置为空字符串以隐藏标题
"navigationBarTextStyle": "white", // 设置导航栏文字颜色为白色
"navigationBarBackgroundColor": "#ff5c7f" // 设置导航栏背景颜色为#ff5c7f
}
}, {
"path": "pages/component/component",
"style": {
"navigationBarTitleText": "%index.component%",
"enablePullDownRefresh": false
}
}, {
"path": "pages/api/api",
"style": {
"navigationBarTitleText": "%index.api%",
"enablePullDownRefresh": false
}
}, {
"path": "pages/schema/schema",
"style": {
"navigationBarTitleText": "%index.schema%",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/index/addGood",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/index/menuManager",
"style" :
{
"navigationBarTitleText" : ""
}
}
],
/* "tabBar": {
"color": "#7A7E83",
"selectedColor": "#007AFF",
"borderStyle": "black",
"backgroundColor": "#F8F8F8",
"height":"20px",
"list": [{
"pagePath": "pages/index/index",
"text": "%index.home%"
},
{
"pagePath": "pages/component/component",
"text": "%index.component%"
}, {
"pagePath": "pages/api/api",
"text": "%index.api%"
}, {
"pagePath": "pages/schema/schema",
"text": "%index.schema%"
}
]
}, */
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lventou/menu_app.git
git@gitee.com:lventou/menu_app.git
lventou
menu_app
menu_app
master

搜索帮助