1 Star 0 Fork 0

wl / wl2305

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
wlphp 提交于 2021-03-08 11:41 . 初始化仓库
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"app-plus": {"titleNView": false}
}
},
{
"path": "pages/index/message",
"style": {
"navigationBarTitleText": "留言",
"app-plus": {"titleNView": false}
}
},
{
"path": "pages/index/about",
"style": {
"navigationBarTitleText": "关于",
"app-plus": {"titleNView": false}
}
}, {
"path": "pages/index/details",
"style": {
"navigationBarTitleText": "文章详情",
"app-plus": {"titleNView": false}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#3E3A39",
"selectedColor": "#E7143B",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"text": "首页"
}, {
"pagePath": "pages/index/message",
"text": "留言"
}, {
"pagePath": "pages/index/about",
"text": "关于"
}]
}
}
PHP
1
https://gitee.com/wl2305/wl2305.git
git@gitee.com:wl2305/wl2305.git
wl2305
wl2305
wl2305
master

搜索帮助