代码拉取完成,页面将自动刷新
{
// "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": "我的"
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。