1 Star 0 Fork 0

liuye/uni-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.10 KB
一键复制 编辑 原始数据 按行查看 历史
liuye 提交于 2024-10-25 18:45 . “13和14”
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "个人中心"
}
}, {
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": false
}
}, {
"path": "pages/student/studentlist",
"style": {
"navigationBarTitleText": "同学列表",
"enablePullDownRefresh": false
}
}
, {
"path": "pages/my/login",
"style": {
"navigationBarTitleText": "用户登录",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/register",
"style": {
"navigationBarTitleText": "用户注册",
"enablePullDownRefresh": false
}
}, {
"path": "pages/fooddetail/fooddetail",
"style": {
"navigationBarTitleText": "食物详情",
"enablePullDownRefresh": false
}
}, {
"path": "pages/comment/addcomment",
"style": {
"navigationBarTitleText": "添加评论",
"enablePullDownRefresh": false
}
}, {
"path": "pages/comment/commentlist",
"style": {
"navigationBarTitleText": "食物评论列表",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
}, {
"path": "pages/student/tongxue",
"style": {
"navigationBarTitleText": "同学",
"enablePullDownRefresh": true,
"onReachBottomDistance": 100
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"selectedColor": "#d4237a",
"list": [
{
"iconPath": "static/home.png",
"selectedIconPath": "static/home_selected.png",
"text": "首页",
"pagePath": "pages/home/home"
},
{
"iconPath": "static/classmate_normal.png",
"selectedIconPath": "static/classmate.png",
"text": "同学列表",
"pagePath": "pages/student/studentlist"
},
{
"iconPath": "static/my.png",
"selectedIconPath": "static/my_selected.png",
"text": "个人中心",
"pagePath": "pages/my/my"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuye100/uni-app.git
git@gitee.com:liuye100/uni-app.git
liuye100
uni-app
uni-app
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385