代码拉取完成,页面将自动刷新
同步操作将从 hjp1011/uniapp-oa 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"pages": [
// 主页
{
"path": "pages/index/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "UNI办公",
"app-plus": {
"bounce": "none",
"pullToRefresh": {
"support": true,
// "color": "#fa436a",
"style": "default"
}
}
}
},
// 待办事项
{
"path": "pages/works/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "待办事项",
"app-plus": {
"pullToRefresh": {
"support": true,
"style": "default"
}
}
}
},
// 待办详情
{
"path": "pages/works/processed",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "待办详情",
"app-plus": {
"pullToRefresh": {
"support": true,
"style": "default"
}
}
}
},
// 应用中心
{
"path": "pages/center/index",
"style": {
"navigationBarTitleText": "应用中心"
}
},
// 我的
{
"path": "pages/profile/profile",
"style": {
"navigationBarTitleText": "我的",
// #ifdef MP
"navigationStyle": "custom",
// #endif
"app-plus": {
"bounce": "none",
"titleNView": {
"type": "transparent",
"buttons": [{
"fontSrc": "/static/iconfont.ttf",
"text": "\ue658",
"fontSize": "28",
"color": "#303133",
"width": "42px",
"background": "rgba(0,0,0,0)"
}]
}
}
}
},
//个人资料
{
"path": "pages/user/userinfo/userinfo",
"style": {
"navigationBarTitleText": "个人资料"
}
}
],
"subPackages": [
// 设置
{
"root": "pages/set",
"pages": [
// 设置
{
"path": "set",
"style": {
"navigationBarTitleText": "设置"
}
},
// 关于
{
"path": "about/about",
"style": {
"navigationBarTitleText": ""
}
},
// 关于详情
{
"path": "about/detail",
"style": {
"navigationBarTitleText": ""
}
}
]
},
// 公共
{
"root": "pages/public",
"pages": [
// 登录
{
"path": "login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom"
}
}
},
// 修改密码
{
"path": "password",
"style": {
"navigationBarTitleText": "忘记密码",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom"
}
}
}
]
},
// 应用中心
{
"root": "pages/application",
"pages": [
// 公告
{
"path": "Announce/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "通知公告",
"app-plus": {
"pullToRefresh": {
"support": true,
// "color": "#fa436a",
"style": "default"
}
}
}
},
// 新闻动态
{
"path": "News/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "新闻动态"
}
},
{
"path": "News/detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "新闻详情"
}
},
// 反馈列表
{
"path": "Feedback/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "意见反馈",
"app-plus": {
"pullToRefresh": {
"support": true,
"style": "default"
}
}
}
},
// 反馈
{
"path": "Feedback/feedback",
"style": {
"navigationBarTitleText": "意见反馈"
}
},
// 站点帮助
{
"path": "HelpCenter/index",
"style": {
"navigationBarTitleText": "站点帮助"
}
},
// 站点帮助详情
{
"path": "HelpCenter/detail",
"style": {
"navigationBarTitleText": "站点帮助详情"
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "维博网络",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#f8f8f8"
},
"tabBar": {
"color": "#C0C4CC",
"selectedColor": "#1cbbb4",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tab-home.png",
"selectedIconPath": "static/tab-home-cyan.png",
"text": "首页"
},
{
"pagePath": "pages/works/index",
"iconPath": "static/tab-notify.png",
"selectedIconPath": "static/tab-notify-cyan.png",
"text": "待办"
},
{
"pagePath": "pages/center/index",
"iconPath": "static/tab-cate.png",
"selectedIconPath": "static/tab-cate-cyan.png",
"text": "应用"
},
{
"pagePath": "pages/profile/profile",
"iconPath": "static/tab-my.png",
"selectedIconPath": "static/tab-my-cyan.png",
"text": "我的"
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。