1 Star 0 Fork 34

mr_rayzhang / pig-wx

forked from 伟仔 / pig-wx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 7.66 KB
一键复制 编辑 原始数据 按行查看 历史
伟仔 提交于 2022-05-27 17:18 . wxw
{
"pages": [
// tabs - 主页
{
"path": "pages/tabs/index/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "Pig-WX",
"app-plus": {
"bounce": "none",
"pullToRefresh": {
"support": true,
// "color": "#fa436a",
"style": "default"
}
}
}
},
{
"path": "pages/tabs/application/index",
"style": {
"navigationBarTitleText": "应用中心"
}
},
{
"path": "pages/tabs/profile/index",
"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/tabs/works/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "待办事项",
"app-plus": {
"pullToRefresh": {
"support": true,
"style": "default"
}
}
}
},
{
"path": "pages/tabs/works/detail",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "待办详情",
"app-plus": {
"pullToRefresh": {
"support": true,
"style": "default"
}
}
}
},
// 报修
{
"path": "pages/tabs/works/repair/index",
"style": { "enablePullDownRefresh": true, "navigationBarTitleText": "报修列表" }
},
{
"path": "pages/tabs/works/repair/detail",
"style": { "enablePullDownRefresh": false, "navigationBarTitleText": "报修详情" }
},
{
"path": "pages/tabs/works/repair/add",
"style": { "enablePullDownRefresh": false, "navigationBarTitleText": "报修申请" }
},
// 下面修改中 *****************************************************
//签到
{
"path": "pages/attend/plan",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的班次"
}
},
{
"path": "pages/attend/add",
"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/account",
"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/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/admin",
"pages": [
// 用户管理
{
"path": "user/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "新闻动态"
}
},
{
"path": "user/detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "新闻详情"
}
}
]
},
// 我的-个人中心
{
"root": "pages/mycenter",
"pages": [
//日志
{
"path": "log/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的日志"
}
},
{
"path": "log/detail",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "编辑日志"
}
},
{
"path": "log/add",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "新增日志"
}
},
//日志
{
"path": "summary/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的总结"
}
},
{
"path": "summary/detail",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "编辑总结"
}
},
{
"path": "summary/add",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "新增总结"
}
},
//日程
{
"path": "calendar/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的日程"
}
},
{
"path": "calendar/detail",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "编辑日程"
}
},
{
"path": "calendar/add",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "新增日程"
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "通用办公",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#f8f8f8"
},
"tabBar": {
"color": "#C0C4CC",
"selectedColor": "#fa436a",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/tabs/index/index",
"iconPath": "static/tab/home.png",
"selectedIconPath": "static/tab/home-rf.png",
"text": "首页"
},
{
"pagePath": "pages/tabs/works/index",
"iconPath": "static/tab/notify.png",
"selectedIconPath": "static/tab/notify-rf.png",
"text": "待办"
},
{
"pagePath": "pages/tabs/application/index",
"iconPath": "static/tab/cate.png",
"selectedIconPath": "static/tab/cate-rf.png",
"text": "应用"
},
{
"pagePath": "pages/tabs/profile/index",
"iconPath": "static/tab/my.png",
"selectedIconPath": "static/tab/my-rf.png",
"text": "我的"
}
]
}
}
微信
1
https://gitee.com/mr_rayzhang/pig-wx.git
git@gitee.com:mr_rayzhang/pig-wx.git
mr_rayzhang
pig-wx
pig-wx
master

搜索帮助