开源 企业版 高校版 私有云 模力方舟 AI 队友
代码拉取完成,页面将自动刷新
开源项目 > 手机/移动开发 > 移动App && 企业应用 > 企业应用系统 &&
捐赠
捐赠前请先登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
98 Star 1.1K Fork 1.2K

java110/HC小区物业版

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
已有帐号? 立即登录
文件
master
分支 (14)
标签 (14)
master
v1.9
v1.8
1.71
1.5-stable
1.4-stable
1.3.1-stable
1.3-stable
1.2-stable
1.1-stable
1.0-stable
0.9-stable
0.7-stable
0.5-stable
v1.9
v1.8
v1.7
v1.6
v1.5
v1.4
v1.3
v1.2
v1.1
v1.0
v0.9
v0.8
0.7
v0.5
master
分支 (14)
标签 (14)
master
v1.9
v1.8
1.71
1.5-stable
1.4-stable
1.3.1-stable
1.3-stable
1.2-stable
1.1-stable
1.0-stable
0.9-stable
0.7-stable
0.5-stable
v1.9
v1.8
v1.7
v1.6
v1.5
v1.4
v1.3
v1.2
v1.1
v1.0
v0.9
v0.8
0.7
v0.5
克隆/下载
克隆/下载
提示
下载代码请复制以下命令到终端执行
为确保你提交的代码身份被 Gitee 正确识别,请执行以下命令完成配置
初次使用 SSH 协议进行代码克隆、推送等操作时,需按下述提示完成 SSH 配置
1 生成 RSA 密钥
2 获取 RSA 公钥内容,并配置到 SSH公钥
在 Gitee 上使用 SVN,请访问 使用指南
使用 HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议 配置并使用私人令牌 替代登录密码进行克隆、推送等操作
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com': # 私人令牌
master
分支 (14)
标签 (14)
master
v1.9
v1.8
1.71
1.5-stable
1.4-stable
1.3.1-stable
1.3-stable
1.2-stable
1.1-stable
1.0-stable
0.9-stable
0.7-stable
0.5-stable
v1.9
v1.8
v1.7
v1.6
v1.5
v1.4
v1.3
v1.2
v1.1
v1.0
v0.9
v0.8
0.7
v0.5
PropertyApp
/
pages.json
PropertyApp
/
pages.json
pages.json 26.56 KB
一键复制 编辑 原始数据 按行查看 历史
java110 提交于 2025年06月06日 18:18 +08:00 . 完成结束报修
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004
{
"pages":[//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path":"pages/index/index",
"style":{
"navigationBarTitleText":""
}
},{
"path":"pages/addressList/addressList",
"style":{
"navigationBarTitleText":"通讯录"
}
},{
"path":"pages/my/my",
"style":{
"navigationBarTitleText":"我的"
}
},{
"path":"pages/login/login",
"style":{
//"navigationBarTitleText":"请登录"
"app-plus":{
"titleNView":false,
"bounce":"none",
"scrollIndicator":"none"
},
"navigationStyle":"custom"
}
},{
"path":"pages/activityes/activityes",
"style":{
"navigationBarTitleText":"小区文化"
}
},{
"path":"pages/activityDetail/activityDetail",
"style":{
"navigationBarTitleText":"文化详情"
}
},{
"path":"pages/notice/notice",
"style":{
"navigationBarTitleText":"公告"
}
},{
"path":"pages/changeCommunity/changeCommunity",
"style":{
"navigationBarTitleText":"切换小区"
}
},{
"path":"pages/userInfo/userInfo",
"style":{
"navigationBarTitleText":"个人信息"
}
},{
"path":"pages/changePwd/changePwd",
"style":{
"navigationBarTitleText":"修改密码"
}
},{
"path":"pages/notice/detail/noticeDetail",
"style":{
"navigationBarTitleText":"通知页面详情"
}
},{
"path":"pages/complaintList/complaintList",
"style":{
"navigationBarTitleText":"投诉受理单"
}
},{
"path":"pages/auditComplaintOrder/auditComplaintOrder",
"style":{
"navigationBarTitleText":"处理投诉单"
}
},{
"path":"pages/complaintOrderDetail/complaintOrderDetail",
"style":{
"navigationBarTitleText":"投诉单详情"
}
},{
"path":"pages/complaintOrder/complaintOrder",
"style":{
"navigationBarTitleText":"投诉录单"
}
},{
"path":"pages/floorList/floorList",
"style":{
"navigationBarTitleText":"选择楼栋"
}
},{
"path":"pages/unitList/unitList",
"style":{
"navigationBarTitleText":"选择单元"
}
},{
"path":"pages/roomList/roomList",
"style":{
"navigationBarTitleText":"选择房屋"
}
},
{
"path":"pages/repairOrder/repairOrder",
"style":{
"navigationBarTitleText":"维修工单池"
}
},
{
"path":"pages/repairDispatch/repairDispatch",
"style":{
"navigationBarTitleText":"维修待办单"
}
},
{
"path":"pages/repairDetail/repairDetail",
"style":{
"navigationBarTitleText":"维修详情"
}
},{
"path":"pages/repairAdd/repairAdd",
"style":{
"navigationBarTitleText":"添加记录"
}
},{
"path":"pages/inspection/inspection",
"style":{
"navigationBarTitleText":"巡检打卡"
}
},{
"path":"pages/inspectionReexamine/inspectionReexamine",
"style":{
"navigationBarTitleText":"巡检补检"
}
},{
"path":"pages/excuteInspection/excuteInspection",
"style":{
"navigationBarTitleText":"巡检过程"
}
},{
"path":"pages/excuteOneInspection/excuteOneInspection",
"style":{
"navigationBarTitleText":"执行巡检"
}
},{
"path":"pages/purchaseRequest/purchaseRequest",
"style":{
"navigationBarTitleText":"采购申请"
}
},{
"path":"pages/pOutOfStorageRequest/pOutOfStorageRequest",
"style":{
"navigationBarTitleText":"出库申请"
}
},{
"path":"pages/purchasingSchedule/purchasingSchedule",
"style":{
"navigationBarTitleText":"申请进度"
}
},{
"path":"pages/purchaseReview/purchaseReview",
"style":{
"navigationBarTitleText":"采购审核"
}
},{
"path":"pages/purchaseList/purchaseList",
"style":{
"navigationBarTitleText":"选择类型"
}
},{
"path":"pages/repairHandle/repairHandle",
"style":{
"navigationBarTitleText":"订单处理"
}
},{
"path":"pages/repairDispatchFinish/repairDispatchFinish",
"style":{
"navigationBarTitleText":"维修已办"
}
},{
"path":"pages/appraiseRepair/appraiseRepair",
"style":{
"navigationBarTitleText":"回访工单"
}
},{
"path":"pages/complaintFinish/complaintFinish",
"style":{
"navigationBarTitleText":"投诉已办单"
}
},{
"path":"pages/complaintHandle/complaintHandle",
"style":{
"navigationBarTitleText":"投诉处理"
}
},{
"path":"pages/roomDetail/roomDetail",
"style":{
"navigationBarTitleText":"房产信息"
}
},{
"path":"pages/selectFloor/selectFloor",
"style":{
"navigationBarTitleText":"选择楼栋"
}
},{
"path":"pages/selectUnit/selectUnit",
"style":{
"navigationBarTitleText":"选择单元"
}
},{
"path":"pages/selectRoom/selectRoom",
"style":{
"navigationBarTitleText":"选择房屋"
}
},{
"path":"pages/feeDetail/feeDetail",
"style":{
"navigationBarTitleText":"费用详情"
}
},{
"path":"pages/fee/roomPayFee",
"style":{
"navigationBarTitleText":"收银台"
}
},
{
"path":"pages/meter/meterReading",
"style":{
"navigationBarTitleText":"水电抄表"
}
},
{
"path":"pages/meter/addmeter",
"style":{
"navigationBarTitleText":"抄表"
}
},
{
"path":"pages/applyRoom/applyRoom",
"style":{
"navigationBarTitleText":"空置房"
}
},
{
"path":"pages/applyRoomDetail/applyRoomDetail",
"style":{
"navigationBarTitleText":"空置房详情"
}
},
{
"path":"pages/applyRoomRecord/applyRoomRecord",
"style":{
"navigationBarTitleText":"空置房跟踪记录"
}
},
{
"path":"pages/applyRoomRecordHandle/applyRoomRecordHandle",
"style":{
"navigationBarTitleText":"添加跟踪记录"
}
},
{
"path":"pages/applyRoomRecordDetail/applyRoomRecordDetail",
"style":{
"navigationBarTitleText":"跟踪记录详情"
}
},
{
"path":"pages/roomRenovation/roomRenovation",
"style":{
"navigationBarTitleText":"装修记录"
}
},
{
"path":"pages/roomRenovationDetail/roomRenovationDetail",
"style":{
"navigationBarTitleText":"装修详情"
}
},
{
"path":"pages/roomRenovationRecord/roomRenovationRecord",
"style":{
"navigationBarTitleText":"跟踪记录"
}
},
{
"path":"pages/roomRenovationRecordHandle/roomRenovationRecordHandle",
"style":{
"navigationBarTitleText":"添加跟踪记录"
}
},
{
"path":"pages/roomRenovationRecordDetail/roomRenovationRecordDetail",
"style":{
"navigationBarTitleText":"跟踪记录详情"
}
},{
"path":"pages/fee/payFeeByQrCode",
"style":{
"navigationBarTitleText":"请扫二维码支付",
"enablePullDownRefresh":false
}
},
{
"path":"pages/resourceStoreManage/resourceStoreManage",
"style":{
"navigationBarTitleText":"我的物品"
}
},
{
"path":"pages/resource/purchaseApplyManage",
"style":{
"navigationBarTitleText":"采购申请"
}
},
{
"path":"pages/resource/addPurchaseApply",
"style":{
"navigationBarTitleText":"采购申请"
}
},
{
"path":"pages/resource/purchaseApplyAuditOrders",
"style":{
"navigationBarTitleText":"采购审批"
}
},
{
"path":"pages/resource/itemOutManage",
"style":{
"navigationBarTitleText":"物品领用"
}
},
{
"path":"pages/resource/addItemOut",
"style":{
"navigationBarTitleText":"领用申请"
}
},
{
"path":"pages/resource/itemOutAuditOrders",
"style":{
"navigationBarTitleText":"领用审批"
}
},
{
"path":"pages/resource/itemOutDo",
"style":{
"navigationBarTitleText":"物品发放"
}
},
{
"path":"pages/resource/itemEnterDo",
"style":{
"navigationBarTitleText":"物品入库"
}
},
{
"path":"pages/resource/allocationStorehouseManage",
"style":{
"navigationBarTitleText":"调拨列表"
}
},
{
"path":"pages/resource/allocationStorehouseApply",
"style":{
"navigationBarTitleText":"物品调拨"
}
},
{
"path":"pages/resource/allocationStorehouseAuditOrders",
"style":{
"navigationBarTitleText":"调拨审批"
}
},
{
"path":"pages/resource/allocationStorehouseApplyDetail",
"style":{
"navigationBarTitleText":"调拨详情"
}
},
{
"path":"pages/resourceStoreReturn/resourceStoreReturn",
"style":{
"navigationBarTitleText":"物品退还"
}
},
{
"path":"pages/resourceStoreScrap/resourceStoreScrap",
"style":{
"navigationBarTitleText":"物品损耗"
}
},
{
"path":"pages/resourceStoreTransfer/resourceStoreTransfer",
"style":{
"navigationBarTitleText":"物品转赠"
}
},
{
"path":"pages/inspectionTransfer/inspectionTransfer",
"style":{
"navigationBarTitleText":"任务流转"
}
},
{
"path":"pages/urgentPurchaseApplyStep/urgentPurchaseApplyStep",
"style":{
"navigationBarTitleText":"紧急采购"
}
},
{
"path":"pages/resource/purchaseApplyDetail",
"style":{
"navigationBarTitleText":"申请详情"
}
},
{
"path":"pages/hcWebView/hcWebView",
"style":{
"navigationBarTitleText":""
}
},{
"path":"pages/oaWorkflow/oaWorkflow",
"style":{
"navigationBarTitleText":"OA流程",
"enablePullDownRefresh":false
}
},{
"path":"pages/newOaWorkflowForm/newOaWorkflowForm",
"style":{
"navigationBarTitleText":"起草流程",
"enablePullDownRefresh":false
}
},{
"path":"pages/newOaWorkflowFinish/newOaWorkflowFinish",
"style":{
"navigationBarTitleText":"流程已办",
"enablePullDownRefresh":false
}
},{
"path":"pages/newOaWorkflowUndo/newOaWorkflowUndo",
"style":{
"navigationBarTitleText":"流程待办",
"enablePullDownRefresh":false
}
},{
"path":"pages/newOaWorkflowDetail/newOaWorkflowDetail",
"style":{
"navigationBarTitleText":"待办处理",
"enablePullDownRefresh":false
}
},{
"path":"pages/newOaWorkflowUndoAudit/newOaWorkflowUndoAudit",
"style":{
"navigationBarTitleText":"流程审核",
"enablePullDownRefresh":false
}
},{
"path":"pages/newOaWorkflowFormEdit/newOaWorkflowFormEdit",
"style":{
"navigationBarTitleText":"表单修改",
"enablePullDownRefresh":false
}
},{
"path":"pages/excuteOneQrCodeInspection/excuteOneQrCodeInspection",
"style":{
"navigationBarTitleText":"二维码巡检",
"enablePullDownRefresh":false
}
},{
"path":"pages/repairHandle/selectResource",
"style":{
"navigationBarTitleText":"选择物品",
"enablePullDownRefresh":false
}
},
{
"path":"pages/appointment/appointment",
"style":{
"navigationBarTitleText":"预约核销"
}
},
{
"path":"pages/appointment/hou_one",
"style":{
"navigationBarTitleText":"核销扫码"
}
}
,{
"path":"pages/maintainance/maintainance",
"style":
{
"navigationBarTitleText":"设备保养",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/maintainance/excuteMaintainance",
"style":
{
"navigationBarTitleText":"保养",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/maintainance/excuteOneMaintainance",
"style":
{
"navigationBarTitleText":"",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/maintainance/maintainanceTransfer",
"style":
{
"navigationBarTitleText":"",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/inspection/inspectionTodayReport",
"style":
{
"navigationBarTitleText":"今日巡检",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/inspection/staffNoInspection",
"style":
{
"navigationBarTitleText":"员工未巡检",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/coupon/writeOffCoupon",
"style":
{
"navigationBarTitleText":"核销优惠券",
"enablePullDownRefresh":false
}
}
//,{
//"path":"pages/coupon/writeOffIntegral",
//"style":
//{
//"navigationBarTitleText":"",
//"enablePullDownRefresh":false
//}
//}
,{
"path":"pages/coupon/wirteOffReserve",
"style":
{
"navigationBarTitleText":"核销预约",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/itemRelease/itemRelease",
"style":
{
"navigationBarTitleText":"",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/itemRelease/itemReleaseDetail",
"style":
{
"navigationBarTitleText":"",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/visit/visit",
"style":
{
"navigationBarTitleText":"",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/visit/visitDetail",
"style":
{
"navigationBarTitleText":"",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/index/work",
"style":
{
"navigationBarTitleText":"工作台",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/audit/undoAudit",
"style":
{
"navigationBarTitleText":"待办审核",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/resource/editPurchaseApply",
"style":
{
"navigationBarTitleText":"修改采购",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/resource/allocationEnterDo",
"style":
{
"navigationBarTitleText":"调拨",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/report/dataReport",
"style":
{
"navigationBarTitleText":"数据统计",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/report/reportPayFeeDetail",
"style":
{
"navigationBarTitleText":"缴费明细表",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/report/reportRoomFee",
"style":
{
"navigationBarTitleText":"房屋费用明细",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/report/reportFeeSummary",
"style":
{
"navigationBarTitleText":"费用汇总表",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/my/staffDetailAttendance",
"style":
{
"navigationBarTitleText":"员工考勤",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/car/ownerCar",
"style":
{
"navigationBarTitleText":"业主车辆",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/report/openDoorLog",
"style":
{
"navigationBarTitleText":"开门记录",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/report/chargeMachineOrder",
"style":
{
"navigationBarTitleText":"充电桩订单",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/fee/oweFeeCallable",
"style":
{
"navigationBarTitleText":"催缴登记",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/fee/writeOweFeeCallable",
"style":
{
"navigationBarTitleText":"催缴登记",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/owner/owner",
"style":
{
"navigationBarTitleText":"业主",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/owner/addOwner",
"style":
{
"navigationBarTitleText":"",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/car/barrierGate",
"style":
{
"navigationBarTitleText":"道闸",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/car/carInParkingArea",
"style":
{
"navigationBarTitleText":"手工进场",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/car/carOutParkingArea",
"style":
{
"navigationBarTitleText":"手工出场",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/owner/editOwner",
"style":
{
"navigationBarTitleText":"修改业主",
"enablePullDownRefresh":false
}
}
,{
"path":"pages/fee/createFee",
"style":
{
"navigationBarTitleText":"创建费用",
"enablePullDownRefresh":false
}
},
{
"path":"pages/work/startWork",
"style":
{
"navigationBarTitleText":"发工作单",
"enablePullDownRefresh":false
}
},
{
"path":"pages/work/workDetail",
"style":
{
"navigationBarTitleText":"工作单详情",
"enablePullDownRefresh":false
}
},
{
"path":"pages/work/workTask",
"style":
{
"navigationBarTitleText":"",
"enablePullDownRefresh":false
}
},
{
"path":"pages/work/editWrok",
"style":
{
"navigationBarTitleText":"修改工作单",
"enablePullDownRefresh":false
}
},
{
"path":"pages/work/doWork",
"style":
{
"navigationBarTitleText":"办理工作单",
"enablePullDownRefresh":false
}
},
{
"path":"pages/work/doWorkAudit",
"style":
{
"navigationBarTitleText":"办理工作单",
"enablePullDownRefresh":false
}
},
{
"path":"pages/work/copyWork",
"style":
{
"navigationBarTitleText":"抄送工作单",
"enablePullDownRefresh":false
}
},
{
"path":"pages/work/doCopyWork",
"style":
{
"navigationBarTitleText":"已阅",
"enablePullDownRefresh":false
}
},
{
"path":"pages/complaintOrderDetail/replyComplainAppraise",
"style":
{
"navigationBarTitleText":"回复评价",
"enablePullDownRefresh":false
}
},
{
"path":"pages/repairOrder/replyRepairAppraise",
"style":
{
"navigationBarTitleText":"",
"enablePullDownRefresh":false
}
},
{
"path":"pages/car/barrierVideo",
"style":
{
"navigationBarTitleText":"",
"enablePullDownRefresh":false
}
},
{
"path":"pages/meter/qrcodeMeter",
"style":
{
"navigationBarTitleText":"二维码抄表"
}
},
{
"path":"pages/video/videoList",
"style":
{
"navigationBarTitleText":"监控",
"enablePullDownRefresh":false
}
},
{
"path":"pages/video/playVideo",
"style":
{
"navigationBarTitleText":"观看视频"
}
},
{
"path":"pages/charge/charge",
"style":
{
"navigationBarTitleText":"充电桩"
}
},
{
"path":"pages/charge/chargeDetail",
"style":
{
"navigationBarTitleText":"充电桩详情"
}
},
{
"path":"pages/meter/shareMeter",
"style":
{
"navigationBarTitleText":""
}
},
{
"path":"pages/meter/addShareReading",
"style":
{
"navigationBarTitleText":""
}
},
{
"path":"pages/meter/auditShareReading",
"style":
{
"navigationBarTitleText":""
}
},
{
"path":"pages/repairOrder/repairEnd",
"style":
{
"navigationBarTitleText":"结束订单"
}
}
],
"globalStyle":{
"navigationBarTextStyle":"white",
"navigationBarTitleText":"物业版",
"navigationBarBackgroundColor":"#368CFE",
"backgroundColor":"#00AA00"
//"onReachBottonDistance":50
},
"tabBar":{
"color":"#272636",
"selectedColor":"#00AA00",
"borderStyle":"black",
"backgroundColor":"#ffffff",
"height":"50px",
"fontSize":"10px",
"iconWidth":"24px",
"spacing":"3px",
"list":[{
"pagePath":"pages/index/index",
"iconPath":"static/image/home.png",
"selectedIconPath":"static/image/home-selected.png",
"text":"首页"
},{
"pagePath":"pages/index/work",
"iconPath":"static/image/rent.png",
"selectedIconPath":"static/image/rent-selected.png",
"text":"工作台"
},
{
"pagePath":"pages/addressList/addressList",
"iconPath":"static/image/addressList.png",
"selectedIconPath":"static/image/addressList-selected.png",
"text":"通讯录"
},
{
"pagePath":"pages/my/my",
"iconPath":"static/image/my.png",
"selectedIconPath":"static/image/my-selected.png",
"text":"我的"
}
]
},
"networkTimeout":{
"request":10000
}
}
Loading...
举报
举报成功
我们将于2个工作日内通过站内信反馈结果给你!
请认真填写举报原因,尽可能描述详细。
请选择举报类型
取消
发送
误判申诉

此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。

如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。

取消
提交

简介

HC掌上物业是完全开源并免费商用的手机版小区物业管理系统, 包含工单维修,巡检打卡,采购,物品领用,投诉处理,房产管理,通讯录,公告和小区广告等功能, 项目采用uni-app开发一次编码多端运行欢迎加群交流770542020
取消

开源评估指数源自 OSS-Compass 评估体系,评估体系围绕以下三个维度对项目展开评估:

1. 开源生态

  • 生产力:来评估开源项目输出软件制品和开源价值的能力。
  • 创新力:用于评估开源软件及其生态系统的多样化程度。
  • 稳健性:用于评估开源项目面对多变的发展环境,抵御内外干扰并自我恢复的能力。

2. 协作、人、软件

  • 协作:代表了开源开发行为中协作的程度和深度。
  • 人:观察开源项目核心人员在开源项目中的影响力,并通过第三方视角考察用户和开发者对开源项目的评价。
  • 软件:从开源项目对外输出的制品评估其价值最终落脚点。也是开源评估最"古老"的主流方向之一"开源软件" 的具体表现。

3. 评估模型

    基于"开源生态"与"协作、人、软件"的维度,找到与该目标直接或间接相关的可量化指标,对开源项目健康与生态进行量化评估,最终形成开源评估指数。

贡献者

全部

近期动态

不能加载更多了
编辑仓库简介
简介内容
主页
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/java110/PropertyApp.git
git@gitee.com:java110/PropertyApp.git
java110
PropertyApp
HC小区物业版
master
点此查找更多帮助

搜索帮助

评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册

AltStyle によって変換されたページ (->オリジナル) /