1 Star 0 Fork 0

sh9836 / qs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.93 KB
一键复制 编辑 原始数据 按行查看 历史
sh9836 提交于 2024-04-10 17:22 . 弹窗
{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
},
{
"path": "pages/tabBar/home/home",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": true
}
},
{
"path": "pages/tabBar/information/information",
"style": {
"navigationBarTitleText": "资料",
"enablePullDownRefresh": false
}
},
{
"path": "pages/tabBar/user/user",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/ces/ces",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#007AFF",
"borderStyle": "black",
"backgroundColor": "#F8F8F8",
"list": [{
"pagePath": "pages/tabBar/home/home",
"iconPath": "static/homeBlack.png",
"selectedIconPath": "static/homeBlue.png",
"text": "首页"
},
{
"pagePath": "pages/tabBar/information/information",
"iconPath": "static/infoBlack.png",
"selectedIconPath": "static/infoBlue.png",
"text": "资料"
},
{
"pagePath": "pages/tabBar/user/user",
"iconPath": "static/userBlack.png",
"selectedIconPath": "static/userBlue.png",
"text": "我的"
}
]
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "", //模式名称
"path": "pages/login/login", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
}
}
1
https://gitee.com/sh998/qs.git
git@gitee.com:sh998/qs.git
sh998
qs
qs
master

搜索帮助