代码拉取完成,页面将自动刷新
同步操作将从 O2OA企业应用开发平台/o2oa-uniapp 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle":"custom",
"app-plus":{
"titleNView":false
}
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/work/work",
"style" :
{
"navigationBarTitleText": "工作",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/mine/mine",
"style" :
{
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/mine/avatar",
"style" :
{
"navigationBarTitleText": "裁剪",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/cms/cms",
"style" :
{
"navigationBarTitleText": "信息",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/process/list/list",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/process/start-work/start-work",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/attachment/attachment",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"tabBar": {
"color": "#666666",
"selectedColor": "#FB4747",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/img/icon_main_index_logo.png",
"selectedIconPath": "static/img/icon_main_index_logo_red.png",
"text": "首页"
}, {
"pagePath": "pages/mine/mine",
"iconPath": "static/img/icon_main_my.png",
"selectedIconPath": "static/img/icon_main_my_red.png",
"text": "我的"
}]
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "O2OA",
"navigationBarBackgroundColor": "#FB4747",
"backgroundColor": "#FB4747"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。