1 Star 0 Fork 0

3015-repository/app-respository

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.91 KB
一键复制 编辑 原始数据 按行查看 历史
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/index/index",
"style" :
{
"navigationBarTitleText" : "index",
"enablePullDownRefresh" : false
}
},
{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "home"
}
},
{
"path" : "pages/telep/telep",
"style" :
{
"navigationBarTitleText" : "telep",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/i/i",
"style" :
{
"navigationBarTitleText" : "i",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/demo/demo",
"style" :
{
"navigationBarTitleText" : "demo",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/home/webview",
"style" :
{
"navigationBarTitleText" : "webview"
}
},
{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText" : "login",
"enablePullDownRefresh" : false
}
}
],
"globalStyle": {
"navigationStyle": "custom",
"enablePullDownRefresh" : true,
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
"color": "#999",// 文字颜色
"selectedColor": "#FE1C32",//文字选中颜色
"iconWidth": "80rpx",
"height": "120rpx",
"fontSize": "24rpx",
"list": [
{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "static/image/icon/home.png",
"selectedIconPath": "static/image/icon/home_a.png"
},
{
"pagePath": "pages/telep/telep",
"text": "通讯录",
"iconPath": "static/image/icon/txl.png",
"selectedIconPath": "static/image/icon/txl_a.png"
},
{
"pagePath": "pages/i/i",
"text": "我的",
"iconPath": "static/image/icon/i.png",
"selectedIconPath": "static/image/icon/i_a.png"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cuit_19_3015/app-respository.git
git@gitee.com:cuit_19_3015/app-respository.git
cuit_19_3015
app-respository
app-respository
master

搜索帮助