加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 10.84 KB
一键复制 编辑 原始数据 按行查看 历史
linjunlong 提交于 2022-12-29 11:38 . * 新增消息聊天 表情发送
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548
{
"pages": [ //pages数组中第一项表示应用启动页,
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "企业移动办公",
"navigationBarBackgroundColor": "#0088ff",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true,
"h5": {
"titleNView": false
}
}
},
{
"path": "pages/message/index",
"style": {
"navigationBarTitleText": "消息"
}
}, {
"path": "pages/message/user-chat/user-chat",
"style": {
"navigationBarTitleText": "聊天"
}
},
{
"path": "pages/system/index",
"style": {
"navigationBarTitleText": "系统"
}
},
{
"path": "pages/index/loading",
"style": {
"navigationBarTitleText": "启动页",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "企业移动办公"
}
},
{
"path": "pages/reg/reg",
"style": {
"navigationBarTitleText": "注册"
}
},
{
"path": "pages/contactUs/list",
"style": {
"navigationBarTitleText": "联系我们"
}
},
{
"path": "uni_modules/uni-feedback/pages/opendb-feedback/opendb-feedback",
"style": {
"navigationBarTitleText": "意见反馈"
}
},
{
"path": "pages/contactUs/add",
"style": {
"navigationBarTitleText": "新增/编辑"
}
},
{
"path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup",
"style": {
"disableScroll": true,
"app-plus": {
"backgroundColorTop": "transparent",
"background": "transparent",
"titleNView": false,
"scrollIndicator": false,
"popGesture": "none",
"animationType": "fade-in",
"animationDuration": 200
}
}
},
{
"path": "pages/pwd/update-password",
"style": {
"navigationBarTitleText": "修改密码"
}
},
{
"path": "pages/pwd/edit",
"style": {
"navigationBarTitleText": "编辑"
}
},
{
"path": "pages/user/user",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/seting/list",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/notice/notice",
"style": {
"navigationBarTitleText": "消息通知"
}
},
{
"path": "pages/notice/notice_info",
"style": {
"navigationBarTitleText": "消息通知"
}
},
{
"path": "pages/contacts/list",
"style": {
"navigationBarTitleText": "通讯录"
}
},
{
"path": "pages/selectUser/index",
"style": {
"navigationBarTitleText": "人员选择"
}
}
,
{
"path": "pages/selectUser/list2"
},
{
"path": "uni_modules/yszyun-survey-app/pages/survey/edit",
"style": {
"navigationBarTitleText": "编辑"
}
},
{
"path": "uni_modules/yszyun-survey-app/pages/survey/list",
"style": {
"navigationBarTitleText": "列表"
}
},
{
"path": "uni_modules/yszyun-survey-app/pages/survey/detail",
"style": {
"navigationBarTitleText": "详情"
}
}
,{
"path" : "uni_modules/yszyun-survey-app/pages/survey-problem/add",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/webview/index"
}
],
"subPackages": [
{
"root": "pages/department",
"pages": [
{
"path": "add",
"style": {
"navigationBarTitleText": "新增"
}
},
{
"path": "edit",
"style": {
"navigationBarTitleText": "编辑"
}
},
{
"path": "list",
"style": {
"navigationBarTitleText": "列表"
}
},
{
"path": "detail",
"style": {
"navigationBarTitleText": "详情"
}
}
]
},
{
"root": "pages/gongwen",
"pages": [
{
"path": "index1",
"style": {
"navigationBarTitleText": "公文流程"
}
},
{
"path": "index",
"style": {
"navigationBarTitleText": "发起公文",
"enablePullDownRefresh": true
}
},
{
"path": "detail",
"style": {
"navigationBarTitleText": "公文详情"
}
}
]
},
{
"root": "pages/daiban",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "工作通知",
"enablePullDownRefresh": true
}
},
{
"path": "detail",
"style": {
"navigationBarTitleText": "公文详情"
}
},
{
"path": "adpot",
"style": {
"navigationBarTitleText": "审批"
}
}
]
},
{
"root": "pages/formCommon",
"pages": [
{
"path": "screen",
"style": {
"navigationBarTitleText": "筛选"
}
},
{
"path": "detail",
"style": {
"navigationBarTitleText": "申请详情"
}
},
{
"path": "adpot",
"style": {
"navigationBarTitleText": "审批"
}
}
]
},
{
"root": "pagesContacts/contacts",
"pages": [
{
"path": "list2",
"style": {
}
},
{
"path": "detail",
"style": {
"navigationBarTitleText": "个人信息"
}
},
{
"path": "add",
"style": {
"navigationBarTitleText": "新增"
}
},
{
"path": "edit",
"style": {
"navigationBarTitleText": "修改个人资料"
}
}
]
},
{
"root": "pagesOA",
"pages": [
{
"path": "workOvertime/index",
"style": {
"navigationBarTitleText": "加班申请"
}
},
{
"path": "sign/index",
"style": {
"navigationBarTitleText": "考勤打卡"
}
},
{
"path": "sign/monthData",
"style": {
"navigationBarTitleText": "月数据"
}
},
{
"path": "goOut/index",
"style": {
"navigationBarTitleText": "外出"
}
},
{
"path": "leave/index",
"style": {
"navigationBarTitleText": "请假"
}
},
{
"path": "travel/index",
"style": {
"navigationBarTitleText": "出差"
}
},
{
"path": "patchCard/index",
"style": {
"navigationBarTitleText": "补卡申请"
}
},
{
"path": "daily/index",
"style": {
"navigationBarTitleText": "日志"
}
},
{
"path": "email/addRecipient/index"
},
{
"path": "email/sendEmails/index",
"style": {
"navigationBarTitleText": "写邮件"
}
},{
"path": "email/emailList/index"
},
{
"path": "email/readEmail/index"
},
{
"path": "property/index1",
"style": {
"navigationBarTitleText": "资产管理"
}
},
{
"path": "property/components/warehouse/index",
"style": {
"navigationBarTitleText": "资产入库"
}
},
{
"path": "property/components/warehouse/fixed-assets",
"style": {
"navigationBarTitleText": "固定资产管理"
}
},
{
"path": "property/components/warehouse/message",
"style": {
"navigationBarTitleText": "资产信息"
}
},
{
"path": "property/components/statistics/statistics",
"style": {
"navigationBarTitleText": "资产统计"
}
},
{
"path": "property/components/statistics/Quantity-Statistics",
"style": {
"navigationBarTitleText": "资产数量统计"
}
},
{
"path": "property/components/statistics/Price-statistics",
"style": {
"navigationBarTitleText": "资产价格统计"
}
},{
"path": "property/components/statistics/Use-statistics",
"style": {
"navigationBarTitleText": "设备在用状态"
}
},
{
"path": "daily/detail",
"style": {
"navigationBarTitleText": "日志详情"
}
},
{
"path": "dailyRecord/index",
"style": {
"navigationBarTitleText": "日志统计"
}
},
{
"path": "car/index",
"style": {
"navigationBarTitleText": "用车申请"
}
},
{
"path": "car/detail",
"style": {
"navigationBarTitleText": "用车申请"
}
},
{
"path": "car/selectCar",
"style": {
"navigationBarTitleText": "可选车辆"
}
},
{
"path": "carExamine/index",
"style": {
"navigationBarTitleText": "用车审批"
}
},
{
"path": "carExamine/detail",
"style": {
"navigationBarTitleText": "详情"
}
},
{
"path": "driverFile/index",
"style": {
"navigationBarTitleText": "司机档案"
}
},
{
"path": "driverFile/driverInfo",
"style": {
"navigationBarTitleText": "司机信息"
}
},
{
"path": "carArchives/index",
"style": {
"navigationBarTitleText": "车辆档案"
}
},
{
"path": "carArchives/carInfo",
"style": {
"navigationBarTitleText": "车辆详情"
}
},
{
"path": "carReturn/index",
"style": {
"navigationBarTitleText": "车辆退回申请"
}
},{
"path": "carReturn/detail",
"style": {
"navigationBarTitleText": "详情"
}
},{
"path": "carRecord/index",
"style": {
"navigationBarTitleText": "车辆使用记录"
}
},{
"path": "carRecord/carRecordInfo"
}
]
}
],
"tabBar": {
"color": "#999",
"selectedColor": "#3B89F5",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/icon_home.png",
"selectedIconPath": "static/icon_home_sel.png"
},
{
"pagePath": "pages/message/index",
"text": "消息",
"iconPath": "static/icon_msg.png",
"selectedIconPath": "static/icon_msg_sel.png"
},
{
"pagePath": "pages/contacts/list",
"text": "通讯录",
"iconPath": "static/icon_mailList.png",
"selectedIconPath": "static/icon_mailList_sel.png"
},
{
"pagePath": "pages/system/index",
"text": "系统",
"iconPath": "static/icon_system.png",
"selectedIconPath": "static/icon_system_sel.png"
},
{
"pagePath": "pages/user/user",
"text": "我的",
"iconPath": "static/icon_user.png",
"selectedIconPath": "static/icon_user_sel.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#fbf9fe"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化