1 Star 0 Fork 0

Ls-piao/zk-h5-202305

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 5.12 KB
一键复制 编辑 原始数据 按行查看 历史
wangpeng 提交于 2023-06-13 18:13 . 123
{
// "condition": { //模式配置,仅开发期间生效
// "current": 0, //当前激活的模式(list 的索引项)
// "list": [{
// "name": "test", //模式名称
// "path": "pages/componentsA/test/test", //启动页面,必选
// "query": "" //启动参数,在页面的onLoad函数里面得到
// }]
// },
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/navs/nav1",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/navs/nav2",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/navs/nav3",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/proces/index",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/proces/regist",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/proces/regist2",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/index/me",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/index/info",
"style": {
"navigationStyle": "custom",
"onReachBottomDistance": 50,
"enablePullDownRefresh": true
}
}, {
"path": "pages/navs/nav4",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/navs/nav5",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/navs/nav6",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/navs/nav7",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/navs/nav8",
"style" :
{
"navigationStyle": "custom",
"onReachBottomDistance": 50,
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/index/detail",
"style" :
{
"navigationStyle": "custom"
}
},{
"path" : "pages/navs/video",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/index/upload",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/navs/company",
"style" :
{
"navigationStyle": "custom"
}
},{
"path" : "pages/index/myComment",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/index/yuyue",
"style" :
{
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},{
"path" : "pages/index/photo",
"style" :
{
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/index/waters",
"style" :
{
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/index/content",
"style" :
{
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationStyle": "custom"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#134BA8",
"borderStyle": "black",
"backgroundColor": "#f2f2f2",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/index.png",
"selectedIconPath": "static/tabbar/index-active.png",
"text": "首页"
},
// {
// "pagePath": "pages/index/info",
// "iconPath": "static/tabbar/info.png",
// "selectedIconPath": "static/tabbar/info-active.png",
// "text": "资讯"
// },
{
"pagePath": "pages/index/me",
"iconPath": "static/tabbar/me.png",
"selectedIconPath": "static/tabbar/me-active.png",
"text": "我的"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Ls-piao/zk-h5-202305.git
git@gitee.com:Ls-piao/zk-h5-202305.git
Ls-piao
zk-h5-202305
zk-h5-202305
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385