2 Star 12 Fork 1

lucy/微信小程序-协同办公系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 7.74 KB
一键复制 编辑 原始数据 按行查看 历史
lucy 提交于 2021-12-31 12:48 . 2021-12-31 答辩完成版本
{
"pages": [
// 主页
{
"path": "pages/index/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "协同办公",
"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/user/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "员工",
"app-plus": {
"pullToRefresh": {
"support": true,
"style": "default"
}
}
}
},
// 公司员工详情
{
"path": "pages/works/detail",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "员工详情",
"app-plus": {
"pullToRefresh": {
"support": true,
"style": "default"
}
}
}
},
// 报修
{
"path": "pages/works/repair/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "报修列表"
}
},
{
"path": "pages/works/repair/detail",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "报修详情"
}
},
{
"path": "pages/works/repair/add",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "报修申请"
}
},
// 审批 *************************************************
{
"path": "pages/examine/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "申请审批"
}
},
{
"path": "pages/examine/detail",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "申请详情"
}
},
{
"path": "pages/examine/add",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "新增申请"
}
},
{
"path": "pages/examine/wait_detail",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "审批申请"
}
},
{
"path": "pages/examine/history_detail",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "申请详情"
}
},
//签到
{
"path": "pages/attend/plan",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的日程"
}
},
{
"path": "pages/attend/add",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "日程详情"
}
},
// 应用中心
{
"path": "pages/application/index",
"style": {
"navigationBarTitleText": "应用中心"
}
},
// 会议*************************************************************
{
"path": "pages/meeting/mtroom_list",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "会议管理"
}
},
{
"path": "pages/meeting/mtroom_detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "会议室详情"
}
},
{
"path": "pages/meeting/mt_detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "会议详情"
}
},
{
"path": "pages/meeting/mt_add",
"style": {
"enablePullDownRefresh": true,
"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/life/weather",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "天气"
}
},
// 公告
{
"path": "pages/notice/notice",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "通知公告",
"app-plus": {
"pullToRefresh": {
"support": true,
// "color": "#fa436a",
"style": "default"
}
}
}
},
// 公告详情
{
"path": "pages/notice/detail",
"style": {
"navigationBarTitleText": "公告详情"
}
},
//个人资料
{
"path": "pages/user/userinfo/userinfo",
"style": {
"navigationBarTitleText": "个人资料"
}
}
],
"subPackages": [
// 设置
{
"root": "pages/set",
"pages": [
// 设置
{
"path": "set",
"style": {
"navigationBarTitleText": "设置"
}
},
// 反馈详情
{
"path": "feedback/detail",
"style": {
"navigationBarTitleText": "意见反馈详情"
}
},
// 反馈列表
{
"path": "feedback/list",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "意见反馈",
"app-plus": {
"pullToRefresh": {
"support": true,
// "color": "#fa436a",
"style": "default"
}
}
}
},
// 反馈
{
"path": "feedback/feedback",
"style": {
"navigationBarTitleText": "意见反馈"
}
},
// 关于
{
"path": "about/about",
"style": {
"navigationBarTitleText": ""
}
},
// 关于详情
{
"path": "about/detail",
"style": {
"navigationBarTitleText": ""
}
},
// 站点帮助
{
"path": "helper/index",
"style": {
"navigationBarTitleText": "站点帮助"
}
},
// 站点帮助详情
{
"path": "helper/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/study",
"pages": [
// 新闻动态
{
"path": "index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "新闻动态"
}
},
{
"path": "detail",
"style": {
"enablePullDownRefresh": true,
"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/application/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": "我的"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lucyfing/wechat-collaborative-office-platform.git
git@gitee.com:lucyfing/wechat-collaborative-office-platform.git
lucyfing
wechat-collaborative-office-platform
微信小程序-协同办公系统
master

搜索帮助