├── .DS_Store ├── .gitignore ├── LICENSE ├── Readme.md ├── Readme_cn.md ├── Readme_en.md ├── app.js ├── bin └── www ├── css └── vc-ui.css ├── docs ├── _coverpage.md ├── _sidebar.md ├── core │ └── core.md ├── img │ ├── 0004.png │ ├── business.png │ ├── business_en.png │ ├── func.png │ ├── hc.png │ ├── hc_en.png │ ├── index.png │ ├── index_en.png │ ├── login.jpg │ ├── login.png │ ├── login_en.png │ ├── owner.png │ ├── owner_en.png │ ├── phone.png │ └── qq.png ├── index.html ├── install │ └── script.md └── read │ └── read.md ├── package.json ├── public ├── .DS_Store ├── admin.html ├── advertVedio.html ├── api │ └── owner │ │ └── index.mjs ├── bigScreen │ ├── css │ │ ├── bootstrap-theme.css │ │ ├── bootstrap-theme.css.map │ │ ├── bootstrap-theme.min.css │ │ ├── bootstrap-theme.min.css.map │ │ ├── bootstrap.css │ │ ├── bootstrap.css.map │ │ ├── bootstrap.min.css │ │ ├── bootstrap.min.css.map │ │ ├── index.css │ │ └── style.css │ ├── images │ │ ├── aleftboxtbott.png │ │ ├── aleftboxtmidd.png │ │ ├── aleftboxttop.png │ │ ├── amiddboxtbott1.png │ │ ├── amiddboxtbott1副本.png │ │ ├── amiddboxtbott2.png │ │ ├── amiddboxttop.png │ │ ├── arightboxbott.png │ │ ├── arightboxtop.png │ │ ├── b-rbox2.png │ │ ├── bbox2.png │ │ ├── bg.jpg │ │ ├── bg_body.jpg │ │ ├── bg_box1.png │ │ ├── bg_box2.png │ │ ├── bg_box3.png │ │ ├── bg_box4.png │ │ ├── bg_box5.png │ │ ├── bg_title.png │ │ ├── blue_rico.png │ │ ├── bnt.png │ │ ├── bntactive.png │ │ ├── camera.png │ │ ├── camera_l.png │ │ ├── data_icon.png │ │ ├── errors.txt │ │ ├── hdbj.png │ │ ├── hdbjr.png │ │ ├── hdmap.png │ │ ├── hot.png │ │ ├── icondown.png │ │ ├── iconup.png │ │ ├── icosjx.png │ │ ├── img.png │ │ ├── left1box.png │ │ ├── leftb1.png │ │ ├── leftbox2.png │ │ ├── mapbg.png │ │ ├── mbox1.png │ │ ├── mbox2.png │ │ ├── midtop.png │ │ ├── pleft1bott.png │ │ ├── pleft1middb.png │ │ ├── pleft1middt.png │ │ ├── pleftbox2bott.png │ │ ├── pleftbox2mid.png │ │ ├── pleftbox2top.png │ │ ├── pmiddboxmidd.png │ │ ├── prightmidd.png │ │ ├── prighttop.png │ │ ├── puleftbott.png │ │ ├── puleftmidd.png │ │ ├── pulefttop.png │ │ ├── pumiddbott.png │ │ ├── pumiddtop1.png │ │ ├── pumiddtop2.png │ │ ├── purightbott.png │ │ ├── purightmidd.png │ │ ├── purighttop.png │ │ ├── rbox1.png │ │ ├── red_rico.png │ │ ├── ricon1.png │ │ ├── ricon2.png │ │ ├── time.png │ │ └── title_icon.png │ ├── img │ │ ├── aleftboxtbott.png │ │ ├── aleftboxtmidd.png │ │ ├── aleftboxttop.png │ │ ├── amiddboxtbott1.png │ │ ├── amiddboxtbott1副本.png │ │ ├── amiddboxtbott2.png │ │ ├── amiddboxttop.png │ │ ├── arightboxbott.png │ │ ├── arightboxtop.png │ │ ├── b-rbox2.png │ │ ├── bbox2.png │ │ ├── bg.jpg │ │ ├── blue_rico.png │ │ ├── bnt.png │ │ ├── bntactive.png │ │ ├── camera.png │ │ ├── camera_l.png │ │ ├── errors.txt │ │ ├── hdbj.png │ │ ├── hdbjr.png │ │ ├── hdmap.png │ │ ├── hot.png │ │ ├── icondown.png │ │ ├── iconup.png │ │ ├── icosjx.png │ │ ├── img.png │ │ ├── left1box.png │ │ ├── leftb1.png │ │ ├── leftbox2.png │ │ ├── mapbg.png │ │ ├── mbox1.png │ │ ├── mbox2.png │ │ ├── midtop.png │ │ ├── pleft1bott.png │ │ ├── pleft1middb.png │ │ ├── pleft1middt.png │ │ ├── pleftbox2bott.png │ │ ├── pleftbox2mid.png │ │ ├── pleftbox2top.png │ │ ├── pmiddboxmidd.png │ │ ├── prightmidd.png │ │ ├── prighttop.png │ │ ├── puleftbott.png │ │ ├── puleftmidd.png │ │ ├── pulefttop.png │ │ ├── pumiddbott.png │ │ ├── pumiddtop1.png │ │ ├── pumiddtop2.png │ │ ├── purightbott.png │ │ ├── purightmidd.png │ │ ├── purighttop.png │ │ ├── rbox1.png │ │ ├── red_rico.png │ │ ├── ricon1.png │ │ ├── ricon2.png │ │ └── time.png │ ├── index.html │ ├── js │ │ ├── bootstrap.js │ │ ├── bootstrap.min.js │ │ ├── box1.js │ │ ├── box2.js │ │ ├── box3.js │ │ ├── box4.js │ │ ├── box5.js │ │ ├── echarts.min.js │ │ ├── jquery.min.js │ │ ├── npm.js │ │ └── public.js │ └── public.html ├── bpmnjs │ ├── app.css │ ├── app.js │ ├── index.html │ ├── index.js │ └── vendor │ │ ├── bpmn-js-properties-panel │ │ └── assets │ │ │ └── bpmn-js-properties-panel.css │ │ └── bpmn-js │ │ └── assets │ │ ├── bpmn-font │ │ ├── css │ │ │ ├── bpmn-codes.css │ │ │ ├── bpmn-embedded.css │ │ │ └── bpmn.css │ │ └── font │ │ │ ├── bpmn.eot │ │ │ ├── bpmn.svg │ │ │ ├── bpmn.ttf │ │ │ ├── bpmn.woff │ │ │ └── bpmn.woff2 │ │ └── diagram-js.css ├── components │ ├── .DS_Store │ ├── admin │ │ ├── .DS_Store │ │ ├── addAggregateSupply │ │ │ ├── addAggregateSupply.html │ │ │ └── addAggregateSupply.js │ │ ├── addChainSupplier │ │ │ ├── addChainSupplier.html │ │ │ └── addChainSupplier.js │ │ ├── addChainSupplierCatalog │ │ │ ├── addChainSupplierCatalog.html │ │ │ └── addChainSupplierCatalog.js │ │ ├── addClue │ │ │ ├── addClue.html │ │ │ └── addClue.js │ │ ├── addClueAttr │ │ │ ├── addClueAttr.html │ │ │ └── addClueAttr.js │ │ ├── addContract │ │ │ └── addContract.html │ │ ├── addContractCollectionPlan │ │ │ ├── addContractCollectionPlan.html │ │ │ └── addContractCollectionPlan.js │ │ ├── addContractPartya │ │ │ ├── addContractPartya.html │ │ │ └── addContractPartya.js │ │ ├── addContractType │ │ │ ├── addContractType.html │ │ │ └── addContractType.js │ │ ├── addContractTypeSpec │ │ │ ├── addContractTypeSpec.html │ │ │ └── addContractTypeSpec.js │ │ ├── addConvenienceMenus │ │ │ ├── addConvenienceMenus.html │ │ │ └── addConvenienceMenus.js │ │ ├── addCouponDetail │ │ │ ├── addCouponDetail.html │ │ │ └── addCouponDetail.js │ │ ├── addCouponPool │ │ │ ├── addCouponPool.html │ │ │ └── addCouponPool.js │ │ ├── addMainCategory │ │ │ ├── addMainCategory.html │ │ │ └── addMainCategory.js │ │ ├── addMainCategoryProduct │ │ │ ├── addMainCategoryProduct.html │ │ │ └── addMainCategoryProduct.js │ │ ├── addMarketBlacklist │ │ │ ├── addMarketBlacklist.html │ │ │ └── addMarketBlacklist.js │ │ ├── addMarketGoods │ │ │ ├── addMarketGoods.html │ │ │ └── addMarketGoods.js │ │ ├── addMarketGoodsItem │ │ │ ├── addMarketGoodsItem.html │ │ │ └── addMarketGoodsItem.js │ │ ├── addMarketPic │ │ │ ├── addMarketPic.html │ │ │ └── addMarketPic.js │ │ ├── addMarketRule │ │ │ ├── addMarketRule.html │ │ │ └── addMarketRule.js │ │ ├── addMarketRuleCommunity │ │ │ ├── addMarketRuleCommunity.html │ │ │ └── addMarketRuleCommunity.js │ │ ├── addMarketRuleObj │ │ │ ├── addMarketRuleObj.html │ │ │ └── addMarketRuleObj.js │ │ ├── addMarketRuleWay │ │ │ ├── addMarketRuleWay.html │ │ │ └── addMarketRuleWay.js │ │ ├── addMarketSms │ │ │ ├── addMarketSms.html │ │ │ └── addMarketSms.js │ │ ├── addMarketText │ │ │ ├── addMarketText.html │ │ │ └── addMarketText.js │ │ ├── addMerchantShop │ │ │ ├── addMerchantShop.html │ │ │ └── addMerchantShop.js │ │ ├── addMerchantShopInfo │ │ │ ├── addMerchantShopInfo.html │ │ │ └── addMerchantShopInfo.js │ │ ├── addPropertyCommunity │ │ │ ├── addPropertyCommunity.html │ │ │ └── addPropertyCommunity.js │ │ ├── addPropertyCompany │ │ │ ├── addPropertyCompany.html │ │ │ └── addPropertyCompany.js │ │ ├── addRentingAppointment │ │ │ ├── addRentingAppointment.html │ │ │ └── addRentingAppointment.js │ │ ├── addRentingConfig │ │ │ ├── addRentingConfig.html │ │ │ └── addRentingConfig.js │ │ ├── addRentingPool │ │ │ ├── addRentingPool.html │ │ │ └── addRentingPool.js │ │ ├── addShopAudit │ │ │ ├── addShopAudit.html │ │ │ └── addShopAudit.js │ │ ├── addShopType │ │ │ ├── addShopType.html │ │ │ └── addShopType.js │ │ ├── addStoreInfo │ │ │ ├── addStoreInfo.html │ │ │ └── addStoreInfo.js │ │ ├── addSystemGoldSetting │ │ │ ├── addSystemGoldSetting.html │ │ │ └── addSystemGoldSetting.js │ │ ├── addTemplateView │ │ │ ├── addTemplateView.html │ │ │ └── addTemplateView.js │ │ ├── adminIndex │ │ │ ├── adminIndex.html │ │ │ └── adminIndex.js │ │ ├── adminLoginProperty │ │ │ ├── adminLoginProperty.html │ │ │ └── adminLoginProperty.js │ │ ├── chooseChainSupplier │ │ │ ├── chooseChainSupplier.html │ │ │ └── chooseChainSupplier.js │ │ ├── chooseChainSupplierCatalog │ │ │ ├── chooseChainSupplierCatalog.html │ │ │ └── chooseChainSupplierCatalog.js │ │ ├── chooseClue │ │ │ ├── chooseClue.html │ │ │ └── chooseClue.js │ │ ├── chooseClueAttr │ │ │ ├── chooseClueAttr.html │ │ │ └── chooseClueAttr.js │ │ ├── chooseContract │ │ │ ├── chooseContract.html │ │ │ └── chooseContract.js │ │ ├── chooseContractCollectionPlan │ │ │ ├── chooseContractCollectionPlan.html │ │ │ └── chooseContractCollectionPlan.js │ │ ├── chooseContractPartya │ │ │ ├── chooseContractPartya.html │ │ │ └── chooseContractPartya.js │ │ ├── chooseContractType │ │ │ ├── chooseContractType.html │ │ │ └── chooseContractType.js │ │ ├── chooseContractTypeSpec │ │ │ ├── chooseContractTypeSpec.html │ │ │ └── chooseContractTypeSpec.js │ │ ├── chooseConvenienceMenus │ │ │ ├── chooseConvenienceMenus.html │ │ │ └── chooseConvenienceMenus.js │ │ ├── chooseCouponDetail │ │ │ ├── chooseCouponDetail.html │ │ │ └── chooseCouponDetail.js │ │ ├── chooseCouponPool │ │ │ ├── chooseCouponPool.html │ │ │ └── chooseCouponPool.js │ │ ├── chooseMainCategory │ │ │ ├── chooseMainCategory.html │ │ │ └── chooseMainCategory.js │ │ ├── chooseMainCategoryProduct │ │ │ ├── chooseMainCategoryProduct.html │ │ │ └── chooseMainCategoryProduct.js │ │ ├── chooseMarketSms │ │ │ ├── chooseMarketSms.html │ │ │ └── chooseMarketSms.js │ │ ├── choosePropertyCompany │ │ │ ├── choosePropertyCompany.html │ │ │ └── choosePropertyCompany.js │ │ ├── chooseRentingAppointment │ │ │ ├── chooseRentingAppointment.html │ │ │ └── chooseRentingAppointment.js │ │ ├── chooseRentingConfig │ │ │ ├── chooseRentingConfig.html │ │ │ └── chooseRentingConfig.js │ │ ├── chooseRentingPool │ │ │ ├── chooseRentingPool.html │ │ │ └── chooseRentingPool.js │ │ ├── chooseShopAudit │ │ │ ├── chooseShopAudit.html │ │ │ └── chooseShopAudit.js │ │ ├── chooseShopRange │ │ │ ├── chooseShopRange.html │ │ │ └── chooseShopRange.js │ │ ├── chooseShopType │ │ │ ├── chooseShopType.html │ │ │ └── chooseShopType.js │ │ ├── chooseStoreInfo │ │ │ ├── chooseStoreInfo.html │ │ │ └── chooseStoreInfo.js │ │ ├── chooseSystemGoldSetting │ │ │ ├── chooseSystemGoldSetting.html │ │ │ └── chooseSystemGoldSetting.js │ │ ├── confirmRenting │ │ │ ├── confirmRenting.html │ │ │ └── confirmRenting.js │ │ ├── contractChangeAssets │ │ │ ├── contractChangeAssets.html │ │ │ └── contractChangeAssets.js │ │ ├── contractChangeLease │ │ │ ├── contractChangeLease.html │ │ │ └── contractChangeLease.js │ │ ├── contractChangeMainBody │ │ │ ├── contractChangeMainBody.html │ │ │ └── contractChangeMainBody.js │ │ ├── deleteChainProduct │ │ │ ├── deleteChainProduct.html │ │ │ └── deleteChainProduct.js │ │ ├── deleteChainSupplier │ │ │ ├── deleteChainSupplier.html │ │ │ └── deleteChainSupplier.js │ │ ├── deleteChainSupplierCatalog │ │ │ ├── deleteChainSupplierCatalog.html │ │ │ └── deleteChainSupplierCatalog.js │ │ ├── deleteClue │ │ │ ├── deleteClue.html │ │ │ └── deleteClue.js │ │ ├── deleteClueAttr │ │ │ ├── deleteClueAttr.html │ │ │ └── deleteClueAttr.js │ │ ├── deleteContract │ │ │ ├── deleteContract.html │ │ │ └── deleteContract.js │ │ ├── deleteContractChangePlan │ │ │ ├── deleteContractChangePlan.html │ │ │ └── deleteContractChangePlan.js │ │ ├── deleteContractCollectionPlan │ │ │ ├── deleteContractCollectionPlan.html │ │ │ └── deleteContractCollectionPlan.js │ │ ├── deleteContractPartya │ │ │ ├── deleteContractPartya.html │ │ │ └── deleteContractPartya.js │ │ ├── deleteContractType │ │ │ ├── deleteContractType.html │ │ │ └── deleteContractType.js │ │ ├── deleteContractTypeSpec │ │ │ ├── deleteContractTypeSpec.html │ │ │ └── deleteContractTypeSpec.js │ │ ├── deleteConvenienceMenus │ │ │ ├── deleteConvenienceMenus.html │ │ │ └── deleteConvenienceMenus.js │ │ ├── deleteCouponDetail │ │ │ ├── deleteCouponDetail.html │ │ │ └── deleteCouponDetail.js │ │ ├── deleteCouponPool │ │ │ ├── deleteCouponPool.html │ │ │ └── deleteCouponPool.js │ │ ├── deleteMainCategory │ │ │ ├── deleteMainCategory.html │ │ │ └── deleteMainCategory.js │ │ ├── deleteMainCategoryProduct │ │ │ ├── deleteMainCategoryProduct.html │ │ │ └── deleteMainCategoryProduct.js │ │ ├── deleteMarketBlacklist │ │ │ ├── deleteMarketBlacklist.html │ │ │ └── deleteMarketBlacklist.js │ │ ├── deleteMarketGoods │ │ │ ├── deleteMarketGoods.html │ │ │ └── deleteMarketGoods.js │ │ ├── deleteMarketGoodsItem │ │ │ ├── deleteMarketGoodsItem.html │ │ │ └── deleteMarketGoodsItem.js │ │ ├── deleteMarketPic │ │ │ ├── deleteMarketPic.html │ │ │ └── deleteMarketPic.js │ │ ├── deleteMarketRule │ │ │ ├── deleteMarketRule.html │ │ │ └── deleteMarketRule.js │ │ ├── deleteMarketRuleCommunity │ │ │ ├── deleteMarketRuleCommunity.html │ │ │ └── deleteMarketRuleCommunity.js │ │ ├── deleteMarketRuleObj │ │ │ ├── deleteMarketRuleObj.html │ │ │ └── deleteMarketRuleObj.js │ │ ├── deleteMarketRuleWay │ │ │ ├── deleteMarketRuleWay.html │ │ │ └── deleteMarketRuleWay.js │ │ ├── deleteMarketSms │ │ │ ├── deleteMarketSms.html │ │ │ └── deleteMarketSms.js │ │ ├── deleteMarketText │ │ │ ├── deleteMarketText.html │ │ │ └── deleteMarketText.js │ │ ├── deleteMerchant │ │ │ ├── deleteMerchant.html │ │ │ └── deleteMerchant.js │ │ ├── deleteMerchantShop │ │ │ ├── deleteMerchantShop.html │ │ │ └── deleteMerchantShop.js │ │ ├── deletePropertyCompany │ │ │ ├── deletePropertyCompany.html │ │ │ └── deletePropertyCompany.js │ │ ├── deleteRentingAppointment │ │ │ ├── deleteRentingAppointment.html │ │ │ └── deleteRentingAppointment.js │ │ ├── deleteRentingConfig │ │ │ ├── deleteRentingConfig.html │ │ │ └── deleteRentingConfig.js │ │ ├── deleteRentingPool │ │ │ ├── deleteRentingPool.html │ │ │ └── deleteRentingPool.js │ │ ├── deleteShopAudit │ │ │ ├── deleteShopAudit.html │ │ │ └── deleteShopAudit.js │ │ ├── deleteShopType │ │ │ ├── deleteShopType.html │ │ │ └── deleteShopType.js │ │ ├── deleteStoreInfo │ │ │ ├── deleteStoreInfo.html │ │ │ └── deleteStoreInfo.js │ │ ├── deleteSystemGoldSetting │ │ │ ├── deleteSystemGoldSetting.html │ │ │ └── deleteSystemGoldSetting.js │ │ ├── devIndex │ │ │ ├── devIndex.html │ │ │ └── devIndex.js │ │ ├── editChainSupplier │ │ │ ├── editChainSupplier.html │ │ │ └── editChainSupplier.js │ │ ├── editChainSupplierCatalog │ │ │ ├── editChainSupplierCatalog.html │ │ │ └── editChainSupplierCatalog.js │ │ ├── editClue │ │ │ ├── editClue.html │ │ │ └── editClue.js │ │ ├── editClueAttr │ │ │ ├── editClueAttr.html │ │ │ └── editClueAttr.js │ │ ├── editContract │ │ │ ├── editContract.html │ │ │ └── editContract.js │ │ ├── editContractCollectionPlan │ │ │ ├── editContractCollectionPlan.html │ │ │ └── editContractCollectionPlan.js │ │ ├── editContractPartya │ │ │ ├── editContractPartya.html │ │ │ └── editContractPartya.js │ │ ├── editContractType │ │ │ ├── editContractType.html │ │ │ └── editContractType.js │ │ ├── editContractTypeSpec │ │ │ ├── editContractTypeSpec.html │ │ │ └── editContractTypeSpec.js │ │ ├── editConvenienceMenus │ │ │ ├── editConvenienceMenus.html │ │ │ └── editConvenienceMenus.js │ │ ├── editCouponDetail │ │ │ ├── editCouponDetail.html │ │ │ └── editCouponDetail.js │ │ ├── editCouponPool │ │ │ ├── editCouponPool.html │ │ │ └── editCouponPool.js │ │ ├── editMainCategory │ │ │ ├── editMainCategory.html │ │ │ └── editMainCategory.js │ │ ├── editMainCategoryProduct │ │ │ ├── editMainCategoryProduct.html │ │ │ └── editMainCategoryProduct.js │ │ ├── editMarketBlacklist │ │ │ ├── editMarketBlacklist.html │ │ │ └── editMarketBlacklist.js │ │ ├── editMarketGoods │ │ │ ├── editMarketGoods.html │ │ │ └── editMarketGoods.js │ │ ├── editMarketGoodsItem │ │ │ ├── editMarketGoodsItem.html │ │ │ └── editMarketGoodsItem.js │ │ ├── editMarketPic │ │ │ ├── editMarketPic.html │ │ │ └── editMarketPic.js │ │ ├── editMarketRule │ │ │ ├── editMarketRule.html │ │ │ └── editMarketRule.js │ │ ├── editMarketSms │ │ │ ├── editMarketSms.html │ │ │ └── editMarketSms.js │ │ ├── editMarketText │ │ │ ├── editMarketText.html │ │ │ └── editMarketText.js │ │ ├── editMerchantShopInfo │ │ │ ├── editMerchantShopInfo.html │ │ │ └── editMerchantShopInfo.js │ │ ├── editPropertyCommunity │ │ │ ├── editPropertyCommunity.html │ │ │ └── editPropertyCommunity.js │ │ ├── editPropertyCompany │ │ │ ├── editPropertyCompany.html │ │ │ └── editPropertyCompany.js │ │ ├── editRentingAppointment │ │ │ ├── editRentingAppointment.html │ │ │ └── editRentingAppointment.js │ │ ├── editRentingConfig │ │ │ ├── editRentingConfig.html │ │ │ └── editRentingConfig.js │ │ ├── editRentingPool │ │ │ ├── editRentingPool.html │ │ │ └── editRentingPool.js │ │ ├── editShopAudit │ │ │ ├── editShopAudit.html │ │ │ └── editShopAudit.js │ │ ├── editShopType │ │ │ ├── editShopType.html │ │ │ └── editShopType.js │ │ ├── editStoreInfo │ │ │ ├── editStoreInfo.html │ │ │ └── editStoreInfo.js │ │ ├── editSystemGoldSetting │ │ │ ├── editSystemGoldSetting.html │ │ │ └── editSystemGoldSetting.js │ │ ├── marketRuleCommunity │ │ │ ├── marketRuleCommunity.html │ │ │ └── marketRuleCommunity.js │ │ ├── marketRuleDiv │ │ │ ├── marketRuleDiv.html │ │ │ └── marketRuleDiv.js │ │ ├── marketRuleObj │ │ │ ├── marketRuleObj.html │ │ │ └── marketRuleObj.js │ │ ├── marketRuleWay │ │ │ ├── marketRuleWay.html │ │ │ └── marketRuleWay.js │ │ ├── marketWayGoods │ │ │ ├── marketWayGoods.html │ │ │ └── marketWayGoods.js │ │ ├── marketWayPic │ │ │ ├── marketWayPic.html │ │ │ └── marketWayPic.js │ │ ├── marketWayText │ │ │ ├── marketWayText.html │ │ │ └── marketWayText.js │ │ ├── rentingPay │ │ │ ├── rentingPay.html │ │ │ └── rentingPay.js │ │ ├── stopContract │ │ │ ├── stopContract.html │ │ │ └── stopContract.js │ │ ├── updateStoreState │ │ │ ├── updateStoreState.html │ │ │ └── updateStoreState.js │ │ ├── viewChainSupplierCatalogInfo │ │ │ ├── viewChainSupplierCatalogInfo.html │ │ │ └── viewChainSupplierCatalogInfo.js │ │ ├── viewChainSupplierInfo │ │ │ ├── viewChainSupplierInfo.html │ │ │ └── viewChainSupplierInfo.js │ │ ├── viewChainSupplierProduct │ │ │ ├── viewChainSupplierProduct.html │ │ │ └── viewChainSupplierProduct.js │ │ ├── viewContractCollectionPlanInfo │ │ │ ├── viewContractCollectionPlanInfo.html │ │ │ └── viewContractCollectionPlanInfo.js │ │ ├── viewContractInfo │ │ │ ├── viewContractInfo.html │ │ │ └── viewContractInfo.js │ │ ├── viewContractPartyaInfo │ │ │ ├── viewContractPartyaInfo.html │ │ │ └── viewContractPartyaInfo.js │ │ ├── viewContractTypeInfo │ │ │ ├── viewContractTypeInfo.html │ │ │ └── viewContractTypeInfo.js │ │ ├── viewContractTypeSpecInfo │ │ │ ├── viewContractTypeSpecInfo.html │ │ │ └── viewContractTypeSpecInfo.js │ │ ├── viewConvenienceMenusInfo │ │ │ ├── viewConvenienceMenusInfo.html │ │ │ └── viewConvenienceMenusInfo.js │ │ ├── viewCouponDetailInfo │ │ │ ├── viewCouponDetailInfo.html │ │ │ └── viewCouponDetailInfo.js │ │ ├── viewCouponPoolInfo │ │ │ ├── viewCouponPoolInfo.html │ │ │ └── viewCouponPoolInfo.js │ │ ├── viewMainCategoryInfo │ │ │ ├── viewMainCategoryInfo.html │ │ │ └── viewMainCategoryInfo.js │ │ ├── viewMainCategoryProductInfo │ │ │ ├── viewMainCategoryProductInfo.html │ │ │ └── viewMainCategoryProductInfo.js │ │ ├── viewMarketSendContent │ │ │ ├── viewMarketSendContent.html │ │ │ └── viewMarketSendContent.js │ │ ├── viewMarketSmsInfo │ │ │ ├── viewMarketSmsInfo.html │ │ │ └── viewMarketSmsInfo.js │ │ ├── viewPropertyCompanyInfo │ │ │ ├── viewPropertyCompanyInfo.html │ │ │ └── viewPropertyCompanyInfo.js │ │ ├── viewRentingAppointmentInfo │ │ │ ├── viewRentingAppointmentInfo.html │ │ │ └── viewRentingAppointmentInfo.js │ │ ├── viewRentingConfigInfo │ │ │ ├── viewRentingConfigInfo.html │ │ │ └── viewRentingConfigInfo.js │ │ ├── viewRentingPoolInfo │ │ │ ├── viewRentingPoolInfo.html │ │ │ └── viewRentingPoolInfo.js │ │ ├── viewShopAuditInfo │ │ │ ├── viewShopAuditInfo.html │ │ │ └── viewShopAuditInfo.js │ │ ├── viewShopRangeInfo │ │ │ ├── viewShopRangeInfo.html │ │ │ └── viewShopRangeInfo.js │ │ ├── viewShopTypeInfo │ │ │ ├── viewShopTypeInfo.html │ │ │ └── viewShopTypeInfo.js │ │ ├── viewStoreInfoInfo │ │ │ ├── viewStoreInfoInfo.html │ │ │ └── viewStoreInfoInfo.js │ │ ├── viewSystemGoldSettingInfo │ │ │ ├── viewSystemGoldSettingInfo.html │ │ │ └── viewSystemGoldSettingInfo.js │ │ └── viewUnItemLog │ │ │ ├── viewUnItemLog.html │ │ │ └── viewUnItemLog.js │ ├── attendance │ │ └── deleteAttendanceClassesStaff │ │ │ ├── deleteAttendanceClassesStaff.html │ │ │ └── deleteAttendanceClassesStaff.js │ ├── car │ │ ├── aCarDetailApplySpace │ │ │ ├── aCarDetailApplySpace.html │ │ │ └── aCarDetailApplySpace.js │ │ ├── aCarDetailCarInout │ │ │ ├── aCarDetailCarInout.html │ │ │ └── aCarDetailCarInout.js │ │ ├── aCarDetailFee │ │ │ ├── aCarDetailFee.html │ │ │ └── aCarDetailFee.js │ │ ├── aCarDetailHis │ │ │ ├── aCarDetailHis.html │ │ │ └── aCarDetailHis.js │ │ ├── aCarDetailMember │ │ │ ├── aCarDetailMember.html │ │ │ └── aCarDetailMember.js │ │ ├── aCarDetailOwner │ │ │ ├── aCarDetailOwner.html │ │ │ └── aCarDetailOwner.js │ │ ├── aCarDetailTransactionCar │ │ │ ├── aCarDetailTransactionCar.html │ │ │ └── aCarDetailTransactionCar.js │ │ ├── batchAddParkingSpace │ │ │ ├── batchAddParkingSpace.html │ │ │ └── batchAddParkingSpace.js │ │ ├── carDetailApplyParkingSpace │ │ │ ├── carDetailApplyParkingSpace.html │ │ │ └── carDetailApplyParkingSpace.js │ │ ├── carDetailCarInout │ │ │ ├── carDetailCarInout.html │ │ │ └── carDetailCarInout.js │ │ ├── carDetailCoupon │ │ │ ├── carDetailCoupon.html │ │ │ └── carDetailCoupon.js │ │ ├── carDetailCouponOrder │ │ │ ├── carDetailCouponOrder.html │ │ │ └── carDetailCouponOrder.js │ │ ├── carDetailFee │ │ │ ├── carDetailFee.html │ │ │ └── carDetailFee.js │ │ ├── carDetailHis │ │ │ ├── carDetailHis.html │ │ │ └── carDetailHis.js │ │ ├── carDetailMember │ │ │ ├── carDetailMember.html │ │ │ └── carDetailMember.js │ │ ├── carDetailOwner │ │ │ ├── carDetailOwner.html │ │ │ └── carDetailOwner.js │ │ ├── carDetailTransactionCar │ │ │ ├── carDetailTransactionCar.html │ │ │ └── carDetailTransactionCar.js │ │ ├── communityParkingTree │ │ │ ├── communityParkingTree.html │ │ │ └── communityParkingTree.js │ │ └── editMemberCar │ │ │ ├── editMemberCar.html │ │ │ └── editMemberCar.js │ ├── common │ │ ├── accountPay │ │ │ ├── accountPay.html │ │ │ └── accountPay.js │ │ ├── addAccountBond │ │ │ ├── addAccountBond.html │ │ │ └── addAccountBond.js │ │ ├── addAccountBondObj │ │ │ ├── addAccountBondObj.html │ │ │ └── addAccountBondObj.js │ │ ├── addAuditUserOtherView │ │ │ ├── addAuditUserOtherView.html │ │ │ └── addAuditUserOtherView.js │ │ ├── addCommunity │ │ │ ├── addCommunity.html │ │ │ └── addCommunity.js │ │ ├── addComplainView │ │ │ ├── addComplainView.html │ │ │ └── addComplainView.js │ │ ├── addNotice │ │ │ ├── addNotice.html │ │ │ └── addNotice.js │ │ ├── addNoticeView │ │ │ ├── addNoticeView.html │ │ │ └── addNoticeView.js │ │ ├── addOrgCommunity │ │ │ ├── addOrgCommunity.html │ │ │ └── addOrgCommunity.js │ │ ├── addPurchaseApplyView │ │ │ ├── addPurchaseApplyView.html │ │ │ └── addPurchaseApplyView.js │ │ ├── addPurchaseApplyView2 │ │ │ ├── addPurchaseApplyView2.html │ │ │ └── addPurchaseApplyView2.js │ │ ├── addResourceQuantity │ │ │ ├── addResourceQuantity.html │ │ │ └── addResourceQuantity.js │ │ ├── addResourceStore │ │ │ ├── addResourceStore.html │ │ │ └── addResourceStore.js │ │ ├── addResourceStoreType │ │ │ ├── addResourceStoreType.html │ │ │ └── addResourceStoreType.js │ │ ├── addTransferStoreView │ │ │ ├── addTransferStoreView.html │ │ │ └── addTransferStoreView.js │ │ ├── allocationStorehouse │ │ │ ├── allocationStorehouse.html │ │ │ └── allocationStorehouse.js │ │ ├── areaSelect │ │ │ ├── areaSelect.html │ │ │ └── areaSelect.js │ │ ├── audit │ │ │ ├── audit.html │ │ │ └── audit.js │ │ ├── auditDiv │ │ │ ├── auditDiv.html │ │ │ └── auditDiv.js │ │ ├── chooseAccountBond │ │ │ ├── chooseAccountBond.html │ │ │ └── chooseAccountBond.js │ │ ├── chooseAccountBondObj │ │ │ ├── chooseAccountBondObj.html │ │ │ └── chooseAccountBondObj.js │ │ ├── chooseActivities │ │ │ ├── chooseActivities.html │ │ │ └── chooseActivities.js │ │ ├── chooseAuditUser │ │ │ ├── chooseAuditUser.html │ │ │ └── chooseAuditUser.js │ │ ├── chooseComplaint │ │ │ ├── chooseComplaint.html │ │ │ └── chooseComplaint.js │ │ ├── chooseEnterCommunity │ │ │ ├── chooseEnterCommunity.html │ │ │ └── chooseEnterCommunity.js │ │ ├── chooseInAndOutType │ │ │ ├── chooseInAndOutType.html │ │ │ └── chooseInAndOutType.js │ │ ├── choosePurchaseApply │ │ │ ├── choosePurchaseApply.html │ │ │ └── choosePurchaseApply.js │ │ ├── chooseResourceStaff │ │ │ ├── chooseResourceStaff.html │ │ │ └── chooseResourceStaff.js │ │ ├── chooseResourceStore │ │ │ ├── chooseResourceStore.html │ │ │ └── chooseResourceStore.js │ │ ├── chooseResourceStore2 │ │ │ ├── chooseResourceStore2.html │ │ │ └── chooseResourceStore2.js │ │ ├── chooseResourceStore3 │ │ │ ├── chooseResourceStore3.html │ │ │ └── chooseResourceStore3.js │ │ ├── chooseResourceStore4 │ │ │ ├── chooseResourceStore4.html │ │ │ └── chooseResourceStore4.js │ │ ├── chooseSingleResource │ │ │ ├── chooseSingleResource.html │ │ │ └── chooseSingleResource.js │ │ ├── communityDataToIot │ │ │ ├── communityDataToIot.html │ │ │ └── communityDataToIot.js │ │ ├── company-base │ │ │ ├── company-base.html │ │ │ └── company-base.js │ │ ├── company-cerdentials │ │ │ ├── company-cerdentials.html │ │ │ └── company-cerdentials.js │ │ ├── company-extend │ │ │ ├── company-extend.html │ │ │ └── company-extend.js │ │ ├── complaintDetail │ │ │ ├── complaintDetail.html │ │ │ └── complaintDetail.js │ │ ├── deleteAccountBondObj │ │ │ ├── deleteAccountBondObj.html │ │ │ └── deleteAccountBondObj.js │ │ ├── deleteAuditUser │ │ │ ├── deleteAuditUser.html │ │ │ └── deleteAuditUser.js │ │ ├── deleteCommunity │ │ │ ├── deleteCommunity.html │ │ │ └── deleteCommunity.js │ │ ├── deleteComplaint │ │ │ ├── deleteComplaint.html │ │ │ └── deleteComplaint.js │ │ ├── deleteHousekeepingServ │ │ │ ├── deleteHousekeepingServ.html │ │ │ └── deleteHousekeepingServ.js │ │ ├── deleteItemOut │ │ │ ├── deleteItemOut.html │ │ │ └── deleteItemOut.js │ │ ├── deleteNotice │ │ │ ├── deleteNotice.html │ │ │ └── deleteNotice.js │ │ ├── deleteOrgCommunity │ │ │ ├── deleteOrgCommunity.html │ │ │ └── deleteOrgCommunity.js │ │ ├── deleteProduct │ │ │ ├── deleteProduct.html │ │ │ └── deleteProduct.js │ │ ├── deletePropertyCommunity │ │ │ ├── deletePropertyCommunity.html │ │ │ └── deletePropertyCommunity.js │ │ ├── deletePurchaseApply │ │ │ ├── deletePurchaseApply.html │ │ │ └── deletePurchaseApply.js │ │ ├── deleteResourceStore │ │ │ ├── deleteResourceStore.html │ │ │ └── deleteResourceStore.js │ │ ├── deleteResourceStoreType │ │ │ ├── deleteResourceStoreType.html │ │ │ └── deleteResourceStoreType.js │ │ ├── deleteStorehouseManage │ │ │ ├── deleteStorehouseManage.html │ │ │ └── deleteStorehouseManage.js │ │ ├── document │ │ │ ├── document.html │ │ │ └── document.js │ │ ├── editAccountBond │ │ │ ├── editAccountBond.html │ │ │ └── editAccountBond.js │ │ ├── editAccountBondObj │ │ │ ├── editAccountBondObj.html │ │ │ └── editAccountBondObj.js │ │ ├── editCommunity │ │ │ ├── editCommunity.html │ │ │ └── editCommunity.js │ │ ├── editCommunityArea │ │ │ ├── editCommunityArea.html │ │ │ └── editCommunityArea.js │ │ ├── editComplaint │ │ │ ├── editComplaint.html │ │ │ └── editComplaint.js │ │ ├── editHousekeepingServ │ │ │ ├── editHousekeepingServ.html │ │ │ └── editHousekeepingServ.js │ │ ├── editItemNumberStore │ │ │ ├── editItemNumberStore.html │ │ │ └── editItemNumberStore.js │ │ ├── editNoticeView │ │ │ ├── editNoticeView.html │ │ │ └── editNoticeView.js │ │ ├── editProduct │ │ │ ├── editProduct.html │ │ │ └── editProduct.js │ │ ├── editPurchaseApply │ │ │ ├── editPurchaseApply.html │ │ │ └── editPurchaseApply.js │ │ ├── editResourceStore │ │ │ ├── editItemNumberStore.html │ │ │ ├── editItemNumberStore.js │ │ │ ├── editResourceStore.html │ │ │ └── editResourceStore.js │ │ ├── editResourceStoreType │ │ │ ├── editResourceStoreType.html │ │ │ └── editResourceStoreType.js │ │ ├── editStoreAttr │ │ │ ├── editStoreAttr.html │ │ │ └── editStoreAttr.js │ │ ├── editStoreInfo │ │ │ ├── editStoreInfo.html │ │ │ └── editStoreInfo.js │ │ ├── flowAudit │ │ │ ├── flowAudit.html │ │ │ └── flowAudit.js │ │ ├── itemOut │ │ │ ├── itemOut.html │ │ │ └── itemOut.js │ │ ├── listDemoStudy │ │ │ ├── listDemoStudy.html │ │ │ └── listDemoStudy.js │ │ ├── reSubmitComplaint │ │ │ ├── reSubmitComplaint.html │ │ │ └── reSubmitComplaint.js │ │ ├── recallAuditEnterFinishCommunity │ │ │ ├── recallAuditEnterFinishCommunity.html │ │ │ └── recallAuditEnterFinishCommunity.js │ │ ├── recallAuditFinishCommunity │ │ │ ├── recallAuditFinishCommunity.html │ │ │ └── recallAuditFinishCommunity.js │ │ ├── resourceStoreTimes │ │ │ ├── resourceStoreTimes.html │ │ │ └── resourceStoreTimes.js │ │ ├── selectMapPos │ │ │ ├── selectMapPos.html │ │ │ └── selectMapPos.js │ │ ├── shopCommunityWithdraw │ │ │ ├── shopCommunityWithdraw.html │ │ │ └── shopCommunityWithdraw.js │ │ ├── shopWithdraw │ │ │ ├── shopWithdraw.html │ │ │ └── shopWithdraw.js │ │ ├── storeEnterCommunity │ │ │ ├── storeEnterCommunity.html │ │ │ └── storeEnterCommunity.js │ │ ├── storeExitCommunity │ │ │ ├── storeExitCommunity.html │ │ │ └── storeExitCommunity.js │ │ ├── storesCommunity │ │ │ ├── storesCommunity.html │ │ │ └── storesCommunity.js │ │ ├── textarea │ │ │ ├── textarea.html │ │ │ └── textarea.js │ │ ├── viewAccountBondInfo │ │ │ ├── viewAccountBondInfo.html │ │ │ └── viewAccountBondInfo.js │ │ ├── viewAccountBondObjInfo │ │ │ ├── viewAccountBondObjInfo.html │ │ │ └── viewAccountBondObjInfo.js │ │ ├── viewActivitiesInfo │ │ │ ├── viewActivitiesInfo.html │ │ │ └── viewActivitiesInfo.js │ │ ├── viewAuditUserInfo │ │ │ ├── viewAuditUserInfo.html │ │ │ └── viewAuditUserInfo.js │ │ ├── viewComplaintInfo │ │ │ ├── viewComplaintInfo.html │ │ │ └── viewComplaintInfo.js │ │ ├── viewImage │ │ │ ├── viewImage.html │ │ │ └── viewImage.js │ │ ├── viewMap │ │ │ ├── viewMap.html │ │ │ └── viewMap.js │ │ ├── viewResourceMyGoodsInfo │ │ │ ├── viewResourceMyGoodsInfo.html │ │ │ └── viewResourceMyGoodsInfo.js │ │ ├── viewResourceStaffInfo │ │ │ ├── viewResourceStaffInfo.html │ │ │ └── viewResourceStaffInfo.js │ │ ├── viewResourceStoreInfo │ │ │ ├── viewResourceStoreInfo.html │ │ │ └── viewResourceStoreInfo.js │ │ ├── viewResourceStoreInfo2 │ │ │ ├── viewResourceStoreInfo2.html │ │ │ └── viewResourceStoreInfo2.js │ │ ├── viewResourceStoreInfo3 │ │ │ ├── viewResourceStoreInfo3.html │ │ │ └── viewResourceStoreInfo3.js │ │ └── viewResourceStoreInfo4 │ │ │ ├── viewResourceStoreInfo4.html │ │ │ └── viewResourceStoreInfo4.js │ ├── community │ │ ├── aRoomDetailCar │ │ │ ├── aRoomDetailCar.html │ │ │ └── aRoomDetailCar.js │ │ ├── aRoomDetailCarFee │ │ │ ├── aRoomDetailCarFee.html │ │ │ └── aRoomDetailCarFee.js │ │ ├── aRoomDetailComplaint │ │ │ ├── aRoomDetailComplaint.html │ │ │ └── aRoomDetailComplaint.js │ │ ├── aRoomDetailContract │ │ │ ├── aRoomDetailContract.html │ │ │ └── aRoomDetailContract.js │ │ ├── aRoomDetailHisFee │ │ │ ├── aRoomDetailHisFee.html │ │ │ └── aRoomDetailHisFee.js │ │ ├── aRoomDetailHisOwner │ │ │ ├── aRoomDetailHisOwner.html │ │ │ └── aRoomDetailHisOwner.js │ │ ├── aRoomDetailMember │ │ │ ├── aRoomDetailMember.html │ │ │ └── aRoomDetailMember.js │ │ ├── aRoomDetailMeterWaterLog │ │ │ ├── aRoomDetailMeterWaterLog.html │ │ │ └── aRoomDetailMeterWaterLog.js │ │ ├── aRoomDetailOwner │ │ │ ├── aRoomDetailOwner.html │ │ │ └── aRoomDetailOwner.js │ │ ├── aRoomDetailReceipt │ │ │ ├── aRoomDetailReceipt.html │ │ │ └── aRoomDetailReceipt.js │ │ ├── aRoomDetailRepair │ │ │ ├── aRoomDetailRepair.html │ │ │ └── aRoomDetailRepair.js │ │ ├── aRoomDetailRoom │ │ │ ├── aRoomDetailRoom.html │ │ │ └── aRoomDetailRoom.js │ │ ├── aRoomDetailRoomFee │ │ │ ├── aRoomDetailRoomFee.html │ │ │ └── aRoomDetailRoomFee.js │ │ ├── addCityArea │ │ │ ├── addCityArea.html │ │ │ └── addCityArea.js │ │ ├── addCommunityPublicity │ │ │ ├── addCommunityPublicity.html │ │ │ └── addCommunityPublicity.js │ │ ├── addCommunityWechat │ │ │ ├── addCommunityWechat.html │ │ │ └── addCommunityWechat.js │ │ ├── cityAreaTree │ │ │ ├── cityAreaTree.html │ │ │ └── cityAreaTree.js │ │ ├── communityFloorTree │ │ │ ├── communityFloorTree.html │ │ │ └── communityFloorTree.js │ │ ├── communityMachineTypeTree │ │ │ ├── communityMachineTypeTree.html │ │ │ └── communityMachineTypeTree.js │ │ ├── communityRoomTree │ │ │ ├── communityRoomTree.html │ │ │ └── communityRoomTree.js │ │ ├── communityUnitTree │ │ │ ├── communityUnitTree.html │ │ │ └── communityUnitTree.js │ │ ├── deleteCityArea │ │ │ ├── deleteCityArea.html │ │ │ └── deleteCityArea.js │ │ ├── deleteCommunityPublicity │ │ │ ├── deleteCommunityPublicity.html │ │ │ └── deleteCommunityPublicity.js │ │ ├── editCityArea │ │ │ ├── editCityArea.html │ │ │ └── editCityArea.js │ │ ├── editCommunityWechat │ │ │ ├── editCommunityWechat.html │ │ │ └── editCommunityWechat.js │ │ ├── selectAdminCommunity │ │ │ ├── selectAdminCommunity.html │ │ │ └── selectAdminCommunity.js │ │ ├── selectCommunityFloor │ │ │ ├── selectCommunityFloor.html │ │ │ └── selectCommunityFloor.js │ │ └── selectStaffCommunity │ │ │ ├── selectStaffCommunity.html │ │ │ └── selectStaffCommunity.js │ ├── complaint │ │ ├── aComplaintDetailAppraise │ │ │ ├── aComplaintDetailAppraise.html │ │ │ └── aComplaintDetailAppraise.js │ │ ├── aComplaintDetailEvent │ │ │ ├── aComplaintDetailEvent.html │ │ │ └── aComplaintDetailEvent.js │ │ ├── aComplaintDetailType │ │ │ ├── aComplaintDetailType.html │ │ │ └── aComplaintDetailType.js │ │ ├── complaintDetailAppraise │ │ │ ├── complaintDetailAppraise.html │ │ │ └── complaintDetailAppraise.js │ │ ├── complaintDetailEvent │ │ │ ├── complaintDetailEvent.html │ │ │ └── complaintDetailEvent.js │ │ ├── complaintDetailType │ │ │ ├── complaintDetailType.html │ │ │ └── complaintDetailType.js │ │ ├── deleteComplaintType │ │ │ ├── deleteComplaintType.html │ │ │ └── deleteComplaintType.js │ │ ├── doingComplaint │ │ │ ├── doingComplaint.html │ │ │ └── doingComplaint.js │ │ └── replyComplaintAppraise │ │ │ ├── replyComplaintAppraise.html │ │ │ └── replyComplaintAppraise.js │ ├── contract │ │ ├── contractDetailChange │ │ │ ├── contractDetailChange.html │ │ │ └── contractDetailChange.js │ │ ├── contractDetailFee │ │ │ ├── contractDetailFee.html │ │ │ └── contractDetailFee.js │ │ ├── contractDetailFile │ │ │ ├── contractDetailFile.html │ │ │ └── contractDetailFile.js │ │ ├── contractDetailFlow │ │ │ ├── contractDetailFlow.html │ │ │ └── contractDetailFlow.js │ │ ├── contractDetailHisFee │ │ │ ├── contractDetailHisFee.html │ │ │ └── contractDetailHisFee.js │ │ ├── contractDetailHisRoomFee │ │ │ ├── contractDetailHisRoomFee.html │ │ │ └── contractDetailHisRoomFee.js │ │ ├── contractDetailOwner │ │ │ ├── contractDetailOwner.html │ │ │ └── contractDetailOwner.js │ │ ├── contractDetailReceipt │ │ │ ├── contractDetailReceipt.html │ │ │ └── contractDetailReceipt.js │ │ ├── contractDetailRoom │ │ │ ├── contractDetailRoom.html │ │ │ └── contractDetailRoom.js │ │ └── contractDetailSub │ │ │ ├── contractDetailSub.html │ │ │ └── contractDetailSub.js │ ├── dev │ │ ├── .DS_Store │ │ ├── addApp │ │ │ ├── addApp.html │ │ │ └── addApp.js │ │ ├── addAttrSpec │ │ │ ├── addAttrSpec.html │ │ │ └── addAttrSpec.js │ │ ├── addAttrValue │ │ │ ├── addAttrValue.html │ │ │ └── addAttrValue.js │ │ ├── addBasePrivilege │ │ │ ├── addBasePrivilege.html │ │ │ └── addBasePrivilege.js │ │ ├── addBusinessDatabus │ │ │ ├── addBusinessDatabus.html │ │ │ └── addBusinessDatabus.js │ │ ├── addBusinessTableHis │ │ │ ├── addBusinessTableHis.html │ │ │ └── addBusinessTableHis.js │ │ ├── addBusinessType │ │ │ ├── addBusinessType.html │ │ │ └── addBusinessType.js │ │ ├── addComponentCondition │ │ │ ├── addComponentCondition.html │ │ │ └── addComponentCondition.js │ │ ├── addDemo │ │ │ ├── addDemo.html │ │ │ └── addDemo.js │ │ ├── addDict │ │ │ ├── addDict.html │ │ │ └── addDict.js │ │ ├── addJob │ │ │ ├── addJob.html │ │ │ └── addJob.js │ │ ├── addMapping │ │ │ ├── addMapping.html │ │ │ └── addMapping.js │ │ ├── addMappingDomain │ │ │ ├── addMappingDomain.html │ │ │ └── addMappingDomain.js │ │ ├── addMenu │ │ │ ├── addMenu.html │ │ │ └── addMenu.js │ │ ├── addMenuCatalog │ │ │ ├── addMenuCatalog.html │ │ │ └── addMenuCatalog.js │ │ ├── addMenuGroup │ │ │ ├── addMenuGroup.html │ │ │ └── addMenuGroup.js │ │ ├── addMenuGroupCatalog │ │ │ ├── addMenuGroupCatalog.html │ │ │ └── addMenuGroupCatalog.js │ │ ├── addMenuView │ │ │ ├── addMenuView.html │ │ │ └── addMenuView.js │ │ ├── addPrivilege │ │ │ ├── addPrivilege.html │ │ │ └── addPrivilege.js │ │ ├── addPrivilegeGroup │ │ │ ├── addPrivilegeGroup.html │ │ │ └── addPrivilegeGroup.js │ │ ├── addPrivilegeView │ │ │ ├── addPrivilegeView.html │ │ │ └── addPrivilegeView.js │ │ ├── addReportCustom │ │ │ ├── addReportCustom.html │ │ │ └── addReportCustom.js │ │ ├── addReportCustomComponent │ │ │ ├── addReportCustomComponent.html │ │ │ └── addReportCustomComponent.js │ │ ├── addReportCustomComponentFooter │ │ │ ├── addReportCustomComponentFooter.html │ │ │ └── addReportCustomComponentFooter.js │ │ ├── addReportCustomComponentRel │ │ │ ├── addReportCustomComponentRel.html │ │ │ └── addReportCustomComponentRel.js │ │ ├── addReportCustomGroup │ │ │ ├── addReportCustomGroup.html │ │ │ └── addReportCustomGroup.js │ │ ├── addRouteView │ │ │ ├── addRouteView.html │ │ │ └── addRouteView.js │ │ ├── addService │ │ │ ├── addService.html │ │ │ └── addService.js │ │ ├── addServiceImpl │ │ │ ├── addServiceImpl.html │ │ │ └── addServiceImpl.js │ │ ├── addServiceProvide │ │ │ ├── addServiceProvide.html │ │ │ └── addServiceProvide.js │ │ ├── addSysDocumentView │ │ │ ├── addSysDocumentView.html │ │ │ └── addSysDocumentView.js │ │ ├── chooseApp │ │ │ ├── chooseApp.html │ │ │ └── chooseApp.js │ │ ├── chooseAttrSpec │ │ │ ├── chooseAttrSpec.html │ │ │ └── chooseAttrSpec.js │ │ ├── chooseAttrValue │ │ │ ├── chooseAttrValue.html │ │ │ └── chooseAttrValue.js │ │ ├── chooseBasePrivilege │ │ │ ├── chooseBasePrivilege.html │ │ │ └── chooseBasePrivilege.js │ │ ├── chooseBusinessDatabus │ │ │ ├── chooseBusinessDatabus.html │ │ │ └── chooseBusinessDatabus.js │ │ ├── chooseBusinessTableHis │ │ │ ├── chooseBusinessTableHis.html │ │ │ └── chooseBusinessTableHis.js │ │ ├── chooseComponentCondition │ │ │ ├── chooseComponentCondition.html │ │ │ └── chooseComponentCondition.js │ │ ├── chooseDict │ │ │ ├── chooseDict.html │ │ │ └── chooseDict.js │ │ ├── chooseMenu │ │ │ ├── chooseMenu.html │ │ │ └── chooseMenu.js │ │ ├── chooseMenuCatalog │ │ │ ├── chooseMenuCatalog.html │ │ │ └── chooseMenuCatalog.js │ │ ├── chooseMenuGroup │ │ │ ├── chooseMenuGroup.html │ │ │ └── chooseMenuGroup.js │ │ ├── chooseMenuGroupCatalog │ │ │ ├── chooseMenuGroupCatalog.html │ │ │ └── chooseMenuGroupCatalog.js │ │ ├── chooseReportCustom │ │ │ ├── chooseReportCustom.html │ │ │ └── chooseReportCustom.js │ │ ├── chooseReportCustomComponent │ │ │ ├── chooseReportCustomComponent.html │ │ │ └── chooseReportCustomComponent.js │ │ ├── chooseReportCustomComponentFooter │ │ │ ├── chooseReportCustomComponentFooter.html │ │ │ └── chooseReportCustomComponentFooter.js │ │ ├── chooseReportCustomComponentRel │ │ │ ├── chooseReportCustomComponentRel.html │ │ │ └── chooseReportCustomComponentRel.js │ │ ├── chooseReportCustomGroup │ │ │ ├── chooseReportCustomGroup.html │ │ │ └── chooseReportCustomGroup.js │ │ ├── chooseService │ │ │ ├── chooseService.html │ │ │ └── chooseService.js │ │ ├── chooseServiceImpl │ │ │ ├── chooseServiceImpl.html │ │ │ └── chooseServiceImpl.js │ │ ├── chooseServiceProvide │ │ │ ├── chooseServiceProvide.html │ │ │ └── chooseServiceProvide.js │ │ ├── chooseServiceRegister │ │ │ ├── chooseServiceRegister.html │ │ │ └── chooseServiceRegister.js │ │ ├── chooseinitializeCommunity │ │ │ ├── chooseinitializeCommunity.html │ │ │ └── chooseinitializeCommunity.js │ │ ├── deleteApp │ │ │ ├── deleteApp.html │ │ │ └── deleteApp.js │ │ ├── deleteAttrSpec │ │ │ ├── deleteAttrSpec.html │ │ │ └── deleteAttrSpec.js │ │ ├── deleteAttrValue │ │ │ ├── deleteAttrValue.html │ │ │ └── deleteAttrValue.js │ │ ├── deleteBasePrivilege │ │ │ ├── deleteBasePrivilege.html │ │ │ └── deleteBasePrivilege.js │ │ ├── deleteBusinessDatabus │ │ │ ├── deleteBusinessDatabus.html │ │ │ └── deleteBusinessDatabus.js │ │ ├── deleteBusinessTableHis │ │ │ ├── deleteBusinessTableHis.html │ │ │ └── deleteBusinessTableHis.js │ │ ├── deleteBusinessType │ │ │ ├── deleteBusinessType.html │ │ │ └── deleteBusinessType.js │ │ ├── deleteComponentCondition │ │ │ ├── deleteComponentCondition.html │ │ │ └── deleteComponentCondition.js │ │ ├── deleteDict │ │ │ ├── deleteDict.html │ │ │ └── deleteDict.js │ │ ├── deleteJob │ │ │ ├── deleteJob.html │ │ │ └── deleteJob.js │ │ ├── deleteMapping │ │ │ ├── deleteMapping.html │ │ │ └── deleteMapping.js │ │ ├── deleteMappingDomain │ │ │ ├── deleteMappingDomain.html │ │ │ └── deleteMappingDomain.js │ │ ├── deleteMenu │ │ │ ├── deleteMenu.html │ │ │ └── deleteMenu.js │ │ ├── deleteMenuCatalog │ │ │ ├── deleteMenuCatalog.html │ │ │ └── deleteMenuCatalog.js │ │ ├── deleteMenuGroup │ │ │ ├── deleteMenuGroup.html │ │ │ └── deleteMenuGroup.js │ │ ├── deleteMenuGroupCatalog │ │ │ ├── deleteMenuGroupCatalog.html │ │ │ └── deleteMenuGroupCatalog.js │ │ ├── deletePrivilege │ │ │ ├── deletePrivilege.html │ │ │ └── deletePrivilege.js │ │ ├── deletePrivilegeGroup │ │ │ ├── deletePrivilegeGroup.html │ │ │ └── deletePrivilegeGroup.js │ │ ├── deleteReportCustom │ │ │ ├── deleteReportCustom.html │ │ │ └── deleteReportCustom.js │ │ ├── deleteReportCustomComponent │ │ │ ├── deleteReportCustomComponent.html │ │ │ └── deleteReportCustomComponent.js │ │ ├── deleteReportCustomComponentFooter │ │ │ ├── deleteReportCustomComponentFooter.html │ │ │ └── deleteReportCustomComponentFooter.js │ │ ├── deleteReportCustomComponentRel │ │ │ ├── deleteReportCustomComponentRel.html │ │ │ └── deleteReportCustomComponentRel.js │ │ ├── deleteReportCustomGroup │ │ │ ├── deleteReportCustomGroup.html │ │ │ └── deleteReportCustomGroup.js │ │ ├── deleteService │ │ │ ├── deleteService.html │ │ │ └── deleteService.js │ │ ├── deleteServiceImpl │ │ │ ├── deleteServiceImpl.html │ │ │ └── deleteServiceImpl.js │ │ ├── deleteServiceProvide │ │ │ ├── deleteServiceProvide.html │ │ │ └── deleteServiceProvide.js │ │ ├── deleteServiceRegister │ │ │ ├── deleteServiceRegister.html │ │ │ └── deleteServiceRegister.js │ │ ├── deleteStaffPrivilege │ │ │ ├── deleteStaffPrivilege.html │ │ │ └── deleteStaffPrivilege.js │ │ ├── deleteSysDocument │ │ │ ├── deleteSysDocument.html │ │ │ └── deleteSysDocument.js │ │ ├── devServiceProvideView │ │ │ ├── devServiceProvideView.html │ │ │ └── devServiceProvideView.js │ │ ├── editApp │ │ │ ├── editApp.html │ │ │ └── editApp.js │ │ ├── editAttrSpec │ │ │ ├── editAttrSpec.html │ │ │ └── editAttrSpec.js │ │ ├── editAttrValue │ │ │ ├── editAttrValue.html │ │ │ └── editAttrValue.js │ │ ├── editBasePrivilege │ │ │ ├── editBasePrivilege.html │ │ │ └── editBasePrivilege.js │ │ ├── editBusinessDatabus │ │ │ ├── editBusinessDatabus.html │ │ │ └── editBusinessDatabus.js │ │ ├── editBusinessTableHis │ │ │ ├── editBusinessTableHis.html │ │ │ └── editBusinessTableHis.js │ │ ├── editComponentCondition │ │ │ ├── editComponentCondition.html │ │ │ └── editComponentCondition.js │ │ ├── editDict │ │ │ ├── editDict.html │ │ │ └── editDict.js │ │ ├── editJob │ │ │ ├── editJob.html │ │ │ └── editJob.js │ │ ├── editMapping │ │ │ ├── editMapping.html │ │ │ └── editMapping.js │ │ ├── editMappingDomain │ │ │ ├── editMappingDomain.html │ │ │ └── editMappingDomain.js │ │ ├── editMenu │ │ │ ├── editMenu.html │ │ │ └── editMenu.js │ │ ├── editMenuCatalog │ │ │ ├── editMenuCatalog.html │ │ │ └── editMenuCatalog.js │ │ ├── editMenuGroup │ │ │ ├── editMenuGroup.html │ │ │ └── editMenuGroup.js │ │ ├── editMenuGroupCatalog │ │ │ ├── editMenuGroupCatalog.html │ │ │ └── editMenuGroupCatalog.js │ │ ├── editPrivilegeGroup │ │ │ ├── editPrivilegeGroup.html │ │ │ └── editPrivilegeGroup.js │ │ ├── editReportCustom │ │ │ ├── editReportCustom.html │ │ │ └── editReportCustom.js │ │ ├── editReportCustomComponent │ │ │ ├── editReportCustomComponent.html │ │ │ └── editReportCustomComponent.js │ │ ├── editReportCustomComponentFooter │ │ │ ├── editReportCustomComponentFooter.html │ │ │ └── editReportCustomComponentFooter.js │ │ ├── editReportCustomComponentRel │ │ │ ├── editReportCustomComponentRel.html │ │ │ └── editReportCustomComponentRel.js │ │ ├── editReportCustomGroup │ │ │ ├── editReportCustomGroup.html │ │ │ └── editReportCustomGroup.js │ │ ├── editService │ │ │ ├── editService.html │ │ │ └── editService.js │ │ ├── editServiceImpl │ │ │ ├── desktop.ini │ │ │ ├── editServiceImpl.html │ │ │ └── editServiceImpl.js │ │ ├── editServiceProvide │ │ │ ├── editServiceProvide.html │ │ │ └── editServiceProvide.js │ │ ├── editServiceRegister │ │ │ ├── editServiceRegister.html │ │ │ └── editServiceRegister.js │ │ ├── editSysDocumentView │ │ │ ├── editSysDocumentView.html │ │ │ └── editSysDocumentView.js │ │ ├── listBusinessType │ │ │ ├── listBusinessType.html │ │ │ └── listBusinessType.js │ │ ├── privilegeGroup │ │ │ ├── privilegeGroup.html │ │ │ └── privilegeGroup.js │ │ ├── privilegeStaffInfo │ │ │ ├── privilegeStaffInfo.html │ │ │ └── privilegeStaffInfo.js │ │ ├── serviceProvideRemarkView │ │ │ ├── serviceProvideRemarkView.html │ │ │ └── serviceProvideRemarkView.js │ │ ├── transactionLogMessage │ │ │ ├── transactionLogMessage.html │ │ │ └── transactionLogMessage.js │ │ ├── viewAppInfo │ │ │ ├── viewAppInfo.html │ │ │ └── viewAppInfo.js │ │ ├── viewAttrSpecInfo │ │ │ ├── viewAttrSpecInfo.html │ │ │ └── viewAttrSpecInfo.js │ │ ├── viewAttrValueInfo │ │ │ ├── viewAttrValueInfo.html │ │ │ └── viewAttrValueInfo.js │ │ ├── viewBasePrivilegeInfo │ │ │ ├── viewBasePrivilegeInfo.html │ │ │ └── viewBasePrivilegeInfo.js │ │ ├── viewBusinessDatabusInfo │ │ │ ├── viewBusinessDatabusInfo.html │ │ │ └── viewBusinessDatabusInfo.js │ │ ├── viewBusinessTableHisInfo │ │ │ ├── viewBusinessTableHisInfo.html │ │ │ └── viewBusinessTableHisInfo.js │ │ ├── viewComponentConditionInfo │ │ │ ├── viewComponentConditionInfo.html │ │ │ └── viewComponentConditionInfo.js │ │ ├── viewDictInfo │ │ │ ├── viewDictInfo.html │ │ │ └── viewDictInfo.js │ │ ├── viewMenuCatalogInfo │ │ │ ├── viewMenuCatalogInfo.html │ │ │ └── viewMenuCatalogInfo.js │ │ ├── viewMenuGroupCatalogInfo │ │ │ ├── viewMenuGroupCatalogInfo.html │ │ │ └── viewMenuGroupCatalogInfo.js │ │ ├── viewMenuGroupInfo │ │ │ ├── viewMenuGroupInfo.html │ │ │ └── viewMenuGroupInfo.js │ │ ├── viewMenuInfo │ │ │ ├── viewMenuInfo.html │ │ │ └── viewMenuInfo.js │ │ ├── viewReportCustomComponentFooterInfo │ │ │ ├── viewReportCustomComponentFooterInfo.html │ │ │ └── viewReportCustomComponentFooterInfo.js │ │ ├── viewReportCustomComponentInfo │ │ │ ├── viewReportCustomComponentInfo.html │ │ │ └── viewReportCustomComponentInfo.js │ │ ├── viewReportCustomComponentRelInfo │ │ │ ├── viewReportCustomComponentRelInfo.html │ │ │ └── viewReportCustomComponentRelInfo.js │ │ ├── viewReportCustomGroupInfo │ │ │ ├── viewReportCustomGroupInfo.html │ │ │ └── viewReportCustomGroupInfo.js │ │ ├── viewReportCustomInfo │ │ │ ├── viewReportCustomInfo.html │ │ │ └── viewReportCustomInfo.js │ │ ├── viewServiceImplInfo │ │ │ ├── viewServiceImplInfo.html │ │ │ └── viewServiceImplInfo.js │ │ ├── viewServiceInfo │ │ │ ├── viewServiceInfo.html │ │ │ └── viewServiceInfo.js │ │ ├── viewServiceProvideInfo │ │ │ ├── viewServiceProvideInfo.html │ │ │ └── viewServiceProvideInfo.js │ │ ├── viewServiceRegisterInfo │ │ │ ├── viewServiceRegisterInfo.html │ │ │ └── viewServiceRegisterInfo.js │ │ └── vue_test │ │ │ ├── vue_test.html │ │ │ └── vue_test.js │ ├── examine │ │ ├── addExamineProject │ │ │ ├── addExamineProject.html │ │ │ └── addExamineProject.js │ │ ├── deleteExamineProject │ │ │ ├── deleteExamineProject.html │ │ │ └── deleteExamineProject.js │ │ ├── deleteExamineStaff │ │ │ ├── deleteExamineStaff.html │ │ │ └── deleteExamineStaff.js │ │ └── editExamineProject │ │ │ ├── editExamineProject.html │ │ │ └── editExamineProject.js │ ├── fee │ │ ├── aFeeDetailConfig │ │ │ ├── aFeeDetailConfig.html │ │ │ └── aFeeDetailConfig.js │ │ ├── aFeeDetailDiscount │ │ │ ├── aFeeDetailDiscount.html │ │ │ └── aFeeDetailDiscount.js │ │ ├── aFeeDetailFeeObj │ │ │ ├── aFeeDetailFeeObj.html │ │ │ └── aFeeDetailFeeObj.js │ │ ├── aFeeDetailHis │ │ │ ├── aFeeDetailHis.html │ │ │ └── aFeeDetailHis.js │ │ ├── aFeeDetailImport │ │ │ ├── aFeeDetailImport.html │ │ │ └── aFeeDetailImport.js │ │ ├── aFeeDetailSub │ │ │ ├── aFeeDetailSub.html │ │ │ └── aFeeDetailSub.js │ │ ├── aRefundDeposit │ │ │ ├── aRefundDeposit.html │ │ │ └── aRefundDeposit.js │ │ ├── aRoomFeeCallable │ │ │ ├── aRoomFeeCallable.html │ │ │ └── aRoomFeeCallable.js │ │ ├── addApplyRoomDiscountType │ │ │ ├── addApplyRoomDiscountType.html │ │ │ └── addApplyRoomDiscountType.js │ │ ├── addCommunityPayment │ │ │ ├── addCommunityPayment.html │ │ │ └── addCommunityPayment.js │ │ ├── addFloorShare │ │ │ ├── addFloorShare.html │ │ │ └── addFloorShare.js │ │ ├── addPayFeeQrcode │ │ │ ├── addPayFeeQrcode.html │ │ │ └── addPayFeeQrcode.js │ │ ├── addPaymentPool │ │ │ ├── addPaymentPool.html │ │ │ └── addPaymentPool.js │ │ ├── addShareReading │ │ │ ├── addShareReading.html │ │ │ └── addShareReading.js │ │ ├── auditShareReading │ │ │ ├── auditShareReading.html │ │ │ └── auditShareReading.js │ │ ├── batchFeeCycle │ │ │ ├── batchFeeCycle.html │ │ │ └── batchFeeCycle.js │ │ ├── batchPayConfirm │ │ │ ├── batchPayConfirm.html │ │ │ └── batchPayConfirm.js │ │ ├── communityFeeTypeTree │ │ │ ├── communityFeeTypeTree.html │ │ │ └── communityFeeTypeTree.js │ │ ├── deleteApplyRoomDiscountType │ │ │ ├── deleteApplyRoomDiscountType.html │ │ │ └── deleteApplyRoomDiscountType.js │ │ ├── deleteCommunityPayment │ │ │ ├── deleteCommunityPayment.html │ │ │ └── deleteCommunityPayment.js │ │ ├── deleteFeeRule │ │ │ ├── deleteFeeRule.html │ │ │ └── deleteFeeRule.js │ │ ├── deleteFloorShare │ │ │ ├── deleteFloorShare.html │ │ │ └── deleteFloorShare.js │ │ ├── deleteInvoiceApply │ │ │ ├── deleteInvoiceApply.html │ │ │ └── deleteInvoiceApply.js │ │ ├── deleteOweFeeCallable │ │ │ ├── deleteOweFeeCallable.html │ │ │ └── deleteOweFeeCallable.js │ │ ├── deleteOwnerInvoice │ │ │ ├── deleteOwnerInvoice.html │ │ │ └── deleteOwnerInvoice.js │ │ ├── deletePayFeeQrcode │ │ │ ├── deletePayFeeQrcode.html │ │ │ └── deletePayFeeQrcode.js │ │ ├── deletePaymentPool │ │ │ ├── deletePaymentPool.html │ │ │ └── deletePaymentPool.js │ │ ├── deleteShareReading │ │ │ ├── deleteShareReading.html │ │ │ └── deleteShareReading.js │ │ ├── downloadCollectionLetterOrder │ │ │ ├── downloadCollectionLetterOrder.html │ │ │ └── downloadCollectionLetterOrder.js │ │ ├── editApplyRoomDiscountType │ │ │ ├── editApplyRoomDiscountType.html │ │ │ └── editApplyRoomDiscountType.js │ │ ├── editCommunityPayment │ │ │ ├── editCommunityPayment.html │ │ │ └── editCommunityPayment.js │ │ ├── editFeeRule │ │ │ ├── editFeeRule.html │ │ │ └── editFeeRule.js │ │ ├── editFloorShare │ │ │ ├── editFloorShare.html │ │ │ └── editFloorShare.js │ │ ├── editOwnerInvoice │ │ │ ├── editOwnerInvoice.html │ │ │ └── editOwnerInvoice.js │ │ ├── editPayFeeQrcode │ │ │ ├── editPayFeeQrcode.html │ │ │ └── editPayFeeQrcode.js │ │ ├── editPaymentPool │ │ │ ├── editPaymentPool.html │ │ │ └── editPaymentPool.js │ │ ├── feeConfigDetailDiscount │ │ │ ├── feeConfigDetailDiscount.html │ │ │ └── feeConfigDetailDiscount.js │ │ ├── feeConfigDetailHis │ │ │ ├── feeConfigDetailHis.html │ │ │ └── feeConfigDetailHis.js │ │ ├── feeDetailCar │ │ │ ├── feeDetailCar.html │ │ │ └── feeDetailCar.js │ │ ├── feeDetailConfig │ │ │ ├── feeDetailConfig.html │ │ │ └── feeDetailConfig.js │ │ ├── feeDetailContract │ │ │ ├── feeDetailContract.html │ │ │ └── feeDetailContract.js │ │ ├── feeDetailDiscount │ │ │ ├── feeDetailDiscount.html │ │ │ └── feeDetailDiscount.js │ │ ├── feeDetailFeeObj │ │ │ ├── feeDetailFeeObj.html │ │ │ └── feeDetailFeeObj.js │ │ ├── feeDetailFeeRule │ │ │ ├── feeDetailFeeRule.html │ │ │ └── feeDetailFeeRule.js │ │ ├── feeDetailHis │ │ │ ├── feeDetailHis.html │ │ │ └── feeDetailHis.js │ │ ├── feeDetailHisFee │ │ │ ├── feeDetailHisFee.html │ │ │ └── feeDetailHisFee.js │ │ ├── feeDetailImport │ │ │ ├── feeDetailImport.html │ │ │ └── feeDetailImport.js │ │ ├── feeDetailMeter │ │ │ ├── feeDetailMeter.html │ │ │ └── feeDetailMeter.js │ │ ├── feeDetailMonthFee │ │ │ ├── feeDetailMonthFee.html │ │ │ └── feeDetailMonthFee.js │ │ ├── feeDetailOwner │ │ │ ├── feeDetailOwner.html │ │ │ └── feeDetailOwner.js │ │ ├── feeDetailReceipt │ │ │ ├── feeDetailReceipt.html │ │ │ └── feeDetailReceipt.js │ │ ├── feeDetailRoom │ │ │ ├── feeDetailRoom.html │ │ │ └── feeDetailRoom.js │ │ ├── feeDetailRuleBill │ │ │ ├── feeDetailRuleBill.html │ │ │ └── feeDetailRuleBill.js │ │ ├── feeDetailSub │ │ │ ├── feeDetailSub.html │ │ │ └── feeDetailSub.js │ │ ├── finishFeeRule │ │ │ ├── finishFeeRule.html │ │ │ └── finishFeeRule.js │ │ ├── invoiceApplyDetailEvent │ │ │ ├── invoiceApplyDetailEvent.html │ │ │ └── invoiceApplyDetailEvent.js │ │ ├── invoiceApplyDetailFee │ │ │ ├── invoiceApplyDetailFee.html │ │ │ └── invoiceApplyDetailFee.js │ │ ├── mergeFee │ │ │ ├── mergeFee.html │ │ │ └── mergeFee.js │ │ ├── payFeeDeposit │ │ │ ├── payFeeDeposit.html │ │ │ └── payFeeDeposit.js │ │ ├── payFeeMonthOrderResult │ │ │ ├── payFeeMonthOrderResult.html │ │ │ └── payFeeMonthOrderResult.js │ │ ├── printOwnFee │ │ │ ├── printOwnFee.html │ │ │ └── printOwnFee.js │ │ ├── refundDepositFee │ │ │ ├── refundDepositFee.html │ │ │ └── refundDepositFee.js │ │ ├── roomsCreateFee │ │ │ ├── roomsCreateFee.html │ │ │ └── roomsCreateFee.js │ │ ├── roomsImportTempFee │ │ │ ├── roomsImportTempFee.html │ │ │ └── roomsImportTempFee.js │ │ ├── roomsProxyFee │ │ │ ├── roomsProxyFee.html │ │ │ └── roomsProxyFee.js │ │ ├── searchOwnerInvoice │ │ │ ├── searchOwnerInvoice.html │ │ │ └── searchOwnerInvoice.js │ │ ├── simplifyCallable │ │ │ ├── simplifyCallable.html │ │ │ └── simplifyCallable.js │ │ ├── simplifyRefundDeposit │ │ │ ├── simplifyRefundDeposit.html │ │ │ └── simplifyRefundDeposit.js │ │ ├── splitFee │ │ │ ├── splitFee.html │ │ │ └── splitFee.js │ │ ├── uploadInvoicePhoto │ │ │ ├── uploadInvoicePhoto.html │ │ │ └── uploadInvoicePhoto.js │ │ ├── viewPayFeeQrcode │ │ │ ├── viewPayFeeQrcode.html │ │ │ └── viewPayFeeQrcode.js │ │ ├── wirteInvoiceEvent │ │ │ ├── wirteInvoiceEvent.html │ │ │ └── wirteInvoiceEvent.js │ │ └── writeOweFeeCallable │ │ │ ├── writeOweFeeCallable.html │ │ │ └── writeOweFeeCallable.js │ ├── frame │ │ ├── addDataPrivilegeStaff │ │ │ ├── addDataPrivilegeStaff.html │ │ │ └── addDataPrivilegeStaff.js │ │ ├── addFileView │ │ │ ├── addFileView.html │ │ │ └── addFileView.js │ │ ├── addMenuUser │ │ │ ├── addMenuUser.html │ │ │ └── addMenuUser.js │ │ ├── addOrg │ │ │ ├── addOrg.html │ │ │ └── addOrg.js │ │ ├── addRoleCommunity │ │ │ ├── addRoleCommunity.html │ │ │ └── addRoleCommunity.js │ │ ├── addRoleStaff │ │ │ ├── addRoleStaff.html │ │ │ └── addRoleStaff.js │ │ ├── addStaffPrivilege │ │ │ ├── addStaffPrivilege.html │ │ │ └── addStaffPrivilege.js │ │ ├── addStaffView │ │ │ ├── addStaffView.html │ │ │ └── addStaffView.js │ │ ├── bodyTop │ │ │ ├── bodyTop.html │ │ │ └── bodyTop.js │ │ ├── breadcrumb │ │ │ ├── breadcrumb.html │ │ │ └── breadcrumb.js │ │ ├── chooseMenuUser │ │ │ ├── chooseMenuUser.html │ │ │ └── chooseMenuUser.js │ │ ├── chooseOrg │ │ │ ├── chooseOrg.html │ │ │ └── chooseOrg.js │ │ ├── chooseOrgTree │ │ │ ├── chooseOrgTree.html │ │ │ └── chooseOrgTree.js │ │ ├── chooseOrgTree2 │ │ │ ├── chooseOrgTree2.html │ │ │ └── chooseOrgTree2.js │ │ ├── commonBottom │ │ │ ├── commonBottom.html │ │ │ └── commonBottom.js │ │ ├── commonTop │ │ │ ├── commonTop.html │ │ │ └── commonTop.js │ │ ├── copyright │ │ │ ├── copyright.html │ │ │ └── copyright.js │ │ ├── dataPrivilegeDiv │ │ │ ├── dataPrivilegeDiv.html │ │ │ └── dataPrivilegeDiv.js │ │ ├── dataPrivilegeStaff │ │ │ ├── dataPrivilegeStaff.html │ │ │ └── dataPrivilegeStaff.js │ │ ├── dataPrivilegeUnit │ │ │ ├── dataPrivilegeUnit.html │ │ │ └── dataPrivilegeUnit.js │ │ ├── deleteDataPrivilegeStaff │ │ │ ├── deleteDataPrivilegeStaff.html │ │ │ └── deleteDataPrivilegeStaff.js │ │ ├── deleteMenuUser │ │ │ ├── deleteMenuUser.html │ │ │ └── deleteMenuUser.js │ │ ├── deleteOrg │ │ │ ├── deleteOrg.html │ │ │ └── deleteOrg.js │ │ ├── deleteOrgRelStaff │ │ │ ├── deleteOrgRelStaff.html │ │ │ └── deleteOrgRelStaff.js │ │ ├── deleteRoleCommunity │ │ │ ├── deleteRoleCommunity.html │ │ │ └── deleteRoleCommunity.js │ │ ├── deleteRoleStaff │ │ │ ├── deleteRoleStaff.html │ │ │ └── deleteRoleStaff.js │ │ ├── deleteStaff │ │ │ ├── deleteStaff.html │ │ │ └── deleteStaff.js │ │ ├── departmentSelect2 │ │ │ ├── departmentSelect2.html │ │ │ └── departmentSelect2.js │ │ ├── editOrg │ │ │ ├── editOrg.html │ │ │ └── editOrg.js │ │ ├── editStaff │ │ │ ├── editStaff.html │ │ │ └── editStaff.js │ │ ├── editSystemInfo │ │ │ ├── editSystemInfo.html │ │ │ └── editSystemInfo.js │ │ ├── initData │ │ │ ├── initData.html │ │ │ └── initData.js │ │ ├── loading │ │ │ ├── loading.html │ │ │ └── loading.js │ │ ├── menu │ │ │ ├── menu.html │ │ │ └── menu.js │ │ ├── menu2 │ │ │ ├── menu2.html │ │ │ └── menu2.js │ │ ├── message │ │ │ ├── message.html │ │ │ └── message.js │ │ ├── messageTips │ │ │ ├── messageTips.html │ │ │ └── messageTips.js │ │ ├── nav │ │ │ ├── nav.html │ │ │ └── nav.js │ │ ├── nav2 │ │ │ ├── nav2.html │ │ │ └── nav2.js │ │ ├── orgRelStaff │ │ │ ├── orgRelStaff.html │ │ │ └── orgRelStaff.js │ │ ├── orgSelect2 │ │ │ ├── orgSelect2.html │ │ │ └── orgSelect2.js │ │ ├── orgTree │ │ │ ├── orgTree.html │ │ │ └── orgTree.js │ │ ├── orgTreeShow │ │ │ ├── orgTreeShow.html │ │ │ └── orgTreeShow.js │ │ ├── pagination │ │ │ ├── pagination.html │ │ │ └── pagination.js │ │ ├── paginationPlus │ │ │ ├── paginationPlus.html │ │ │ └── paginationPlus.js │ │ ├── positive-photo │ │ │ ├── positive-photo.html │ │ │ └── positive-photo.js │ │ ├── privilegeTree │ │ │ ├── privilegeTree.html │ │ │ └── privilegeTree.js │ │ ├── resetStaffPwd │ │ │ ├── resetStaffPwd.html │ │ │ └── resetStaffPwd.js │ │ ├── roleCommunity │ │ │ ├── roleCommunity.html │ │ │ └── roleCommunity.js │ │ ├── roleDiv │ │ │ ├── roleDiv.html │ │ │ └── roleDiv.js │ │ ├── roleStaff │ │ │ ├── roleStaff.html │ │ │ └── roleStaff.js │ │ ├── searchCommunityData │ │ │ ├── searchCommunityData.html │ │ │ └── searchCommunityData.js │ │ ├── searchStaff │ │ │ ├── searchStaff.html │ │ │ └── searchStaff.js │ │ ├── sso │ │ │ ├── sso.html │ │ │ └── sso.js │ │ ├── staffSelect2 │ │ │ ├── staffSelect2.html │ │ │ └── staffSelect2.js │ │ ├── uploadFile │ │ │ ├── uploadFile.html │ │ │ └── uploadFile.js │ │ ├── uploadImage │ │ │ ├── uploadImage.html │ │ │ └── uploadImage.js │ │ ├── uploadImageUrl │ │ │ ├── uploadImageUrl.html │ │ │ └── uploadImageUrl.js │ │ ├── uploadVedio │ │ │ ├── uploadVedio.html │ │ │ └── uploadVedio.js │ │ ├── validate-code │ │ │ ├── validate-code.html │ │ │ └── validate-code.js │ │ ├── validate-tel │ │ │ ├── validate-tel.html │ │ │ └── validate-tel.js │ │ ├── validateCode │ │ │ ├── validateCode.html │ │ │ └── validateCode.js │ │ ├── validateTel │ │ │ ├── validateTel.html │ │ │ └── validateTel.js │ │ ├── viewData │ │ │ ├── viewData.html │ │ │ └── viewData.js │ │ ├── viewMenuUser │ │ │ ├── viewMenuUser.html │ │ │ └── viewMenuUser.js │ │ ├── viewOrgInfo │ │ │ ├── viewOrgInfo.html │ │ │ └── viewOrgInfo.js │ │ ├── viewStaffInfo │ │ │ ├── viewStaffInfo.html │ │ │ └── viewStaffInfo.js │ │ └── viewSystemInfo │ │ │ ├── viewSystemInfo.html │ │ │ └── viewSystemInfo.js │ ├── inspection │ │ ├── aInspectionPlanDetailStaff │ │ │ ├── aInspectionPlanDetailStaff.html │ │ │ └── aInspectionPlanDetailStaff.js │ │ ├── aInspectionRouteMap │ │ │ ├── aInspectionRouteMap.html │ │ │ └── aInspectionRouteMap.js │ │ ├── aInspectionRoutePoint │ │ │ ├── aInspectionRoutePoint.html │ │ │ └── aInspectionRoutePoint.js │ │ ├── aInspectionTaskMap │ │ │ ├── aInspectionTaskMap.html │ │ │ └── aInspectionTaskMap.js │ │ ├── addInspectionPoint │ │ │ ├── addInspectionPoint.html │ │ │ └── addInspectionPoint.js │ │ ├── adminPointRoute │ │ │ ├── adminPointRoute.html │ │ │ └── adminPointRoute.js │ │ ├── adminPointTaskDetail │ │ │ ├── adminPointTaskDetail.html │ │ │ └── adminPointTaskDetail.js │ │ ├── adminRoutePlan │ │ │ ├── adminRoutePlan.html │ │ │ └── adminRoutePlan.js │ │ ├── adminRouteTask │ │ │ ├── adminRouteTask.html │ │ │ └── adminRouteTask.js │ │ ├── communityInspectionTree │ │ │ ├── communityInspectionTree.html │ │ │ └── communityInspectionTree.js │ │ ├── deleteInspectionPoint │ │ │ ├── deleteInspectionPoint.html │ │ │ └── deleteInspectionPoint.js │ │ ├── editInspectionPoint │ │ │ ├── editInspectionPoint.html │ │ │ └── editInspectionPoint.js │ │ ├── inspectionPlanDetailStaff │ │ │ ├── inspectionPlanDetailStaff.html │ │ │ └── inspectionPlanDetailStaff.js │ │ ├── inspectionPointQrCode │ │ │ ├── inspectionPointQrCode.html │ │ │ └── inspectionPointQrCode.js │ │ ├── inspectionRouteMap │ │ │ ├── inspectionRouteMap.html │ │ │ └── inspectionRouteMap.js │ │ ├── inspectionRoutePoint │ │ │ ├── inspectionRoutePoint.html │ │ │ └── inspectionRoutePoint.js │ │ ├── inspectionTaskMap │ │ │ ├── inspectionTaskMap.html │ │ │ └── inspectionTaskMap.js │ │ ├── pointPlan │ │ │ ├── pointPlan.html │ │ │ └── pointPlan.js │ │ ├── pointRoute │ │ │ ├── pointRoute.html │ │ │ └── pointRoute.js │ │ ├── pointTask │ │ │ ├── pointTask.html │ │ │ └── pointTask.js │ │ ├── pointTaskDetail │ │ │ ├── pointTaskDetail.html │ │ │ └── pointTaskDetail.js │ │ ├── routePlan │ │ │ ├── routePlan.html │ │ │ └── routePlan.js │ │ └── routeTask │ │ │ ├── routeTask.html │ │ │ └── routeTask.js │ ├── log │ │ ├── deleteFeeDataLog │ │ │ ├── deleteFeeDataLog.html │ │ │ └── deleteFeeDataLog.js │ │ └── deleteOwnerDataLog │ │ │ ├── deleteOwnerDataLog.html │ │ │ └── deleteOwnerDataLog.js │ ├── machine │ │ ├── addAccessControlWhite │ │ │ └── addAccessControlWhite.html │ │ ├── addAccessControlWhiteAuth │ │ │ ├── addAccessControlWhiteAuth.html │ │ │ └── addAccessControlWhiteAuth.js │ │ ├── addChargeMachine │ │ │ ├── addChargeMachine.html │ │ │ └── addChargeMachine.js │ │ ├── addChargeMachinePort │ │ │ ├── addChargeMachinePort.html │ │ │ └── addChargeMachinePort.js │ │ ├── addChargeMonthCard │ │ │ ├── addChargeMonthCard.html │ │ │ └── addChargeMonthCard.js │ │ ├── addChargeMonthOrder │ │ │ ├── addChargeMonthOrder.html │ │ │ └── addChargeMonthOrder.js │ │ ├── addChargeRule │ │ │ ├── addChargeRule.html │ │ │ └── addChargeRule.js │ │ ├── addChargeRuleFee │ │ │ ├── addChargeRuleFee.html │ │ │ └── addChargeRuleFee.js │ │ ├── chargeMachineQrCode │ │ │ ├── chargeMachineQrCode.html │ │ │ └── chargeMachineQrCode.js │ │ ├── chargeRuleDiv │ │ │ ├── chargeRuleDiv.html │ │ │ └── chargeRuleDiv.js │ │ ├── chargeRuleFee │ │ │ ├── chargeRuleFee.html │ │ │ └── chargeRuleFee.js │ │ ├── customReadMeterMachine │ │ │ ├── customReadMeterMachine.html │ │ │ └── customReadMeterMachine.js │ │ ├── deleteAccessControlWhite │ │ │ ├── deleteAccessControlWhite.html │ │ │ └── deleteAccessControlWhite.js │ │ ├── deleteAccessControlWhiteAuth │ │ │ ├── deleteAccessControlWhiteAuth.html │ │ │ └── deleteAccessControlWhiteAuth.js │ │ ├── deleteChargeMachine │ │ │ ├── deleteChargeMachine.html │ │ │ └── deleteChargeMachine.js │ │ ├── deleteChargeMachinePort │ │ │ ├── deleteChargeMachinePort.html │ │ │ └── deleteChargeMachinePort.js │ │ ├── deleteChargeMonthCard │ │ │ ├── deleteChargeMonthCard.html │ │ │ └── deleteChargeMonthCard.js │ │ ├── deleteChargeRule │ │ │ ├── deleteChargeRule.html │ │ │ └── deleteChargeRule.js │ │ ├── deleteChargeRuleFee │ │ │ ├── deleteChargeRuleFee.html │ │ │ └── deleteChargeRuleFee.js │ │ ├── deleteMeterMachine │ │ │ ├── deleteMeterMachine.html │ │ │ └── deleteMeterMachine.js │ │ ├── editAccessControlWhite │ │ │ ├── editAccessControlWhite.html │ │ │ └── editAccessControlWhite.js │ │ ├── editChargeMachine │ │ │ ├── editChargeMachine.html │ │ │ └── editChargeMachine.js │ │ ├── editChargeMonthCard │ │ │ ├── editChargeMonthCard.html │ │ │ └── editChargeMonthCard.js │ │ ├── editChargeRule │ │ │ ├── editChargeRule.html │ │ │ └── editChargeRule.js │ │ ├── editChargeRuleFee │ │ │ ├── editChargeRuleFee.html │ │ │ └── editChargeRuleFee.js │ │ ├── importMeterMachine │ │ │ ├── importMeterMachine.html │ │ │ └── importMeterMachine.js │ │ ├── selectVideoMachine │ │ │ ├── selectVideoMachine.html │ │ │ └── selectVideoMachine.js │ │ ├── settingMeterMachineRead │ │ │ ├── settingMeterMachineRead.html │ │ │ └── settingMeterMachineRead.js │ │ └── stopChargeMachine │ │ │ ├── stopChargeMachine.html │ │ │ └── stopChargeMachine.js │ ├── oa │ │ ├── aWorkDetailCopy │ │ │ ├── aWorkDetailCopy.html │ │ │ └── aWorkDetailCopy.js │ │ ├── aWorkDetailCycle │ │ │ ├── aWorkDetailCycle.html │ │ │ └── aWorkDetailCycle.js │ │ ├── aWorkDetailEvent │ │ │ ├── aWorkDetailEvent.html │ │ │ └── aWorkDetailEvent.js │ │ ├── aWorkDetailFile │ │ │ ├── aWorkDetailFile.html │ │ │ └── aWorkDetailFile.js │ │ ├── aWorkDetailTask │ │ │ ├── aWorkDetailTask.html │ │ │ └── aWorkDetailTask.js │ │ ├── aWorkDetailTaskItem │ │ │ ├── aWorkDetailTaskItem.html │ │ │ └── aWorkDetailTaskItem.js │ │ ├── aWorkDetailType │ │ │ ├── aWorkDetailType.html │ │ │ └── aWorkDetailType.js │ │ ├── addWorkType │ │ │ ├── addWorkType.html │ │ │ └── addWorkType.js │ │ ├── deleteWork │ │ │ ├── deleteWork.html │ │ │ └── deleteWork.js │ │ ├── deleteWorkType │ │ │ ├── deleteWorkType.html │ │ │ └── deleteWorkType.js │ │ ├── editWorkType │ │ │ ├── editWorkType.html │ │ │ └── editWorkType.js │ │ ├── workDetailCopy │ │ │ ├── workDetailCopy.html │ │ │ └── workDetailCopy.js │ │ ├── workDetailCycle │ │ │ ├── workDetailCycle.html │ │ │ └── workDetailCycle.js │ │ ├── workDetailEvent │ │ │ ├── workDetailEvent.html │ │ │ └── workDetailEvent.js │ │ ├── workDetailFile │ │ │ ├── workDetailFile.html │ │ │ └── workDetailFile.js │ │ ├── workDetailTask │ │ │ ├── workDetailTask.html │ │ │ └── workDetailTask.js │ │ ├── workDetailTaskItem │ │ │ ├── workDetailTaskItem.html │ │ │ └── workDetailTaskItem.js │ │ └── workDetailType │ │ │ ├── workDetailType.html │ │ │ └── workDetailType.js │ ├── owner │ │ ├── aOwnerDetailAccessControl │ │ │ ├── aOwnerDetailAccessControl.html │ │ │ └── aOwnerDetailAccessControl.js │ │ ├── aOwnerDetailAccount │ │ │ ├── aOwnerDetailAccount.html │ │ │ └── aOwnerDetailAccount.js │ │ ├── aOwnerDetailAcctReceipt │ │ │ ├── aOwnerDetailAcctReceipt.html │ │ │ └── aOwnerDetailAcctReceipt.js │ │ ├── aOwnerDetailAppUser │ │ │ ├── aOwnerDetailAppUser.html │ │ │ └── aOwnerDetailAppUser.js │ │ ├── aOwnerDetailCoupon │ │ │ ├── aOwnerDetailCoupon.html │ │ │ └── aOwnerDetailCoupon.js │ │ ├── aOwnerDetailHis │ │ │ ├── aOwnerDetailHis.html │ │ │ └── aOwnerDetailHis.js │ │ ├── aOwnerDetailRoomFee │ │ │ ├── aOwnerDetailRoomFee.html │ │ │ └── aOwnerDetailRoomFee.js │ │ ├── aOwnerDetailVisit │ │ │ ├── aOwnerDetailVisit.html │ │ │ └── aOwnerDetailVisit.js │ │ ├── addOwnerMember │ │ │ ├── addOwnerMember.html │ │ │ └── addOwnerMember.js │ │ ├── addOwnerSettledSetting │ │ │ ├── addOwnerSettledSetting.html │ │ │ └── addOwnerSettledSetting.js │ │ ├── deleteOwnerCommittee │ │ │ ├── deleteOwnerCommittee.html │ │ │ └── deleteOwnerCommittee.js │ │ ├── deleteOwnerSettledApply │ │ │ ├── deleteOwnerSettledApply.html │ │ │ └── deleteOwnerSettledApply.js │ │ ├── editOwnerMember │ │ │ ├── editOwnerMember.html │ │ │ └── editOwnerMember.js │ │ ├── editOwnerSettledSetting │ │ │ ├── editOwnerSettledSetting.html │ │ │ └── editOwnerSettledSetting.js │ │ ├── ownerCars │ │ │ ├── ownerCars.html │ │ │ └── ownerCars.js │ │ ├── ownerComplaints │ │ │ ├── ownerComplaints.html │ │ │ └── ownerComplaints.js │ │ ├── ownerDetailAccessControl │ │ │ ├── ownerDetailAccessControl.html │ │ │ └── ownerDetailAccessControl.js │ │ ├── ownerDetailAccessControlRecord │ │ │ ├── ownerDetailAccessControlRecord.html │ │ │ └── ownerDetailAccessControlRecord.js │ │ ├── ownerDetailAccount │ │ │ ├── ownerDetailAccount.html │ │ │ └── ownerDetailAccount.js │ │ ├── ownerDetailAccountReceipt │ │ │ ├── ownerDetailAccountReceipt.html │ │ │ └── ownerDetailAccountReceipt.js │ │ ├── ownerDetailAppUser │ │ │ ├── ownerDetailAppUser.html │ │ │ └── ownerDetailAppUser.js │ │ ├── ownerDetailCar │ │ │ ├── ownerDetailCar.html │ │ │ └── ownerDetailCar.js │ │ ├── ownerDetailChargeMachineOrder │ │ │ ├── ownerDetailChargeMachineOrder.html │ │ │ └── ownerDetailChargeMachineOrder.js │ │ ├── ownerDetailComplaint │ │ │ ├── ownerDetailComplaint.html │ │ │ └── ownerDetailComplaint.js │ │ ├── ownerDetailContract │ │ │ ├── ownerDetailContract.html │ │ │ └── ownerDetailContract.js │ │ ├── ownerDetailCoupon │ │ │ ├── ownerDetailCoupon.html │ │ │ └── ownerDetailCoupon.js │ │ ├── ownerDetailHis │ │ │ ├── ownerDetailHis.html │ │ │ └── ownerDetailHis.js │ │ ├── ownerDetailHisFee │ │ │ ├── ownerDetailHisFee.html │ │ │ └── ownerDetailHisFee.js │ │ ├── ownerDetailMember │ │ │ ├── ownerDetailMember.html │ │ │ └── ownerDetailMember.js │ │ ├── ownerDetailOweFee │ │ │ ├── ownerDetailOweFee.html │ │ │ └── ownerDetailOweFee.js │ │ ├── ownerDetailReceipt │ │ │ ├── ownerDetailReceipt.html │ │ │ └── ownerDetailReceipt.js │ │ ├── ownerDetailRepair │ │ │ ├── ownerDetailRepair.html │ │ │ └── ownerDetailRepair.js │ │ ├── ownerDetailRoom │ │ │ ├── ownerDetailRoom.html │ │ │ └── ownerDetailRoom.js │ │ ├── ownerDetailRoomFee │ │ │ ├── ownerDetailRoomFee.html │ │ │ └── ownerDetailRoomFee.js │ │ ├── ownerDetailVisit │ │ │ ├── ownerDetailVisit.html │ │ │ └── ownerDetailVisit.js │ │ ├── ownerMembers │ │ │ ├── ownerMembers.html │ │ │ └── ownerMembers.js │ │ ├── ownerOweFees │ │ │ ├── ownerOweFees.html │ │ │ └── ownerOweFees.js │ │ ├── ownerRepairs │ │ │ ├── ownerRepairs.html │ │ │ └── ownerRepairs.js │ │ ├── ownerRooms │ │ │ ├── ownerRooms.html │ │ │ └── ownerRooms.js │ │ └── viewOwnerSettledRooms │ │ │ ├── viewOwnerSettledRooms.html │ │ │ └── viewOwnerSettledRooms.js │ ├── print │ │ ├── addMachinePrinter │ │ │ ├── addMachinePrinter.html │ │ │ └── addMachinePrinter.js │ │ ├── addPrinterRule │ │ │ ├── addPrinterRule.html │ │ │ └── addPrinterRule.js │ │ ├── addPrinterRuleFee │ │ │ ├── addPrinterRuleFee.html │ │ │ └── addPrinterRuleFee.js │ │ ├── addPrinterRuleMachine │ │ │ ├── addPrinterRuleMachine.html │ │ │ └── addPrinterRuleMachine.js │ │ ├── addPrinterRuleRepair │ │ │ ├── addPrinterRuleRepair.html │ │ │ └── addPrinterRuleRepair.js │ │ ├── deleteMachinePrinter │ │ │ ├── deleteMachinePrinter.html │ │ │ └── deleteMachinePrinter.js │ │ ├── deletePrinterRule │ │ │ ├── deletePrinterRule.html │ │ │ └── deletePrinterRule.js │ │ ├── deletePrinterRuleFee │ │ │ ├── deletePrinterRuleFee.html │ │ │ └── deletePrinterRuleFee.js │ │ ├── deletePrinterRuleMachine │ │ │ ├── deletePrinterRuleMachine.html │ │ │ └── deletePrinterRuleMachine.js │ │ ├── deletePrinterRuleRepair │ │ │ ├── deletePrinterRuleRepair.html │ │ │ └── deletePrinterRuleRepair.js │ │ ├── editMachinePrinter │ │ │ ├── editMachinePrinter.html │ │ │ └── editMachinePrinter.js │ │ ├── editPrinterRule │ │ │ ├── editPrinterRule.html │ │ │ └── editPrinterRule.js │ │ ├── editPrinterRuleMachine │ │ │ ├── editPrinterRuleMachine.html │ │ │ └── editPrinterRuleMachine.js │ │ ├── printerRuleDiv │ │ │ ├── printerRuleDiv.html │ │ │ └── printerRuleDiv.js │ │ ├── printerRuleFees │ │ │ ├── printerRuleFees.html │ │ │ └── printerRuleFees.js │ │ ├── printerRuleMachine │ │ │ ├── printerRuleMachine.html │ │ │ └── printerRuleMachine.js │ │ └── printerRuleRepair │ │ │ ├── printerRuleRepair.html │ │ │ └── printerRuleRepair.js │ ├── property │ │ ├── .DS_Store │ │ ├── addAccessControlMachine │ │ │ ├── addAccessControlMachine.html │ │ │ └── addAccessControlMachine.js │ │ ├── addActivitiesBeautifulStaff │ │ │ ├── addActivitiesBeautifulStaff.html │ │ │ └── addActivitiesBeautifulStaff.js │ │ ├── addActivitiesRule │ │ │ ├── addActivitiesRule.html │ │ │ └── addActivitiesRule.js │ │ ├── addActivitiesType │ │ │ ├── addActivitiesType.html │ │ │ └── addActivitiesType.js │ │ ├── addActivitiesView │ │ │ ├── addActivitiesView.html │ │ │ └── addActivitiesView.js │ │ ├── addAdvert │ │ │ ├── addAdvert.html │ │ │ └── addAdvert.js │ │ ├── addApplicationKey │ │ │ ├── addApplicationKey.html │ │ │ └── addApplicationKey.js │ │ ├── addApplyRoomDiscount │ │ │ ├── addApplyRoomDiscount.html │ │ │ └── addApplyRoomDiscount.js │ │ ├── addAttendanceClasses │ │ │ ├── addAttendanceClasses.html │ │ │ └── addAttendanceClasses.js │ │ ├── addAttendanceMachine │ │ │ ├── addAttendanceMachine.html │ │ │ └── addAttendanceMachine.js │ │ ├── addBarrierGateMachine │ │ │ ├── addBarrierGateMachine.html │ │ │ └── addBarrierGateMachine.js │ │ ├── addCar │ │ │ ├── addCar.html │ │ │ └── addCar.js │ │ ├── addCarBlackWhite │ │ │ ├── addCarBlackWhite.html │ │ │ └── addCarBlackWhite.js │ │ ├── addCarModal │ │ │ ├── addCarModal.html │ │ │ └── addCarModal.js │ │ ├── addClasses │ │ │ ├── addClasses.html │ │ │ └── addClasses.js │ │ ├── addCommunitySetting │ │ │ ├── addCommunitySetting.html │ │ │ └── addCommunitySetting.js │ │ ├── addCommunityShop │ │ │ ├── addCommunityShop.html │ │ │ └── addCommunityShop.js │ │ ├── addCommunitySpace │ │ │ ├── addCommunitySpace.html │ │ │ └── addCommunitySpace.js │ │ ├── addCommunitySpacePerson │ │ │ ├── addCommunitySpacePerson.html │ │ │ └── addCommunitySpacePerson.js │ │ ├── addCommunityVenue │ │ │ ├── addCommunityVenue.html │ │ │ └── addCommunityVenue.js │ │ ├── addDataPrivilege │ │ │ ├── addDataPrivilege.html │ │ │ └── addDataPrivilege.js │ │ ├── addDataPrivilegeUnit │ │ │ ├── addDataPrivilegeUnit.html │ │ │ └── addDataPrivilegeUnit.js │ │ ├── addFeeCollectionOrder │ │ │ ├── addFeeCollectionOrder.html │ │ │ └── addFeeCollectionOrder.js │ │ ├── addFeeCombo │ │ │ ├── addFeeCombo.html │ │ │ └── addFeeCombo.js │ │ ├── addFeeComboMember │ │ │ ├── addFeeComboMember.html │ │ │ └── addFeeComboMember.js │ │ ├── addFeeConfig │ │ │ ├── addFeeConfig.html │ │ │ └── addFeeConfig.js │ │ ├── addFeeDiscount │ │ │ ├── addFeeDiscount.html │ │ │ └── addFeeDiscount.js │ │ ├── addFeeFormula │ │ │ ├── addFeeFormula.html │ │ │ └── addFeeFormula.js │ │ ├── addFeeManualCollection │ │ │ ├── addFeeManualCollection.html │ │ │ └── addFeeManualCollection.js │ │ ├── addFeePrintPage │ │ │ ├── addFeePrintPage.html │ │ │ └── addFeePrintPage.js │ │ ├── addFeePrintSpec │ │ │ ├── addFeePrintSpec.html │ │ │ └── addFeePrintSpec.js │ │ ├── addFloor │ │ │ ├── addFloor.html │ │ │ └── addFloor.js │ │ ├── addInspectionItem │ │ │ ├── addInspectionItem.html │ │ │ └── addInspectionItem.js │ │ ├── addInspectionItemTitle │ │ │ ├── addInspectionItemTitle.html │ │ │ └── addInspectionItemTitle.js │ │ ├── addInspectionPlanStaff │ │ │ ├── addInspectionPlanStaff.html │ │ │ └── addInspectionPlanStaff.js │ │ ├── addInspectionRoute │ │ │ ├── addInspectionRoute.html │ │ │ └── addInspectionRoute.js │ │ ├── addItemReleaseType │ │ │ ├── addItemReleaseType.html │ │ │ └── addItemReleaseType.js │ │ ├── addLocation │ │ │ ├── addLocation.html │ │ │ └── addLocation.js │ │ ├── addMachine │ │ │ ├── addMachine.html │ │ │ └── addMachine.js │ │ ├── addMachineAuth │ │ │ ├── addMachineAuth.html │ │ │ └── addMachineAuth.js │ │ ├── addMachineTranslate │ │ │ ├── addMachineTranslate.html │ │ │ └── addMachineTranslate.js │ │ ├── addMachineType │ │ │ ├── addMachineType.html │ │ │ └── addMachineType.js │ │ ├── addMaintainanceItem │ │ │ ├── addMaintainanceItem.html │ │ │ └── addMaintainanceItem.js │ │ ├── addMaintainanceStandard │ │ │ ├── addMaintainanceStandard.html │ │ │ └── addMaintainanceStandard.js │ │ ├── addMeterType │ │ │ ├── addMeterType.html │ │ │ └── addMeterType.js │ │ ├── addMeterWater │ │ │ ├── addMeterWater.html │ │ │ └── addMeterWater.js │ │ ├── addMonitorMachine │ │ │ ├── addMonitorMachine.html │ │ │ └── addMonitorMachine.js │ │ ├── addNotepad │ │ │ ├── addNotepad.html │ │ │ └── addNotepad.js │ │ ├── addNotepadDetail │ │ │ ├── addNotepadDetail.html │ │ │ └── addNotepadDetail.js │ │ ├── addOaWorkflow │ │ │ ├── addOaWorkflow.html │ │ │ └── addOaWorkflow.js │ │ ├── addOwner │ │ │ ├── addOwner.html │ │ │ └── addOwner.js │ │ ├── addOwnerRepair │ │ │ ├── addOwnerRepair.html │ │ │ └── addOwnerRepair.js │ │ ├── addParkingArea │ │ │ ├── addParkingArea.html │ │ │ └── addParkingArea.js │ │ ├── addParkingBox │ │ │ ├── addParkingBox.html │ │ │ └── addParkingBox.js │ │ ├── addParkingBoxArea │ │ │ ├── addParkingBoxArea.html │ │ │ └── addParkingBoxArea.js │ │ ├── addParkingCoupon │ │ │ ├── addParkingCoupon.html │ │ │ └── addParkingCoupon.js │ │ ├── addParkingSpace │ │ │ ├── addParkingSpace.html │ │ │ └── addParkingSpace.js │ │ ├── addParkingSpaceApply │ │ │ ├── addParkingSpaceApply.html │ │ │ └── addParkingSpaceApply.js │ │ ├── addPayFeeConfigDiscount │ │ │ ├── addPayFeeConfigDiscount.html │ │ │ └── addPayFeeConfigDiscount.js │ │ ├── addPrestoreFee │ │ │ ├── addPrestoreFee.html │ │ │ └── addPrestoreFee.js │ │ ├── addPropertyRightRegistration │ │ │ ├── addPropertyRightRegistration.html │ │ │ └── addPropertyRightRegistration.js │ │ ├── addProxyFee │ │ │ ├── addProxyFee.html │ │ │ └── addProxyFee.js │ │ ├── addQuestionAnswer │ │ │ ├── addQuestionAnswer.html │ │ │ └── addQuestionAnswer.js │ │ ├── addQuestionAnswerTitle │ │ │ ├── addQuestionAnswerTitle.html │ │ │ └── addQuestionAnswerTitle.js │ │ ├── addReportInfoBackCity │ │ │ ├── addReportInfoBackCity.html │ │ │ └── addReportInfoBackCity.js │ │ ├── addReportInfoSetting │ │ │ ├── addReportInfoSetting.html │ │ │ └── addReportInfoSetting.js │ │ ├── addReportInfoSettingTitle │ │ │ ├── addReportInfoSettingTitle.html │ │ │ └── addReportInfoSettingTitle.js │ │ ├── addResourceStoreSpecification │ │ │ ├── addResourceStoreSpecification.html │ │ │ └── addResourceStoreSpecification.js │ │ ├── addResourceSupplier │ │ │ ├── addResourceSupplier.html │ │ │ └── addResourceSupplier.js │ │ ├── addRoom │ │ │ ├── addRoom.html │ │ │ └── addRoom.js │ │ ├── addRoomRenovation │ │ │ ├── addRoomRenovation.html │ │ │ └── addRoomRenovation.js │ │ ├── addScheduleClassesStaff │ │ │ ├── addScheduleClassesStaff.html │ │ │ └── addScheduleClassesStaff.js │ │ ├── addShops │ │ │ ├── addShops.html │ │ │ └── addShops.js │ │ ├── addSmallWeChat │ │ │ ├── addSmallWeChat.html │ │ │ └── addSmallWeChat.js │ │ ├── addSmsConfig │ │ │ ├── addSmsConfig.html │ │ │ └── addSmsConfig.js │ │ ├── addStaffAppAuth │ │ │ ├── addStaffAppAuth.html │ │ │ └── addStaffAppAuth.js │ │ ├── addStorehouse │ │ │ ├── addStorehouse.html │ │ │ └── addStorehouse.js │ │ ├── addTempCarFeeConfig │ │ │ ├── addTempCarFeeConfig.html │ │ │ └── addTempCarFeeConfig.js │ │ ├── addUnit │ │ │ ├── addUnit.html │ │ │ └── addUnit.js │ │ ├── addVisit │ │ │ ├── addVisit.html │ │ │ └── addVisit.js │ │ ├── addVisitCase │ │ │ ├── addVisitCase.html │ │ │ └── addVisitCase.js │ │ ├── addVisitSetting │ │ │ ├── addVisitSetting.html │ │ │ └── addVisitSetting.js │ │ ├── addWechatMenu │ │ │ ├── addWechatMenu.html │ │ │ └── addWechatMenu.js │ │ ├── addWechatSmsTemplate │ │ │ ├── addWechatSmsTemplate.html │ │ │ └── addWechatSmsTemplate.js │ │ ├── applyDeleteFeeBatch │ │ │ ├── applyDeleteFeeBatch.html │ │ │ └── applyDeleteFeeBatch.js │ │ ├── applyRoomDiscountRecord │ │ │ ├── applyRoomDiscountRecord.html │ │ │ └── applyRoomDiscountRecord.js │ │ ├── appraiseRepair │ │ │ ├── appraiseRepair.html │ │ │ └── appraiseRepair.js │ │ ├── barrierGateMachineQrCode │ │ │ ├── barrierGateMachineQrCode.html │ │ │ └── barrierGateMachineQrCode.js │ │ ├── barrierGateQrCode │ │ │ ├── barrierGateQrCode.html │ │ │ └── barrierGateQrCode.js │ │ ├── batchAddFloor │ │ │ ├── batchAddFloor.html │ │ │ └── batchAddFloor.js │ │ ├── bindOwnerShops │ │ │ ├── bindOwnerShops.html │ │ │ └── bindOwnerShops.js │ │ ├── bpmnjsInit │ │ │ ├── bpmnjsInit.html │ │ │ └── bpmnjsInit.js │ │ ├── buyParkingCoupon │ │ │ ├── buyParkingCoupon.html │ │ │ └── buyParkingCoupon.js │ │ ├── cameraControlInfo │ │ │ ├── cameraControlInfo.html │ │ │ └── cameraControlInfo.js │ │ ├── cameraControlVideo │ │ │ ├── cameraControlVideo.html │ │ │ └── cameraControlVideo.js │ │ ├── cancelAccountDetail │ │ │ ├── cancelAccountDetail.html │ │ │ └── cancelAccountDetail.js │ │ ├── cancelAssetInventory │ │ │ ├── cancelAssetInventory.html │ │ │ └── cancelAssetInventory.js │ │ ├── carCreateFeeAdd │ │ │ ├── carCreateFeeAdd.html │ │ │ └── carCreateFeeAdd.js │ │ ├── chainSupplyTree │ │ │ ├── chainSupplyTree.html │ │ │ └── chainSupplyTree.js │ │ ├── changeStateEquipment │ │ │ ├── changeStateEquipment.html │ │ │ └── changeStateEquipment.js │ │ ├── chooseActivitiesBeautifulStaff │ │ │ ├── chooseActivitiesBeautifulStaff.html │ │ │ └── chooseActivitiesBeautifulStaff.js │ │ ├── chooseActivitiesRule │ │ │ ├── chooseActivitiesRule.html │ │ │ └── chooseActivitiesRule.js │ │ ├── chooseActivitiesType │ │ │ ├── chooseActivitiesType.html │ │ │ └── chooseActivitiesType.js │ │ ├── chooseAdvert │ │ │ ├── chooseAdvert.html │ │ │ └── chooseAdvert.js │ │ ├── chooseApplicationKey │ │ │ ├── chooseApplicationKey.html │ │ │ └── chooseApplicationKey.js │ │ ├── chooseApplyRoomDiscount │ │ │ ├── chooseApplyRoomDiscount.html │ │ │ └── chooseApplyRoomDiscount.js │ │ ├── chooseApplyRoomDiscountType │ │ │ ├── chooseApplyRoomDiscountType.html │ │ │ └── chooseApplyRoomDiscountType.js │ │ ├── chooseAttendanceClasses │ │ │ ├── chooseAttendanceClasses.html │ │ │ └── chooseAttendanceClasses.js │ │ ├── chooseCamera │ │ │ ├── chooseCamera.html │ │ │ └── chooseCamera.js │ │ ├── chooseCarBlackWhite │ │ │ ├── chooseCarBlackWhite.html │ │ │ └── chooseCarBlackWhite.js │ │ ├── chooseCommunitySetting │ │ │ ├── chooseCommunitySetting.html │ │ │ └── chooseCommunitySetting.js │ │ ├── chooseCommunitySpace │ │ │ ├── chooseCommunitySpace.html │ │ │ └── chooseCommunitySpace.js │ │ ├── chooseCommunitySpacePerson │ │ │ ├── chooseCommunitySpacePerson.html │ │ │ └── chooseCommunitySpacePerson.js │ │ ├── chooseDataPrivilege │ │ │ ├── chooseDataPrivilege.html │ │ │ └── chooseDataPrivilege.js │ │ ├── chooseEquipmentAccount │ │ │ ├── chooseEquipmentAccount.html │ │ │ └── chooseEquipmentAccount.js │ │ ├── chooseFeeCombo │ │ │ ├── chooseFeeCombo.html │ │ │ └── chooseFeeCombo.js │ │ ├── chooseFeeConfig │ │ │ ├── chooseFeeConfig.html │ │ │ └── chooseFeeConfig.js │ │ ├── chooseFeeDiscount │ │ │ ├── chooseFeeDiscount.html │ │ │ └── chooseFeeDiscount.js │ │ ├── chooseFeeFormula │ │ │ ├── chooseFeeFormula.html │ │ │ └── chooseFeeFormula.js │ │ ├── chooseFeeManualCollection │ │ │ ├── chooseFeeManualCollection.html │ │ │ └── chooseFeeManualCollection.js │ │ ├── chooseFeePrintPage │ │ │ ├── chooseFeePrintPage.html │ │ │ └── chooseFeePrintPage.js │ │ ├── chooseFeePrintSpec │ │ │ ├── chooseFeePrintSpec.html │ │ │ └── chooseFeePrintSpec.js │ │ ├── chooseFloor │ │ │ ├── chooseFloor.html │ │ │ └── chooseFloor.js │ │ ├── chooseFlowElementCondition │ │ │ ├── chooseFlowElementCondition.html │ │ │ └── chooseFlowElementCondition.js │ │ ├── chooseInspectionItem │ │ │ ├── chooseInspectionItem.html │ │ │ └── chooseInspectionItem.js │ │ ├── chooseInspectionPlan │ │ │ ├── chooseInspectionPlan.html │ │ │ └── chooseInspectionPlan.js │ │ ├── chooseInspectionPoint │ │ │ ├── chooseInspectionPoint.html │ │ │ └── chooseInspectionPoint.js │ │ ├── chooseInspectionRoute │ │ │ ├── chooseInspectionRoute.html │ │ │ └── chooseInspectionRoute.js │ │ ├── chooseInspectionRoutePoint │ │ │ ├── chooseInspectionRoutePoint.html │ │ │ └── chooseInspectionRoutePoint.js │ │ ├── chooseLocation │ │ │ ├── chooseLocation.html │ │ │ └── chooseLocation.js │ │ ├── chooseMachine │ │ │ ├── chooseMachine.html │ │ │ └── chooseMachine.js │ │ ├── chooseMachineAuth │ │ │ ├── chooseMachineAuth.html │ │ │ └── chooseMachineAuth.js │ │ ├── chooseMachineTranslate │ │ │ ├── chooseMachineTranslate.html │ │ │ └── chooseMachineTranslate.js │ │ ├── chooseMachineType │ │ │ ├── chooseMachineType.html │ │ │ └── chooseMachineType.js │ │ ├── chooseMaintainancePlanMachine │ │ │ ├── chooseMaintainancePlanMachine.html │ │ │ └── chooseMaintainancePlanMachine.js │ │ ├── chooseMaintainanceStandardItem │ │ │ ├── chooseMaintainanceStandardItem.html │ │ │ └── chooseMaintainanceStandardItem.js │ │ ├── chooseMeterType │ │ │ ├── chooseMeterType.html │ │ │ └── chooseMeterType.js │ │ ├── chooseMeterWater │ │ │ ├── chooseMeterWater.html │ │ │ └── chooseMeterWater.js │ │ ├── chooseNotepad │ │ │ ├── chooseNotepad.html │ │ │ └── chooseNotepad.js │ │ ├── chooseOaWorkflow │ │ │ ├── chooseOaWorkflow.html │ │ │ └── chooseOaWorkflow.js │ │ ├── chooseOwner │ │ │ ├── chooseOwner.html │ │ │ └── chooseOwner.js │ │ ├── chooseOwnerRepair │ │ │ ├── chooseOwnerRepair.html │ │ │ └── chooseOwnerRepair.js │ │ ├── chooseParkingArea │ │ │ ├── chooseParkingArea.html │ │ │ └── chooseParkingArea.js │ │ ├── chooseParkingBox │ │ │ ├── chooseParkingBox.html │ │ │ └── chooseParkingBox.js │ │ ├── chooseParkingCoupon │ │ │ ├── chooseParkingCoupon.html │ │ │ └── chooseParkingCoupon.js │ │ ├── chooseParkingSpace │ │ │ ├── chooseParkingSpace.html │ │ │ └── chooseParkingSpace.js │ │ ├── chooseParkingSpaceApply │ │ │ ├── chooseParkingSpaceApply.html │ │ │ └── chooseParkingSpaceApply.js │ │ ├── choosePayFeeConfigDiscount │ │ │ ├── choosePayFeeConfigDiscount.html │ │ │ └── choosePayFeeConfigDiscount.js │ │ ├── choosePrestoreFee │ │ │ ├── choosePrestoreFee.html │ │ │ └── choosePrestoreFee.js │ │ ├── choosePropertyRightRegistration │ │ │ ├── choosePropertyRightRegistration.html │ │ │ └── choosePropertyRightRegistration.js │ │ ├── chooseQuestionAnswer │ │ │ ├── chooseQuestionAnswer.html │ │ │ └── chooseQuestionAnswer.js │ │ ├── chooseQuestionAnswerTitle │ │ │ ├── chooseQuestionAnswerTitle.html │ │ │ └── chooseQuestionAnswerTitle.js │ │ ├── chooseRepairSetting │ │ │ ├── chooseRepairSetting.html │ │ │ └── chooseRepairSetting.js │ │ ├── chooseReportInfoBackCity │ │ │ ├── chooseReportInfoBackCity.html │ │ │ └── chooseReportInfoBackCity.js │ │ ├── chooseResourceStoreSpecification │ │ │ ├── chooseResourceStoreSpecification.html │ │ │ └── chooseResourceStoreSpecification.js │ │ ├── chooseResourceSupplier │ │ │ ├── chooseResourceSupplier.html │ │ │ └── chooseResourceSupplier.js │ │ ├── chooseRoomRenovation │ │ │ ├── chooseRoomRenovation.html │ │ │ └── chooseRoomRenovation.js │ │ ├── chooseSmallWeChat │ │ │ ├── chooseSmallWeChat.html │ │ │ └── chooseSmallWeChat.js │ │ ├── chooseSmsConfig │ │ │ ├── chooseSmsConfig.html │ │ │ └── chooseSmsConfig.js │ │ ├── chooseStorehouse │ │ │ ├── chooseStorehouse.html │ │ │ └── chooseStorehouse.js │ │ ├── chooseTempCarFeeConfig │ │ │ ├── chooseTempCarFeeConfig.html │ │ │ └── chooseTempCarFeeConfig.js │ │ ├── chooseUnit │ │ │ ├── chooseUnit.html │ │ │ └── chooseUnit.js │ │ ├── chooseWechatMenu │ │ │ ├── chooseWechatMenu.html │ │ │ └── chooseWechatMenu.js │ │ ├── chooseWechatSmsTemplate │ │ │ ├── chooseWechatSmsTemplate.html │ │ │ └── chooseWechatSmsTemplate.js │ │ ├── classesState │ │ │ ├── classesState.html │ │ │ └── classesState.js │ │ ├── closeOrder │ │ │ ├── closeOrder.html │ │ │ └── closeOrder.js │ │ ├── commonReportTable │ │ │ ├── commonReportTable.html │ │ │ └── commonReportTable.js │ │ ├── communitySpacePersonTime │ │ │ ├── communitySpacePersonTime.html │ │ │ └── communitySpacePersonTime.js │ │ ├── configParkingSpaceFee │ │ │ ├── configParkingSpaceFee.html │ │ │ └── configParkingSpaceFee.js │ │ ├── configParkingSpaceTempFee │ │ │ ├── configParkingSpaceTempFee.html │ │ │ └── configParkingSpaceTempFee.js │ │ ├── configPropertyFee │ │ │ ├── configPropertyFee.html │ │ │ └── configPropertyFee.js │ │ ├── contractCreateFeeAdd │ │ │ ├── contractCreateFeeAdd.html │ │ │ └── contractCreateFeeAdd.js │ │ ├── deleteAccount │ │ │ ├── deleteAccount.html │ │ │ └── deleteAccount.js │ │ ├── deleteActivities │ │ │ ├── deleteActivities.html │ │ │ └── deleteActivities.js │ │ ├── deleteActivitiesBeautifulStaff │ │ │ ├── deleteActivitiesBeautifulStaff.html │ │ │ └── deleteActivitiesBeautifulStaff.js │ │ ├── deleteActivitiesRule │ │ │ ├── deleteActivitiesRule.html │ │ │ └── deleteActivitiesRule.js │ │ ├── deleteActivitiesType │ │ │ ├── deleteActivitiesType.html │ │ │ └── deleteActivitiesType.js │ │ ├── deleteAdvert │ │ │ ├── deleteAdvert.html │ │ │ └── deleteAdvert.js │ │ ├── deleteAppUserBindingOwner │ │ │ ├── deleteAppUserBindingOwner.html │ │ │ └── deleteAppUserBindingOwner.js │ │ ├── deleteApplicationKey │ │ │ ├── deleteApplicationKey.html │ │ │ └── deleteApplicationKey.js │ │ ├── deleteApplyRoomDiscount │ │ │ ├── deleteApplyRoomDiscount.html │ │ │ └── deleteApplyRoomDiscount.js │ │ ├── deleteApplyRoomDiscountRecord │ │ │ ├── deleteApplyRoomDiscountRecord.html │ │ │ └── deleteApplyRoomDiscountRecord.js │ │ ├── deleteAssetInventory │ │ │ ├── deleteAssetInventory.html │ │ │ └── deleteAssetInventory.js │ │ ├── deleteAttendanceClasses │ │ │ ├── deleteAttendanceClasses.html │ │ │ └── deleteAttendanceClasses.js │ │ ├── deleteCarBlackWhite │ │ │ ├── deleteCarBlackWhite.html │ │ │ └── deleteCarBlackWhite.js │ │ ├── deleteClasses │ │ │ ├── deleteClasses.html │ │ │ └── deleteClasses.js │ │ ├── deleteCommunitySetting │ │ │ ├── deleteCommunitySetting.html │ │ │ └── deleteCommunitySetting.js │ │ ├── deleteCommunityShop │ │ │ ├── deleteCommunityShop.html │ │ │ └── deleteCommunityShop.js │ │ ├── deleteCommunitySpace │ │ │ ├── deleteCommunitySpace.html │ │ │ └── deleteCommunitySpace.js │ │ ├── deleteCommunitySpacePerson │ │ │ ├── deleteCommunitySpacePerson.html │ │ │ └── deleteCommunitySpacePerson.js │ │ ├── deleteCommunityVenue │ │ │ ├── deleteCommunityVenue.html │ │ │ └── deleteCommunityVenue.js │ │ ├── deleteDataPrivilege │ │ │ ├── deleteDataPrivilege.html │ │ │ └── deleteDataPrivilege.js │ │ ├── deleteDataPrivilegeUnit │ │ │ ├── deleteDataPrivilegeUnit.html │ │ │ └── deleteDataPrivilegeUnit.js │ │ ├── deleteDownloadTempFile │ │ │ ├── deleteDownloadTempFile.html │ │ │ └── deleteDownloadTempFile.js │ │ ├── deleteEquipmentAccount │ │ │ ├── deleteEquipmentAccount.html │ │ │ └── deleteEquipmentAccount.js │ │ ├── deleteFee │ │ │ ├── deleteFee.html │ │ │ └── deleteFee.js │ │ ├── deleteFeeCollectionOrder │ │ │ ├── deleteFeeCollectionOrder.html │ │ │ └── deleteFeeCollectionOrder.js │ │ ├── deleteFeeCombo │ │ │ ├── deleteFeeCombo.html │ │ │ └── deleteFeeCombo.js │ │ ├── deleteFeeComboMember │ │ │ ├── deleteFeeComboMember.html │ │ │ └── deleteFeeComboMember.js │ │ ├── deleteFeeConfig │ │ │ ├── deleteFeeConfig.html │ │ │ └── deleteFeeConfig.js │ │ ├── deleteFeeDiscount │ │ │ ├── deleteFeeDiscount.html │ │ │ └── deleteFeeDiscount.js │ │ ├── deleteFeeFormula │ │ │ ├── deleteFeeFormula.html │ │ │ └── deleteFeeFormula.js │ │ ├── deleteFeeManualCollection │ │ │ ├── deleteFeeManualCollection.html │ │ │ └── deleteFeeManualCollection.js │ │ ├── deleteFeeManualCollectionDetail │ │ │ ├── deleteFeeManualCollectionDetail.html │ │ │ └── deleteFeeManualCollectionDetail.js │ │ ├── deleteFeePrintPage │ │ │ ├── deleteFeePrintPage.html │ │ │ └── deleteFeePrintPage.js │ │ ├── deleteFeePrintSpec │ │ │ ├── deleteFeePrintSpec.html │ │ │ └── deleteFeePrintSpec.js │ │ ├── deleteFloor │ │ │ ├── deleteFloor.html │ │ │ └── deleteFloor.js │ │ ├── deleteInspectionItem │ │ │ ├── deleteInspectionItem.html │ │ │ └── deleteInspectionItem.js │ │ ├── deleteInspectionItemTitle │ │ │ ├── deleteInspectionItemTitle.html │ │ │ └── deleteInspectionItemTitle.js │ │ ├── deleteInspectionPlan │ │ │ ├── deleteInspectionPlan.html │ │ │ └── deleteInspectionPlan.js │ │ ├── deleteInspectionPlanStaff │ │ │ ├── deleteInspectionPlanStaff.html │ │ │ └── deleteInspectionPlanStaff.js │ │ ├── deleteInspectionRoute │ │ │ ├── deleteInspectionRoute.html │ │ │ └── deleteInspectionRoute.js │ │ ├── deleteInspectionRoutePoint │ │ │ ├── deleteInspectionRoutePoint.html │ │ │ └── deleteInspectionRoutePoint.js │ │ ├── deleteInspectionTask │ │ │ ├── deleteInspectionTask.html │ │ │ └── deleteInspectionTask.js │ │ ├── deleteItemRelease │ │ │ ├── deleteItemRelease.html │ │ │ └── deleteItemRelease.js │ │ ├── deleteItemReleaseType │ │ │ ├── deleteItemReleaseType.html │ │ │ └── deleteItemReleaseType.js │ │ ├── deleteLocation │ │ │ ├── deleteLocation.html │ │ │ └── deleteLocation.js │ │ ├── deleteMachine │ │ │ ├── deleteMachine.html │ │ │ └── deleteMachine.js │ │ ├── deleteMachineAuth │ │ │ ├── deleteMachineAuth.html │ │ │ └── deleteMachineAuth.js │ │ ├── deleteMachineTranslate │ │ │ ├── deleteMachineTranslate.html │ │ │ └── deleteMachineTranslate.js │ │ ├── deleteMachineType │ │ │ ├── deleteMachineType.html │ │ │ └── deleteMachineType.js │ │ ├── deleteMaintainanceItem │ │ │ ├── deleteMaintainanceItem.html │ │ │ └── deleteMaintainanceItem.js │ │ ├── deleteMaintainancePlan │ │ │ ├── deleteMaintainancePlan.html │ │ │ └── deleteMaintainancePlan.js │ │ ├── deleteMaintainancePlanMachine │ │ │ ├── deleteMaintainancePlanMachine.html │ │ │ └── deleteMaintainancePlanMachine.js │ │ ├── deleteMaintainanceStandard │ │ │ ├── deleteMaintainanceStandard.html │ │ │ └── deleteMaintainanceStandard.js │ │ ├── deleteMaintainanceStandardItem │ │ │ ├── deleteMaintainanceStandardItem.html │ │ │ └── deleteMaintainanceStandardItem.js │ │ ├── deleteMaintainanceTask │ │ │ ├── deleteMaintainanceTask.html │ │ │ └── deleteMaintainanceTask.js │ │ ├── deleteMeterType │ │ │ ├── deleteMeterType.html │ │ │ └── deleteMeterType.js │ │ ├── deleteMeterWater │ │ │ ├── deleteMeterWater.html │ │ │ └── deleteMeterWater.js │ │ ├── deleteNotepad │ │ │ ├── deleteNotepad.html │ │ │ └── deleteNotepad.js │ │ ├── deleteOaWorkflow │ │ │ ├── deleteOaWorkflow.html │ │ │ └── deleteOaWorkflow.js │ │ ├── deleteOwner │ │ │ ├── deleteOwner.html │ │ │ └── deleteOwner.js │ │ ├── deleteOwnerCar │ │ │ ├── deleteOwnerCar.html │ │ │ └── deleteOwnerCar.js │ │ ├── deleteOwnerRepair │ │ │ ├── deleteOwnerRepair.html │ │ │ └── deleteOwnerRepair.js │ │ ├── deleteParkingArea │ │ │ ├── deleteParkingArea.html │ │ │ └── deleteParkingArea.js │ │ ├── deleteParkingBox │ │ │ ├── deleteParkingBox.html │ │ │ └── deleteParkingBox.js │ │ ├── deleteParkingBoxArea │ │ │ ├── deleteParkingBoxArea.html │ │ │ └── deleteParkingBoxArea.js │ │ ├── deleteParkingCoupon │ │ │ ├── deleteParkingCoupon.html │ │ │ └── deleteParkingCoupon.js │ │ ├── deleteParkingSpace │ │ │ ├── deleteParkingSpace.html │ │ │ └── deleteParkingSpace.js │ │ ├── deleteParkingSpaceApply │ │ │ ├── deleteParkingSpaceApply.html │ │ │ └── deleteParkingSpaceApply.js │ │ ├── deletePatrolBuilding │ │ │ ├── deletePatrolBuilding.html │ │ │ └── deletePatrolBuilding.js │ │ ├── deletePayFeeConfigDiscount │ │ │ ├── deletePayFeeConfigDiscount.html │ │ │ └── deletePayFeeConfigDiscount.js │ │ ├── deletePrestoreFee │ │ │ ├── deletePrestoreFee.html │ │ │ └── deletePrestoreFee.js │ │ ├── deletePropertyRightRegistration │ │ │ ├── deletePropertyRightRegistration.html │ │ │ └── deletePropertyRightRegistration.js │ │ ├── deletePropertyRightRegistrationDetail │ │ │ ├── deletePropertyRightRegistrationDetail.html │ │ │ └── deletePropertyRightRegistrationDetail.js │ │ ├── deleteQuestionAnswer │ │ │ ├── deleteQuestionAnswer.html │ │ │ └── deleteQuestionAnswer.js │ │ ├── deleteQuestionAnswerTitle │ │ │ ├── deleteQuestionAnswerTitle.html │ │ │ └── deleteQuestionAnswerTitle.js │ │ ├── deleteRepairTypeUser │ │ │ ├── deleteRepairTypeUser.html │ │ │ └── deleteRepairTypeUser.js │ │ ├── deleteReportInfoBackCity │ │ │ ├── deleteReportInfoBackCity.html │ │ │ └── deleteReportInfoBackCity.js │ │ ├── deleteReportInfoSetting │ │ │ ├── deleteReportInfoSetting.html │ │ │ └── deleteReportInfoSetting.js │ │ ├── deleteReportInfoSettingTitle │ │ │ ├── deleteReportInfoSettingTitle.html │ │ │ └── deleteReportInfoSettingTitle.js │ │ ├── deleteResourceStoreSpecification │ │ │ ├── deleteResourceStoreSpecification.html │ │ │ └── deleteResourceStoreSpecification.js │ │ ├── deleteResourceSupplier │ │ │ ├── deleteResourceSupplier.html │ │ │ └── deleteResourceSupplier.js │ │ ├── deleteRoom │ │ │ ├── deleteRoom.html │ │ │ └── deleteRoom.js │ │ ├── deleteRoomDecorationRecord │ │ │ ├── deleteRoomDecorationRecord.html │ │ │ └── deleteRoomDecorationRecord.js │ │ ├── deleteRoomRenovation │ │ │ ├── deleteRoomRenovation.html │ │ │ └── deleteRoomRenovation.js │ │ ├── deleteScheduleClasses │ │ │ ├── deleteScheduleClasses.html │ │ │ └── deleteScheduleClasses.js │ │ ├── deleteScheduleClassesStaff │ │ │ ├── deleteScheduleClassesStaff.html │ │ │ └── deleteScheduleClassesStaff.js │ │ ├── deleteSmallWeChat │ │ │ ├── deleteSmallWeChat.html │ │ │ └── deleteSmallWeChat.js │ │ ├── deleteSmsConfig │ │ │ ├── deleteSmsConfig.html │ │ │ └── deleteSmsConfig.js │ │ ├── deleteStorehouse │ │ │ ├── deleteStorehouse.html │ │ │ └── deleteStorehouse.js │ │ ├── deleteTempCarFeeConfig │ │ │ ├── deleteTempCarFeeConfig.html │ │ │ └── deleteTempCarFeeConfig.js │ │ ├── deleteUnit │ │ │ ├── deleteUnit.html │ │ │ └── deleteUnit.js │ │ ├── deleteVisit │ │ │ ├── deleteVisit.html │ │ │ └── deleteVisit.js │ │ ├── deleteWechatMenu │ │ │ ├── deleteWechatMenu.html │ │ │ └── deleteWechatMenu.js │ │ ├── deleteWechatSmsTemplate │ │ │ ├── deleteWechatSmsTemplate.html │ │ │ └── deleteWechatSmsTemplate.js │ │ ├── dispatchRepair │ │ │ ├── dispatchRepair.html │ │ │ └── dispatchRepair.js │ │ ├── doImportCreateFee │ │ │ ├── doImportCreateFee.html │ │ │ └── doImportCreateFee.js │ │ ├── editAccessControlMachine │ │ │ ├── editAccessControlMachine.html │ │ │ └── editAccessControlMachine.js │ │ ├── editActivitiesBeautifulStaff │ │ │ ├── editActivitiesBeautifulStaff.html │ │ │ └── editActivitiesBeautifulStaff.js │ │ ├── editActivitiesRule │ │ │ ├── editActivitiesRule.html │ │ │ └── editActivitiesRule.js │ │ ├── editActivitiesType │ │ │ ├── editActivitiesType.html │ │ │ └── editActivitiesType.js │ │ ├── editActivitiesView │ │ │ ├── editActivitiesView.html │ │ │ └── editActivitiesView.js │ │ ├── editAdvert │ │ │ ├── editAdvert.html │ │ │ └── editAdvert.js │ │ ├── editApplicationKey │ │ │ ├── editApplicationKey.html │ │ │ └── editApplicationKey.js │ │ ├── editApplyRoomDiscount │ │ │ ├── editApplyRoomDiscount.html │ │ │ └── editApplyRoomDiscount.js │ │ ├── editApplyRoomDiscountRecord │ │ │ ├── editApplyRoomDiscountRecord.html │ │ │ └── editApplyRoomDiscountRecord.js │ │ ├── editAttendanceClasses │ │ │ ├── editAttendanceClasses.html │ │ │ └── editAttendanceClasses.js │ │ ├── editAttendanceMachine │ │ │ ├── editAttendanceMachine.html │ │ │ └── editAttendanceMachine.js │ │ ├── editBarrierGateMachine │ │ │ ├── editBarrierGateMachine.html │ │ │ └── editBarrierGateMachine.js │ │ ├── editCar │ │ │ ├── editCar.html │ │ │ └── editCar.js │ │ ├── editCarBlackWhite │ │ │ ├── editCarBlackWhite.html │ │ │ └── editCarBlackWhite.js │ │ ├── editClasses │ │ │ ├── editClasses.html │ │ │ └── editClasses.js │ │ ├── editCommunitySetting │ │ │ ├── editCommunitySetting.html │ │ │ └── editCommunitySetting.js │ │ ├── editCommunitySpace │ │ │ ├── editCommunitySpace.html │ │ │ └── editCommunitySpace.js │ │ ├── editCommunitySpaceOpenTime │ │ │ ├── editCommunitySpaceOpenTime.html │ │ │ └── editCommunitySpaceOpenTime.js │ │ ├── editCommunitySpacePerson │ │ │ ├── editCommunitySpacePerson.html │ │ │ └── editCommunitySpacePerson.js │ │ ├── editCommunityVenue │ │ │ ├── editCommunityVenue.html │ │ │ └── editCommunityVenue.js │ │ ├── editDataPrivilege │ │ │ ├── editDataPrivilege.html │ │ │ └── editDataPrivilege.js │ │ ├── editFee │ │ │ ├── editFee.html │ │ │ └── editFee.js │ │ ├── editFeeCombo │ │ │ ├── editFeeCombo.html │ │ │ └── editFeeCombo.js │ │ ├── editFeeConfig │ │ │ ├── editFeeConfig.html │ │ │ └── editFeeConfig.js │ │ ├── editFeeDiscount │ │ │ ├── editFeeDiscount.html │ │ │ └── editFeeDiscount.js │ │ ├── editFeeFormula │ │ │ ├── editFeeFormula.html │ │ │ └── editFeeFormula.js │ │ ├── editFeeManualCollection │ │ │ ├── editFeeManualCollection.html │ │ │ └── editFeeManualCollection.js │ │ ├── editFeePrintPage │ │ │ ├── editFeePrintPage.html │ │ │ └── editFeePrintPage.js │ │ ├── editFeePrintSpec │ │ │ ├── editFeePrintSpec.html │ │ │ └── editFeePrintSpec.js │ │ ├── editFloor │ │ │ ├── editFloor.html │ │ │ └── editFloor.js │ │ ├── editInspectionItem │ │ │ ├── editInspectionItem.html │ │ │ └── editInspectionItem.js │ │ ├── editInspectionItemTitle │ │ │ ├── editInspectionItemTitle.html │ │ │ └── editInspectionItemTitle.js │ │ ├── editInspectionPlan │ │ │ ├── editInspectionPlan.html │ │ │ └── editInspectionPlan.js │ │ ├── editInspectionRoute │ │ │ ├── editInspectionRoute.html │ │ │ └── editInspectionRoute.js │ │ ├── editInspectionRoutePoint │ │ │ ├── editInspectionRoutePoint.html │ │ │ └── editInspectionRoutePoint.js │ │ ├── editItemRelease │ │ │ ├── editItemRelease.html │ │ │ └── editItemRelease.js │ │ ├── editItemReleaseType │ │ │ ├── editItemReleaseType.html │ │ │ └── editItemReleaseType.js │ │ ├── editLocation │ │ │ ├── editLocation.html │ │ │ └── editLocation.js │ │ ├── editMachine │ │ │ ├── editMachine.html │ │ │ └── editMachine.js │ │ ├── editMachineAuth │ │ │ ├── editMachineAuth.html │ │ │ └── editMachineAuth.js │ │ ├── editMachineTranslate │ │ │ ├── editMachineTranslate.html │ │ │ └── editMachineTranslate.js │ │ ├── editMachineType │ │ │ ├── editMachineType.html │ │ │ └── editMachineType.js │ │ ├── editMaintainanceItem │ │ │ ├── editMaintainanceItem.html │ │ │ └── editMaintainanceItem.js │ │ ├── editMaintainanceStandard │ │ │ ├── editMaintainanceStandard.html │ │ │ └── editMaintainanceStandard.js │ │ ├── editMeterType │ │ │ ├── editMeterType.html │ │ │ └── editMeterType.js │ │ ├── editMeterWater │ │ │ ├── editMeterWater.html │ │ │ └── editMeterWater.js │ │ ├── editMonitorMachine │ │ │ ├── editMonitorMachine.html │ │ │ └── editMonitorMachine.js │ │ ├── editNotepad │ │ │ ├── editNotepad.html │ │ │ └── editNotepad.js │ │ ├── editOaWorkflow │ │ │ ├── editOaWorkflow.html │ │ │ └── editOaWorkflow.js │ │ ├── editOwner │ │ │ ├── editOwner.html │ │ │ └── editOwner.js │ │ ├── editOwnerRepair │ │ │ ├── editOwnerRepair.html │ │ │ └── editOwnerRepair.js │ │ ├── editParkingArea │ │ │ ├── editParkingArea.html │ │ │ └── editParkingArea.js │ │ ├── editParkingBox │ │ │ ├── editParkingBox.html │ │ │ └── editParkingBox.js │ │ ├── editParkingCoupon │ │ │ ├── editParkingCoupon.html │ │ │ └── editParkingCoupon.js │ │ ├── editParkingSpace │ │ │ ├── editParkingSpace.html │ │ │ └── editParkingSpace.js │ │ ├── editParkingSpaceApply │ │ │ ├── editParkingSpaceApply.html │ │ │ └── editParkingSpaceApply.js │ │ ├── editPayFeeConfigDiscount │ │ │ ├── editPayFeeConfigDiscount.html │ │ │ └── editPayFeeConfigDiscount.js │ │ ├── editPrestoreFee │ │ │ ├── editPrestoreFee.html │ │ │ └── editPrestoreFee.js │ │ ├── editPropertyRightRegistration │ │ │ ├── editPropertyRightRegistration.html │ │ │ └── editPropertyRightRegistration.js │ │ ├── editPropertyRightRegistrationDetail │ │ │ ├── editPropertyRightRegistrationDetail.html │ │ │ └── editPropertyRightRegistrationDetail.js │ │ ├── editQuestionAnswer │ │ │ ├── editQuestionAnswer.html │ │ │ └── editQuestionAnswer.js │ │ ├── editQuestionAnswerTitle │ │ │ ├── editQuestionAnswerTitle.html │ │ │ └── editQuestionAnswerTitle.js │ │ ├── editRepairTypeUser │ │ │ ├── editRepairTypeUser.html │ │ │ └── editRepairTypeUser.js │ │ ├── editReportInfoBackCity │ │ │ ├── editReportInfoBackCity.html │ │ │ └── editReportInfoBackCity.js │ │ ├── editReportInfoSetting │ │ │ ├── editReportInfoSetting.html │ │ │ └── editReportInfoSetting.js │ │ ├── editReportInfoSettingTitle │ │ │ ├── editReportInfoSettingTitle.html │ │ │ └── editReportInfoSettingTitle.js │ │ ├── editResourceStoreSpecification │ │ │ ├── editResourceStoreSpecification.html │ │ │ └── editResourceStoreSpecification.js │ │ ├── editResourceSupplier │ │ │ ├── editResourceSupplier.html │ │ │ └── editResourceSupplier.js │ │ ├── editRoom │ │ │ ├── editRoom.html │ │ │ └── editRoom.js │ │ ├── editRoomRenovation │ │ │ ├── editRoomRenovation.html │ │ │ └── editRoomRenovation.js │ │ ├── editScheduleClassesDay │ │ │ ├── editScheduleClassesDay.html │ │ │ └── editScheduleClassesDay.js │ │ ├── editShops │ │ │ ├── editShops.html │ │ │ └── editShops.js │ │ ├── editSmallWeChat │ │ │ ├── editSmallWeChat.html │ │ │ └── editSmallWeChat.js │ │ ├── editSmsConfig │ │ │ ├── editSmsConfig.html │ │ │ └── editSmsConfig.js │ │ ├── editStorehouse │ │ │ ├── editStorehouse.html │ │ │ └── editStorehouse.js │ │ ├── editTempCarFeeConfig │ │ │ ├── editTempCarFeeConfig.html │ │ │ └── editTempCarFeeConfig.js │ │ ├── editUnit │ │ │ ├── editUnit.html │ │ │ └── editUnit.js │ │ ├── editVisit │ │ │ ├── editVisit.html │ │ │ └── editVisit.js │ │ ├── editVisitSetting │ │ │ ├── editVisitSetting.html │ │ │ └── editVisitSetting.js │ │ ├── editWechatAttr │ │ │ ├── editWechatAttr.html │ │ │ └── editWechatAttr.js │ │ ├── editWechatMenu │ │ │ ├── editWechatMenu.html │ │ │ └── editWechatMenu.js │ │ ├── editWechatSmsTemplate │ │ │ ├── editWechatSmsTemplate.html │ │ │ └── editWechatSmsTemplate.js │ │ ├── examinePropertyRightRegistration │ │ │ ├── examinePropertyRightRegistration.html │ │ │ └── examinePropertyRightRegistration.js │ │ ├── examineVisit │ │ │ ├── examineVisit.html │ │ │ └── examineVisit.js │ │ ├── examineVisitCar │ │ │ ├── examineVisitCar.html │ │ │ └── examineVisitCar.js │ │ ├── exportCarFeeImportExcel │ │ │ ├── exportCarFeeImportExcel.html │ │ │ └── exportCarFeeImportExcel.js │ │ ├── exportFeeImportExcel │ │ │ ├── exportFeeImportExcel.html │ │ │ └── exportFeeImportExcel.js │ │ ├── finishFee │ │ │ ├── finishFee.html │ │ │ └── finishFee.js │ │ ├── finishRepair │ │ │ ├── finishRepair_back.html │ │ │ └── finishRepair_back.js │ │ ├── floorSelect2 │ │ │ ├── floorSelect2.html │ │ │ └── floorSelect2.js │ │ ├── floorUnitAllTree │ │ │ ├── floorUnitAllTree.html │ │ │ └── floorUnitAllTree.js │ │ ├── floorUnitTree │ │ │ ├── floorUnitTree.html │ │ │ └── floorUnitTree.js │ │ ├── forceFinishRepair │ │ │ ├── forceFinishRepair.html │ │ │ └── forceFinishRepair.js │ │ ├── hireParkingSpaceFee │ │ │ ├── hireParkingSpaceFee.html │ │ │ └── hireParkingSpaceFee.js │ │ ├── importEquipment │ │ │ ├── importEquipment.html │ │ │ └── importEquipment.js │ │ ├── importMeterWaterFee │ │ │ ├── importMeterWaterFee.html │ │ │ └── importMeterWaterFee.js │ │ ├── importMeterWaterFee2 │ │ │ ├── importMeterWaterFee2.html │ │ │ └── importMeterWaterFee2.js │ │ ├── importOwnerCar │ │ │ ├── importOwnerCar.html │ │ │ └── importOwnerCar.js │ │ ├── importOwnerRoom │ │ │ ├── importOwnerRoom.html │ │ │ └── importOwnerRoom.js │ │ ├── importResourceStore │ │ │ ├── importResourceStore.html │ │ │ └── importResourceStore.js │ │ ├── importRoomFee │ │ │ ├── importRoomFee.html │ │ │ └── importRoomFee.js │ │ ├── indexAnalysis │ │ │ ├── indexAnalysis.html │ │ │ └── indexAnalysis.js │ │ ├── indexArrears │ │ │ ├── indexArrears.html │ │ │ └── indexArrears.js │ │ ├── indexCommunity │ │ │ ├── indexCommunity.html │ │ │ └── indexCommunity.js │ │ ├── indexNotice │ │ │ ├── indexNotice.html │ │ │ └── indexNotice.js │ │ ├── indexOpenDoorAnalysis │ │ │ ├── indexOpenDoorAnalysis.html │ │ │ └── indexOpenDoorAnalysis.js │ │ ├── indexOwnerRoom │ │ │ ├── indexOwnerRoom.html │ │ │ └── indexOwnerRoom.js │ │ ├── indexRepairComplaint │ │ │ ├── indexRepairComplaint.html │ │ │ └── indexRepairComplaint.js │ │ ├── inputSearchOwner │ │ │ ├── inputSearchOwner.html │ │ │ └── inputSearchOwner.js │ │ ├── inputSearchRoom │ │ │ ├── inputSearchRoom.html │ │ │ └── inputSearchRoom.js │ │ ├── inputSearchRoomByOwner │ │ │ ├── inputSearchRoomByOwner.html │ │ │ └── inputSearchRoomByOwner.js │ │ ├── inspectionPlanState │ │ │ ├── inspectionPlanState.html │ │ │ └── inspectionPlanState.js │ │ ├── inspectionRouteSelect2 │ │ │ ├── inspectionRouteSelect2.html │ │ │ └── inspectionRouteSelect2.js │ │ ├── inspectionTaskDetail │ │ │ ├── inspectionTaskDetail.html │ │ │ └── inspectionTaskDetail.js │ │ ├── inspectionTaskTransfer │ │ │ ├── inspectionTaskTransfer.html │ │ │ └── inspectionTaskTransfer.js │ │ ├── machineRecordDetail │ │ │ ├── machineRecordDetail.html │ │ │ └── machineRecordDetail.js │ │ ├── machineSelect2 │ │ │ ├── machineSelect2.html │ │ │ └── machineSelect2.js │ │ ├── machineState │ │ │ ├── machineState.html │ │ │ └── machineState.js │ │ ├── machineTypeTree │ │ │ ├── machineTypeTree.html │ │ │ └── machineTypeTree.js │ │ ├── maintainancePlanState │ │ │ ├── maintainancePlanState.html │ │ │ └── maintainancePlanState.js │ │ ├── maintainanceTaskDetail │ │ │ ├── maintainanceTaskDetail.html │ │ │ └── maintainanceTaskDetail.js │ │ ├── maintainanceTaskTransfer │ │ │ ├── maintainanceTaskTransfer.html │ │ │ └── maintainanceTaskTransfer.js │ │ ├── map │ │ │ ├── map.html │ │ │ └── map.js │ │ ├── memberSelectOwner │ │ │ ├── memberSelectOwner.html │ │ │ └── memberSelectOwner.js │ │ ├── moveEquipment │ │ │ ├── moveEquipment.html │ │ │ └── moveEquipment.js │ │ ├── newOaWorkflowFinish │ │ │ ├── newOaWorkflowFinish.html │ │ │ └── newOaWorkflowFinish.js │ │ ├── newOaWorkflowForm │ │ │ ├── newOaWorkflowForm.html │ │ │ └── newOaWorkflowForm.js │ │ ├── newOaWorkflowPool │ │ │ ├── newOaWorkflowPool.html │ │ │ └── newOaWorkflowPool.js │ │ ├── newOaWorkflowUndo │ │ │ ├── newOaWorkflowUndo.html │ │ │ └── newOaWorkflowUndo.js │ │ ├── notepadDetail │ │ │ ├── notepadDetail.html │ │ │ └── notepadDetail.js │ │ ├── notepadOwnerRepair │ │ │ ├── notepadOwnerRepair.html │ │ │ └── notepadOwnerRepair.js │ │ ├── ownerExitParkingSpace │ │ │ ├── ownerExitParkingSpace.html │ │ │ └── ownerExitParkingSpace.js │ │ ├── ownerExitRoom │ │ │ ├── ownerExitRoom.html │ │ │ └── ownerExitRoom.js │ │ ├── ownerParkingSpace │ │ │ ├── ownerParkingSpace.html │ │ │ └── ownerParkingSpace.js │ │ ├── parkingAreaControlBlackCar │ │ │ ├── parkingAreaControlBlackCar.html │ │ │ └── parkingAreaControlBlackCar.js │ │ ├── parkingAreaControlCarInout │ │ │ ├── parkingAreaControlCarInout.html │ │ │ └── parkingAreaControlCarInout.js │ │ ├── parkingAreaControlCarInouts │ │ │ ├── parkingAreaControlCarInouts.html │ │ │ └── parkingAreaControlCarInouts.js │ │ ├── parkingAreaControlCustomCarInout │ │ │ ├── parkingAreaControlCustomCarInout.html │ │ │ └── parkingAreaControlCustomCarInout.js │ │ ├── parkingAreaControlFee │ │ │ ├── parkingAreaControlFee.html │ │ │ └── parkingAreaControlFee.js │ │ ├── parkingAreaControlInCar │ │ │ ├── parkingAreaControlInCar.html │ │ │ └── parkingAreaControlInCar.js │ │ ├── parkingAreaControlManualOpenDoorLog │ │ │ ├── parkingAreaControlManualOpenDoorLog.html │ │ │ └── parkingAreaControlManualOpenDoorLog.js │ │ ├── parkingAreaControlOwnerCar │ │ │ ├── parkingAreaControlOwnerCar.html │ │ │ └── parkingAreaControlOwnerCar.js │ │ ├── parkingAreaControlPayment │ │ │ ├── parkingAreaControlPayment.html │ │ │ └── parkingAreaControlPayment.js │ │ ├── parkingAreaControlPaymentSummary │ │ │ ├── parkingAreaControlPaymentSummary.html │ │ │ └── parkingAreaControlPaymentSummary.js │ │ ├── parkingAreaControlRemaining │ │ │ ├── parkingAreaControlRemaining.html │ │ │ └── parkingAreaControlRemaining.js │ │ ├── parkingAreaControlTempCar │ │ │ ├── parkingAreaControlTempCar.html │ │ │ └── parkingAreaControlTempCar.js │ │ ├── parkingAreaControlTempCarAuthConfirm │ │ │ ├── parkingAreaControlTempCarAuthConfirm.html │ │ │ └── parkingAreaControlTempCarAuthConfirm.js │ │ ├── parkingAreaControlTempCarAuths │ │ │ ├── parkingAreaControlTempCarAuths.html │ │ │ └── parkingAreaControlTempCarAuths.js │ │ ├── parkingAreaControlVideo │ │ │ ├── parkingAreaControlVideo.html │ │ │ └── parkingAreaControlVideo.js │ │ ├── parkingAreaControlWhiteCar │ │ │ ├── parkingAreaControlWhiteCar.html │ │ │ └── parkingAreaControlWhiteCar.js │ │ ├── parkingAreaSelect2 │ │ │ ├── parkingAreaSelect2.html │ │ │ └── parkingAreaSelect2.js │ │ ├── parkingAreaTotalControlFee │ │ │ ├── parkingAreaTotalControlFee.html │ │ │ └── parkingAreaTotalControlFee.js │ │ ├── parkingAreaTotalControlVideo │ │ │ ├── parkingAreaTotalControlVideo.html │ │ │ └── parkingAreaTotalControlVideo.js │ │ ├── parkingBoxSelect2 │ │ │ ├── parkingBoxSelect2.html │ │ │ └── parkingBoxSelect2.js │ │ ├── parkingSpaceFee │ │ │ ├── parkingSpaceFee.html │ │ │ └── parkingSpaceFee.js │ │ ├── payFeeCoupon │ │ │ ├── payFeeCoupon.html │ │ │ └── payFeeCoupon.js │ │ ├── payFeeDiscount │ │ │ ├── payFeeDiscount.html │ │ │ └── payFeeDiscount.js │ │ ├── payFeeOrderConfirm │ │ │ ├── payFeeOrderConfirm.html │ │ │ └── payFeeOrderConfirm.js │ │ ├── payFeeOrderResult │ │ │ ├── payFeeOrderResult.html │ │ │ └── payFeeOrderResult.js │ │ ├── payFeeUserAccount │ │ │ ├── payFeeUserAccount.html │ │ │ └── payFeeUserAccount.js │ │ ├── prestoreAccount │ │ │ ├── prestoreAccount.html │ │ │ └── prestoreAccount.js │ │ ├── prestoreAccount2 │ │ │ ├── prestoreAccount2.html │ │ │ └── prestoreAccount2.js │ │ ├── printEquipmentAccount │ │ │ ├── printEquipmentAccount.html │ │ │ └── printEquipmentAccount.js │ │ ├── propertyPay │ │ │ ├── propertyPay.html │ │ │ └── propertyPay.js │ │ ├── purchaseApprovers │ │ │ ├── purchaseApprovers.html │ │ │ └── purchaseApprovers.js │ │ ├── questionValue │ │ │ ├── questionValue.html │ │ │ └── questionValue.js │ │ ├── replyRepairAppraise │ │ │ ├── replyRepairAppraise.html │ │ │ └── replyRepairAppraise.js │ │ ├── reportHuaningOweFee │ │ │ ├── reportHuaningOweFee.html │ │ │ └── reportHuaningOweFee.js │ │ ├── reportHuaningOweFeeDetail │ │ │ ├── reportHuaningOweFeeDetail.html │ │ │ └── reportHuaningOweFeeDetail.js │ │ ├── reportHuaningPayFee │ │ │ ├── reportHuaningPayFee.html │ │ │ └── reportHuaningPayFee.js │ │ ├── reportHuaningPayFeeTwo │ │ │ ├── reportHuaningPayFeeTwo.html │ │ │ └── reportHuaningPayFeeTwo.js │ │ ├── reportInfoSettingTitleValue │ │ │ ├── reportInfoSettingTitleValue.html │ │ │ └── reportInfoSettingTitleValue.js │ │ ├── reportProficientCarFee │ │ │ ├── reportProficientCarFee.html │ │ │ └── reportProficientCarFee.js │ │ ├── reportProficientRoomFee │ │ │ ├── reportProficientRoomFee.html │ │ │ └── reportProficientRoomFee.js │ │ ├── returnPayFee │ │ │ ├── returnPayFee.html │ │ │ └── returnPayFee.js │ │ ├── reviewApplyRoomDiscount │ │ │ ├── reviewApplyRoomDiscount.html │ │ │ └── reviewApplyRoomDiscount.js │ │ ├── roomCreateFeeAdd │ │ │ ├── roomCreateFeeAdd.html │ │ │ └── roomCreateFeeAdd.js │ │ ├── roomDecorationAcceptance │ │ │ ├── roomDecorationAcceptance.html │ │ │ └── roomDecorationAcceptance.js │ │ ├── roomDecorationRecord │ │ │ ├── roomDecorationRecord.html │ │ │ └── roomDecorationRecord.js │ │ ├── roomRenovationCompleted │ │ │ ├── roomRenovationCompleted.html │ │ │ └── roomRenovationCompleted.js │ │ ├── roomSelect2 │ │ │ ├── roomSelect2.html │ │ │ └── roomSelect2.js │ │ ├── roomSelectFloor │ │ │ ├── roomSelectFloor.html │ │ │ └── roomSelectFloor.js │ │ ├── roomToExamine │ │ │ ├── roomToExamine.html │ │ │ └── roomToExamine.js │ │ ├── roomTree │ │ │ ├── roomTree.html │ │ │ └── roomTree.js │ │ ├── roomTreeDiv │ │ │ ├── roomTreeDiv.html │ │ │ └── roomTreeDiv.js │ │ ├── scheduleClassesDay │ │ │ ├── scheduleClassesDay.html │ │ │ └── scheduleClassesDay.js │ │ ├── scheduleClassesMonth │ │ │ ├── scheduleClassesMonth.html │ │ │ └── scheduleClassesMonth.js │ │ ├── scheduleClassesState │ │ │ ├── scheduleClassesState.html │ │ │ └── scheduleClassesState.js │ │ ├── scheduleClassesWeek │ │ │ ├── scheduleClassesWeek.html │ │ │ └── scheduleClassesWeek.js │ │ ├── searchFloor │ │ │ ├── searchFloor.html │ │ │ └── searchFloor.js │ │ ├── searchOwner │ │ │ ├── searchOwner.html │ │ │ └── searchOwner.js │ │ ├── searchParkingSpace │ │ │ ├── searchParkingSpace.html │ │ │ └── searchParkingSpace.js │ │ ├── searchRoom │ │ │ ├── searchRoom.html │ │ │ └── searchRoom.js │ │ ├── selectFeeConfig │ │ │ ├── selectFeeConfig.html │ │ │ └── selectFeeConfig.js │ │ ├── selectRooms │ │ │ ├── selectRooms.html │ │ │ └── selectRooms.js │ │ ├── selectStaff │ │ │ ├── selectStaff.html │ │ │ └── selectStaff.js │ │ ├── selectStaffs │ │ │ ├── selectStaffs.html │ │ │ └── selectStaffs.js │ │ ├── sellParkingSpaceFee │ │ │ ├── sellParkingSpaceFee.html │ │ │ └── sellParkingSpaceFee.js │ │ ├── sellRoom │ │ │ ├── sellRoom.html │ │ │ └── sellRoom.js │ │ ├── sellRoomOther │ │ │ ├── sellRoomOther.html │ │ │ └── sellRoomOther.js │ │ ├── sellRoomSelectOwner │ │ │ ├── sellRoomSelectOwner.html │ │ │ └── sellRoomSelectOwner.js │ │ ├── sellRoomSelectRoom │ │ │ ├── sellRoomSelectRoom.html │ │ │ └── sellRoomSelectRoom.js │ │ ├── showOwnerParkingSpace │ │ │ ├── showOwnerParkingSpace.html │ │ │ └── showOwnerParkingSpace.js │ │ ├── showOwnerRoom │ │ │ ├── showOwnerRoom.html │ │ │ └── showOwnerRoom.js │ │ ├── simplifyCarFee │ │ │ ├── simplifyCarFee.html │ │ │ └── simplifyCarFee.js │ │ ├── simplifyContract │ │ │ ├── simplifyContract.html │ │ │ └── simplifyContract.js │ │ ├── simplifyFeeReceipt │ │ │ ├── simplifyFeeReceipt.html │ │ │ └── simplifyFeeReceipt.js │ │ ├── simplifyHisFee │ │ │ ├── simplifyHisFee.html │ │ │ └── simplifyHisFee.js │ │ ├── simplifyMeterWaterLog │ │ │ ├── simplifyMeterWaterLog.html │ │ │ └── simplifyMeterWaterLog.js │ │ ├── simplifyOwnerAccessContol │ │ │ ├── simplifyOwnerAccessContol.html │ │ │ └── simplifyOwnerAccessContol.js │ │ ├── simplifyOwnerCar │ │ │ ├── simplifyOwnerCar.html │ │ │ └── simplifyOwnerCar.js │ │ ├── simplifyOwnerComplaint │ │ │ ├── simplifyOwnerComplaint.html │ │ │ └── simplifyOwnerComplaint.js │ │ ├── simplifyOwnerMember │ │ │ ├── simplifyOwnerMember.html │ │ │ └── simplifyOwnerMember.js │ │ ├── simplifyOwnerRepair │ │ │ ├── simplifyOwnerRepair.html │ │ │ └── simplifyOwnerRepair.js │ │ ├── simplifyOwnerTransactionCar │ │ │ ├── simplifyOwnerTransactionCar.html │ │ │ └── simplifyOwnerTransactionCar.js │ │ ├── simplifyRoomFee │ │ │ ├── simplifyRoomFee.html │ │ │ └── simplifyRoomFee.js │ │ ├── simplifyShopsHireLog │ │ │ ├── simplifyShopsHireLog.html │ │ │ └── simplifyShopsHireLog.js │ │ ├── staffAttendanceDetail │ │ │ ├── staffAttendanceDetail.html │ │ │ └── staffAttendanceDetail.js │ │ ├── staffAttendanceReplenishCheckIn │ │ │ ├── staffAttendanceReplenishCheckIn.html │ │ │ └── staffAttendanceReplenishCheckIn.js │ │ ├── staffScheduleClasses │ │ │ ├── staffScheduleClasses.html │ │ │ └── staffScheduleClasses.js │ │ ├── staffScheduleClassesDay │ │ │ ├── staffScheduleClassesDay.html │ │ │ └── staffScheduleClassesDay.js │ │ ├── staffScheduleClassesMonth │ │ │ ├── staffScheduleClassesMonth.html │ │ │ └── staffScheduleClassesMonth.js │ │ ├── staffScheduleClassesWeek │ │ │ ├── staffScheduleClassesWeek.html │ │ │ └── staffScheduleClassesWeek.js │ │ ├── startRepair │ │ │ ├── startRepair.html │ │ │ └── startRepair.js │ │ ├── stopRepair │ │ │ ├── stopRepair.html │ │ │ └── stopRepair.js │ │ ├── tempImportRoomFee │ │ │ ├── tempImportRoomFee.html │ │ │ └── tempImportRoomFee.js │ │ ├── todayAttendanceDetail │ │ │ ├── todayAttendanceDetail.html │ │ │ └── todayAttendanceDetail.js │ │ ├── unitSelect2 │ │ │ ├── unitSelect2.html │ │ │ └── unitSelect2.js │ │ ├── unitSelectFloor │ │ │ ├── unitSelectFloor.html │ │ │ └── unitSelectFloor.js │ │ ├── unlicensedCarMachineQrCode │ │ │ ├── unlicensedCarMachineQrCode.html │ │ │ └── unlicensedCarMachineQrCode.js │ │ ├── viewActivitiesBeautifulStaffInfo │ │ │ ├── viewActivitiesBeautifulStaffInfo.html │ │ │ └── viewActivitiesBeautifulStaffInfo.js │ │ ├── viewActivitiesRuleInfo │ │ │ ├── viewActivitiesRuleInfo.html │ │ │ └── viewActivitiesRuleInfo.js │ │ ├── viewActivitiesTypeInfo │ │ │ ├── viewActivitiesTypeInfo.html │ │ │ └── viewActivitiesTypeInfo.js │ │ ├── viewAdvertInfo │ │ │ ├── viewAdvertInfo.html │ │ │ └── viewAdvertInfo.js │ │ ├── viewApplicationKeyInfo │ │ │ ├── viewApplicationKeyInfo.html │ │ │ └── viewApplicationKeyInfo.js │ │ ├── viewApplyRoomDiscountInfo │ │ │ ├── viewApplyRoomDiscountInfo.html │ │ │ └── viewApplyRoomDiscountInfo.js │ │ ├── viewApplyRoomDiscountTypeInfo │ │ │ ├── viewApplyRoomDiscountTypeInfo.html │ │ │ └── viewApplyRoomDiscountTypeInfo.js │ │ ├── viewAttendanceClassesInfo │ │ │ ├── viewAttendanceClassesInfo.html │ │ │ └── viewAttendanceClassesInfo.js │ │ ├── viewCameraVideo │ │ │ ├── viewCameraVideo.html │ │ │ └── viewCameraVideo.js │ │ ├── viewCarBlackWhiteInfo │ │ │ ├── viewCarBlackWhiteInfo.html │ │ │ └── viewCarBlackWhiteInfo.js │ │ ├── viewCommunitySettingInfo │ │ │ ├── viewCommunitySettingInfo.html │ │ │ └── viewCommunitySettingInfo.js │ │ ├── viewCommunitySpaceInfo │ │ │ ├── viewCommunitySpaceInfo.html │ │ │ └── viewCommunitySpaceInfo.js │ │ ├── viewCommunitySpacePersonInfo │ │ │ ├── viewCommunitySpacePersonInfo.html │ │ │ └── viewCommunitySpacePersonInfo.js │ │ ├── viewDataPrivilegeInfo │ │ │ ├── viewDataPrivilegeInfo.html │ │ │ └── viewDataPrivilegeInfo.js │ │ ├── viewEquipmentAccount │ │ │ ├── viewEquipmentAccount.html │ │ │ └── viewEquipmentAccount.js │ │ ├── viewEquipmentAccountInfo │ │ │ ├── viewEquipmentAccountInfo.html │ │ │ └── viewEquipmentAccountInfo.js │ │ ├── viewFeeComboInfo │ │ │ ├── viewFeeComboInfo.html │ │ │ └── viewFeeComboInfo.js │ │ ├── viewFeeConfigData │ │ │ ├── viewFeeConfigData.html │ │ │ └── viewFeeConfigData.js │ │ ├── viewFeeConfigInfo │ │ │ ├── viewFeeConfigInfo.html │ │ │ └── viewFeeConfigInfo.js │ │ ├── viewFeeData │ │ │ ├── viewFeeData.html │ │ │ └── viewFeeData.js │ │ ├── viewFeeDetail │ │ │ ├── viewFeeDetail.html │ │ │ └── viewFeeDetail.js │ │ ├── viewFeeDetailDiscount │ │ │ ├── viewFeeDetailDiscount.html │ │ │ └── viewFeeDetailDiscount.js │ │ ├── viewFeeDiscountInfo │ │ │ ├── viewFeeDiscountInfo.html │ │ │ └── viewFeeDiscountInfo.js │ │ ├── viewFeeFormulaInfo │ │ │ ├── viewFeeFormulaInfo.html │ │ │ └── viewFeeFormulaInfo.js │ │ ├── viewFeeManualCollectionInfo │ │ │ ├── viewFeeManualCollectionInfo.html │ │ │ └── viewFeeManualCollectionInfo.js │ │ ├── viewFeePrintPageInfo │ │ │ ├── viewFeePrintPageInfo.html │ │ │ └── viewFeePrintPageInfo.js │ │ ├── viewFeePrintSpecInfo │ │ │ ├── viewFeePrintSpecInfo.html │ │ │ └── viewFeePrintSpecInfo.js │ │ ├── viewFloorInfo │ │ │ ├── viewFloorInfo.html │ │ │ └── viewFloorInfo.js │ │ ├── viewInspectionItemInfo │ │ │ ├── viewInspectionItemInfo.html │ │ │ └── viewInspectionItemInfo.js │ │ ├── viewInspectionPlanInfo │ │ │ ├── viewInspectionPlanInfo.html │ │ │ └── viewInspectionPlanInfo.js │ │ ├── viewInspectionPointInfo │ │ │ ├── viewInspectionPointInfo.html │ │ │ └── viewInspectionPointInfo.js │ │ ├── viewInspectionRouteInfo │ │ │ ├── viewInspectionRouteInfo.html │ │ │ └── viewInspectionRouteInfo.js │ │ ├── viewItemReleaseRes │ │ │ ├── viewItemReleaseRes.html │ │ │ └── viewItemReleaseRes.js │ │ ├── viewLocationInfo │ │ │ ├── viewLocationInfo.html │ │ │ └── viewLocationInfo.js │ │ ├── viewMachineAuthInfo │ │ │ ├── viewMachineAuthInfo.html │ │ │ └── viewMachineAuthInfo.js │ │ ├── viewMachineInfo │ │ │ ├── viewMachineInfo.html │ │ │ └── viewMachineInfo.js │ │ ├── viewMachineRecordInfo │ │ │ ├── viewMachineRecordInfo.html │ │ │ └── viewMachineRecordInfo.js │ │ ├── viewMachineTranslateInfo │ │ │ ├── viewMachineTranslateInfo.html │ │ │ └── viewMachineTranslateInfo.js │ │ ├── viewMachineTypeInfo │ │ │ ├── viewMachineTypeInfo.html │ │ │ └── viewMachineTypeInfo.js │ │ ├── viewMainFee │ │ │ ├── viewMainFee.html │ │ │ └── viewMainFee.js │ │ ├── viewMainParkingSpaceFee │ │ │ ├── viewMainParkingSpaceFee.html │ │ │ └── viewMainParkingSpaceFee.js │ │ ├── viewMeterTypeInfo │ │ │ ├── viewMeterTypeInfo.html │ │ │ └── viewMeterTypeInfo.js │ │ ├── viewMeterWaterInfo │ │ │ ├── viewMeterWaterInfo.html │ │ │ └── viewMeterWaterInfo.js │ │ ├── viewNotepadInfo │ │ │ ├── viewNotepadInfo.html │ │ │ └── viewNotepadInfo.js │ │ ├── viewOaWorkflowInfo │ │ │ ├── viewOaWorkflowInfo.html │ │ │ └── viewOaWorkflowInfo.js │ │ ├── viewOwnerInfo │ │ │ ├── viewOwnerInfo.html │ │ │ └── viewOwnerInfo.js │ │ ├── viewOwnerRepairInfo │ │ │ ├── viewOwnerRepairInfo.html │ │ │ └── viewOwnerRepairInfo.js │ │ ├── viewParkingAreaInfo │ │ │ ├── viewParkingAreaInfo.html │ │ │ └── viewParkingAreaInfo.js │ │ ├── viewParkingBoxInfo │ │ │ ├── viewParkingBoxInfo.html │ │ │ └── viewParkingBoxInfo.js │ │ ├── viewParkingCouponInfo │ │ │ ├── viewParkingCouponInfo.html │ │ │ └── viewParkingCouponInfo.js │ │ ├── viewParkingSpaceApplyInfo │ │ │ ├── viewParkingSpaceApplyInfo.html │ │ │ └── viewParkingSpaceApplyInfo.js │ │ ├── viewParkingSpaceFeeConfig │ │ │ ├── viewParkingSpaceFeeConfig.html │ │ │ └── viewParkingSpaceFeeConfig.js │ │ ├── viewPayFeeConfigDiscountInfo │ │ │ ├── viewPayFeeConfigDiscountInfo.html │ │ │ └── viewPayFeeConfigDiscountInfo.js │ │ ├── viewPrestoreFeeInfo │ │ │ ├── viewPrestoreFeeInfo.html │ │ │ └── viewPrestoreFeeInfo.js │ │ ├── viewPropertyFeeConfig │ │ │ ├── viewPropertyFeeConfig.html │ │ │ └── viewPropertyFeeConfig.js │ │ ├── viewPropertyRightRegistrationInfo │ │ │ ├── viewPropertyRightRegistrationInfo.html │ │ │ └── viewPropertyRightRegistrationInfo.js │ │ ├── viewPurchaseApplyInfo │ │ │ ├── viewPurchaseApplyInfo.html │ │ │ └── viewPurchaseApplyInfo.js │ │ ├── viewQuestionAnswerInfo │ │ │ ├── viewQuestionAnswerInfo.html │ │ │ └── viewQuestionAnswerInfo.js │ │ ├── viewQuestionAnswerTitleInfo │ │ │ ├── viewQuestionAnswerTitleInfo.html │ │ │ └── viewQuestionAnswerTitleInfo.js │ │ ├── viewRepairSettingInfo │ │ │ ├── viewRepairSettingInfo.html │ │ │ └── viewRepairSettingInfo.js │ │ ├── viewReportInfoBackCityInfo │ │ │ ├── viewReportInfoBackCityInfo.html │ │ │ └── viewReportInfoBackCityInfo.js │ │ ├── viewResourceStoreSpecificationInfo │ │ │ ├── viewResourceStoreSpecificationInfo.html │ │ │ └── viewResourceStoreSpecificationInfo.js │ │ ├── viewResourceSupplierInfo │ │ │ ├── viewResourceSupplierInfo.html │ │ │ └── viewResourceSupplierInfo.js │ │ ├── viewRoomData │ │ │ ├── viewRoomData.html │ │ │ └── viewRoomData.js │ │ ├── viewRoomRenovationInfo │ │ │ ├── viewRoomRenovationInfo.html │ │ │ └── viewRoomRenovationInfo.js │ │ ├── viewSelectParkingSpace │ │ │ ├── viewSelectParkingSpace.html │ │ │ └── viewSelectParkingSpace.js │ │ ├── viewShopCoupons │ │ │ ├── viewShopCoupons.html │ │ │ └── viewShopCoupons.js │ │ ├── viewSmallWeChatInfo │ │ │ ├── viewSmallWeChatInfo.html │ │ │ └── viewSmallWeChatInfo.js │ │ ├── viewSmsConfigInfo │ │ │ ├── viewSmsConfigInfo.html │ │ │ └── viewSmsConfigInfo.js │ │ ├── viewStorehouseInfo │ │ │ ├── viewStorehouseInfo.html │ │ │ └── viewStorehouseInfo.js │ │ ├── viewTempCarFeeConfigInfo │ │ │ ├── viewTempCarFeeConfigInfo.html │ │ │ └── viewTempCarFeeConfigInfo.js │ │ ├── viewUnitInfo │ │ │ ├── viewUnitInfo.html │ │ │ └── viewUnitInfo.js │ │ ├── viewVisitInfo │ │ │ ├── viewVisitInfo.html │ │ │ └── viewVisitInfo.js │ │ ├── viewWechatMenuInfo │ │ │ ├── viewWechatMenuInfo.html │ │ │ └── viewWechatMenuInfo.js │ │ ├── viewWechatSmsTemplateInfo │ │ │ ├── viewWechatSmsTemplateInfo.html │ │ │ └── viewWechatSmsTemplateInfo.js │ │ ├── visitForOwner │ │ │ ├── visitForOwner.html │ │ │ └── visitForOwner.js │ │ ├── visitOwnerRepair │ │ │ ├── visitOwnerRepair.html │ │ │ └── visitOwnerRepair.js │ │ ├── weChatAttr │ │ │ ├── weChatAttr.html │ │ │ └── weChatAttr.js │ │ ├── writeAdvertMachine │ │ │ ├── writeAdvertMachine.html │ │ │ └── writeAdvertMachine.js │ │ └── xxx │ │ │ ├── xxx.html │ │ │ └── xxx.js │ ├── proxy │ │ ├── addJunkRequirement │ │ │ ├── addJunkRequirement.html │ │ │ └── addJunkRequirement.js │ │ ├── chooseJunkRequirement │ │ │ ├── chooseJunkRequirement.html │ │ │ └── chooseJunkRequirement.js │ │ ├── deleteJunkRequirement │ │ │ ├── deleteJunkRequirement.html │ │ │ └── deleteJunkRequirement.js │ │ ├── editJunkRequirement │ │ │ ├── editJunkRequirement.html │ │ │ └── editJunkRequirement.js │ │ └── viewJunkRequirementInfo │ │ │ ├── viewJunkRequirementInfo.html │ │ │ └── viewJunkRequirementInfo.js │ ├── question │ │ ├── addQuestionTitle │ │ │ ├── addQuestionTitle.html │ │ │ └── addQuestionTitle.js │ │ ├── chooseQuestionTitle │ │ │ ├── chooseQuestionTitle.html │ │ │ └── chooseQuestionTitle.js │ │ ├── deleteQuestionTitle │ │ │ ├── deleteQuestionTitle.html │ │ │ └── deleteQuestionTitle.js │ │ ├── editQuestionTitle │ │ │ ├── editQuestionTitle.html │ │ │ └── editQuestionTitle.js │ │ └── publishQuestionAnswer │ │ │ ├── publishQuestionAnswer.html │ │ │ └── publishQuestionAnswer.js │ ├── report │ │ ├── configFeeSummary │ │ │ ├── configFeeSummary.html │ │ │ └── configFeeSummary.js │ │ ├── dataMonthOweStatistics │ │ │ ├── dataMonthOweStatistics.html │ │ │ └── dataMonthOweStatistics.js │ │ ├── dataMonthReceivedStatistics │ │ │ ├── dataMonthReceivedStatistics.html │ │ │ └── dataMonthReceivedStatistics.js │ │ ├── dataReportEarnedDetailStatistics │ │ │ ├── dataReportEarnedDetailStatistics.html │ │ │ └── dataReportEarnedDetailStatistics.js │ │ ├── dataReportEarnedStatistics │ │ │ ├── dataReportEarnedStatistics.html │ │ │ └── dataReportEarnedStatistics.js │ │ ├── dataReportEarnedWayStatistics │ │ │ ├── dataReportEarnedWayStatistics.html │ │ │ └── dataReportEarnedWayStatistics.js │ │ ├── dataReportFeeStatistics │ │ │ ├── dataReportFeeStatistics.html │ │ │ └── dataReportFeeStatistics.js │ │ ├── dataReportOweDetailStatistics │ │ │ ├── dataReportOweDetailStatistics.html │ │ │ └── dataReportOweDetailStatistics.js │ │ ├── dataReportOweStatistics │ │ │ ├── dataReportOweStatistics.html │ │ │ └── dataReportOweStatistics.js │ │ ├── floorFeeSummary │ │ │ ├── floorFeeSummary.html │ │ │ └── floorFeeSummary.js │ │ ├── reportDeadlineFee │ │ │ ├── reportDeadlineFee.html │ │ │ └── reportDeadlineFee.js │ │ ├── reportFeeDetailCar │ │ │ ├── reportFeeDetailCar.html │ │ │ └── reportFeeDetailCar.js │ │ ├── reportFeeDetailContract │ │ │ ├── reportFeeDetailContract.html │ │ │ └── reportFeeDetailContract.js │ │ ├── reportFeeDetailOwner │ │ │ ├── reportFeeDetailOwner.html │ │ │ └── reportFeeDetailOwner.js │ │ ├── reportFeeDetailRoom │ │ │ ├── reportFeeDetailRoom.html │ │ │ └── reportFeeDetailRoom.js │ │ └── reportPrePaymentFee │ │ │ ├── reportPrePaymentFee.html │ │ │ └── reportPrePaymentFee.js │ ├── reserve │ │ ├── addReserveCatalog │ │ │ ├── addReserveCatalog.html │ │ │ └── addReserveCatalog.js │ │ ├── addReserveDiningPerson │ │ │ ├── addReserveDiningPerson.html │ │ │ └── addReserveDiningPerson.js │ │ ├── addReserveParams │ │ │ ├── addReserveParams.html │ │ │ └── addReserveParams.js │ │ ├── addReserveServicePerson │ │ │ ├── addReserveServicePerson.html │ │ │ └── addReserveServicePerson.js │ │ ├── deleteReserveCatalog │ │ │ ├── deleteReserveCatalog.html │ │ │ └── deleteReserveCatalog.js │ │ ├── deleteReserveDining │ │ │ ├── deleteReserveDining.html │ │ │ └── deleteReserveDining.js │ │ ├── deleteReserveParams │ │ │ ├── deleteReserveParams.html │ │ │ └── deleteReserveParams.js │ │ ├── editReserveCatalog │ │ │ ├── editReserveCatalog.html │ │ │ └── editReserveCatalog.js │ │ ├── editReserveParams │ │ │ ├── editReserveParams.html │ │ │ └── editReserveParams.js │ │ └── editReserveParamsOpenTime │ │ │ ├── editReserveParamsOpenTime.html │ │ │ └── editReserveParamsOpenTime.js │ ├── resource │ │ ├── addResourceAuditFlow │ │ │ ├── addResourceAuditFlow.html │ │ │ └── addResourceAuditFlow.js │ │ ├── deleteResourceAuditFlow │ │ │ ├── deleteResourceAuditFlow.html │ │ │ └── deleteResourceAuditFlow.js │ │ ├── editResourceAuditFlow │ │ │ ├── editResourceAuditFlow.html │ │ │ └── editResourceAuditFlow.js │ │ ├── resourceDetailAllocation │ │ │ ├── resourceDetailAllocation.html │ │ │ └── resourceDetailAllocation.js │ │ ├── resourceDetailAllocationUser │ │ │ ├── resourceDetailAllocationUser.html │ │ │ └── resourceDetailAllocationUser.js │ │ ├── resourceDetailInventory │ │ │ ├── resourceDetailInventory.html │ │ │ └── resourceDetailInventory.js │ │ ├── resourceDetailItemOut │ │ │ ├── resourceDetailItemOut.html │ │ │ └── resourceDetailItemOut.js │ │ ├── resourceDetailPurchase │ │ │ ├── resourceDetailPurchase.html │ │ │ └── resourceDetailPurchase.js │ │ ├── resourceDetailUseRecord │ │ │ ├── resourceDetailUseRecord.html │ │ │ └── resourceDetailUseRecord.js │ │ └── resourceStoreTypeTree │ │ │ ├── resourceStoreTypeTree.html │ │ │ └── resourceStoreTypeTree.js │ ├── room │ │ ├── roomContracts │ │ │ ├── roomContracts.html │ │ │ └── roomContracts.js │ │ ├── roomDetailHis │ │ │ ├── roomDetailHis.html │ │ │ └── roomDetailHis.js │ │ ├── roomMeterQrcode │ │ │ ├── roomMeterQrcode.html │ │ │ └── roomMeterQrcode.js │ │ ├── roomOweFees │ │ │ ├── roomOweFees.html │ │ │ └── roomOweFees.js │ │ └── simplifyOwnerRooms │ │ │ ├── simplifyOwnerRooms.html │ │ │ └── simplifyOwnerRooms.js │ ├── scm │ │ ├── addCouponPropertyPool │ │ │ ├── addCouponPropertyPool.html │ │ │ └── addCouponPropertyPool.js │ │ ├── addCouponRule │ │ │ ├── addCouponRule.html │ │ │ └── addCouponRule.js │ │ ├── addCouponRuleCpps │ │ │ ├── addCouponRuleCpps.html │ │ │ └── addCouponRuleCpps.js │ │ ├── addCouponRuleFee │ │ │ ├── addCouponRuleFee.html │ │ │ └── addCouponRuleFee.js │ │ ├── addIntegralConfig │ │ │ ├── addIntegralConfig.html │ │ │ └── addIntegralConfig.js │ │ ├── addIntegralRule │ │ │ ├── addIntegralRule.html │ │ │ └── addIntegralRule.js │ │ ├── addIntegralRuleConfig │ │ │ ├── addIntegralRuleConfig.html │ │ │ └── addIntegralRuleConfig.js │ │ ├── addIntegralRuleFee │ │ │ ├── addIntegralRuleFee.html │ │ │ └── addIntegralRuleFee.js │ │ ├── addSupplier │ │ │ ├── addSupplier.html │ │ │ └── addSupplier.js │ │ ├── addSupplierCoupon │ │ │ ├── addSupplierCoupon.html │ │ │ └── addSupplierCoupon.js │ │ ├── addSupplierType │ │ │ ├── addSupplierType.html │ │ │ └── addSupplierType.js │ │ ├── applyWithholdGold │ │ │ ├── applyWithholdGold.html │ │ │ └── applyWithholdGold.js │ │ ├── applyWithholdIntegral │ │ │ ├── applyWithholdIntegral.html │ │ │ └── applyWithholdIntegral.js │ │ ├── communityIntegralDetail │ │ │ ├── communityIntegralDetail.html │ │ │ └── communityIntegralDetail.js │ │ ├── configSupplier │ │ │ ├── configSupplier.html │ │ │ └── configSupplier.js │ │ ├── couponRuleCpps │ │ │ ├── couponRuleCpps.html │ │ │ └── couponRuleCpps.js │ │ ├── couponRuleDiv │ │ │ ├── couponRuleDiv.html │ │ │ └── couponRuleDiv.js │ │ ├── couponRuleFees │ │ │ ├── couponRuleFees.html │ │ │ └── couponRuleFees.js │ │ ├── deleteApplyWithholdGold │ │ │ ├── deleteApplyWithholdGold.html │ │ │ └── deleteApplyWithholdGold.js │ │ ├── deleteApplyWithholdIntegral │ │ │ ├── deleteApplyWithholdIntegral.html │ │ │ └── deleteApplyWithholdIntegral.js │ │ ├── deleteCouponPropertyPool │ │ │ ├── deleteCouponPropertyPool.html │ │ │ └── deleteCouponPropertyPool.js │ │ ├── deleteCouponPropertyPoolDetail │ │ │ ├── deleteCouponPropertyPoolDetail.html │ │ │ └── deleteCouponPropertyPoolDetail.js │ │ ├── deleteCouponRule │ │ │ ├── deleteCouponRule.html │ │ │ └── deleteCouponRule.js │ │ ├── deleteCouponRuleCpps │ │ │ ├── deleteCouponRuleCpps.html │ │ │ └── deleteCouponRuleCpps.js │ │ ├── deleteCouponRuleFee │ │ │ ├── deleteCouponRuleFee.html │ │ │ └── deleteCouponRuleFee.js │ │ ├── deleteIntegralConfig │ │ │ ├── deleteIntegralConfig.html │ │ │ └── deleteIntegralConfig.js │ │ ├── deleteIntegralRule │ │ │ ├── deleteIntegralRule.html │ │ │ └── deleteIntegralRule.js │ │ ├── deleteIntegralRuleConfig │ │ │ ├── deleteIntegralRuleConfig.html │ │ │ └── deleteIntegralRuleConfig.js │ │ ├── deleteIntegralRuleFee │ │ │ ├── deleteIntegralRuleFee.html │ │ │ └── deleteIntegralRuleFee.js │ │ ├── deleteIntegralSetting │ │ │ ├── deleteIntegralSetting.html │ │ │ └── deleteIntegralSetting.js │ │ ├── deleteSupplier │ │ │ ├── deleteSupplier.html │ │ │ └── deleteSupplier.js │ │ ├── deleteSupplierCoupon │ │ │ ├── deleteSupplierCoupon.html │ │ │ └── deleteSupplierCoupon.js │ │ ├── deleteSupplierType │ │ │ ├── deleteSupplierType.html │ │ │ └── deleteSupplierType.js │ │ ├── editCouponPropertyPool │ │ │ ├── editCouponPropertyPool.html │ │ │ └── editCouponPropertyPool.js │ │ ├── editCouponRule │ │ │ ├── editCouponRule.html │ │ │ └── editCouponRule.js │ │ ├── editCouponRuleCpps │ │ │ ├── editCouponRuleCpps.html │ │ │ └── editCouponRuleCpps.js │ │ ├── editCouponRuleFee │ │ │ ├── editCouponRuleFee.html │ │ │ └── editCouponRuleFee.js │ │ ├── editIntegralConfig │ │ │ ├── editIntegralConfig.html │ │ │ └── editIntegralConfig.js │ │ ├── editIntegralRule │ │ │ ├── editIntegralRule.html │ │ │ └── editIntegralRule.js │ │ ├── editIntegralRuleFee │ │ │ ├── editIntegralRuleFee.html │ │ │ └── editIntegralRuleFee.js │ │ ├── editSupplier │ │ │ ├── editSupplier.html │ │ │ └── editSupplier.js │ │ ├── editSupplierCoupon │ │ │ ├── editSupplierCoupon.html │ │ │ └── editSupplierCoupon.js │ │ ├── editSupplierType │ │ │ ├── editSupplierType.html │ │ │ └── editSupplierType.js │ │ ├── giftCouponPropertyPool │ │ │ ├── giftCouponPropertyPool.html │ │ │ └── giftCouponPropertyPool.js │ │ ├── goldDetail │ │ │ ├── goldDetail.html │ │ │ └── goldDetail.js │ │ ├── integralRuleConfig │ │ │ ├── integralRuleConfig.html │ │ │ └── integralRuleConfig.js │ │ ├── integralRuleDiv │ │ │ ├── integralRuleDiv.html │ │ │ └── integralRuleDiv.js │ │ ├── integralRuleFees │ │ │ ├── integralRuleFees.html │ │ │ └── integralRuleFees.js │ │ ├── integralUse │ │ │ ├── integralUse.html │ │ │ └── integralUse.js │ │ ├── withholdGold │ │ │ ├── withholdGold.html │ │ │ └── withholdGold.js │ │ └── withholdIntegral │ │ │ ├── withholdIntegral.html │ │ │ └── withholdIntegral.js │ ├── staff │ │ ├── aStaffDetailAccessControl │ │ │ ├── aStaffDetailAccessControl.html │ │ │ └── aStaffDetailAccessControl.js │ │ ├── aStaffDetailAppAuth │ │ │ ├── aStaffDetailAppAuth.html │ │ │ └── aStaffDetailAppAuth.js │ │ ├── aStaffDetailApplyReturnFee │ │ │ ├── aStaffDetailApplyReturnFee.html │ │ │ └── aStaffDetailApplyReturnFee.js │ │ ├── aStaffDetailAttendance │ │ │ ├── aStaffDetailAttendance.html │ │ │ └── aStaffDetailAttendance.js │ │ ├── aStaffDetailClasses │ │ │ ├── aStaffDetailClasses.html │ │ │ └── aStaffDetailClasses.js │ │ ├── aStaffDetailCommunitys │ │ │ ├── aStaffDetailCommunitys.html │ │ │ └── aStaffDetailCommunitys.js │ │ ├── aStaffDetailContract │ │ │ ├── aStaffDetailContract.html │ │ │ └── aStaffDetailContract.js │ │ ├── aStaffDetailHisFee │ │ │ ├── aStaffDetailHisFee.html │ │ │ └── aStaffDetailHisFee.js │ │ ├── aStaffDetailInspection │ │ │ ├── aStaffDetailInspection.html │ │ │ └── aStaffDetailInspection.js │ │ ├── aStaffDetailItemOutApply │ │ │ ├── aStaffDetailItemOutApply.html │ │ │ └── aStaffDetailItemOutApply.js │ │ ├── aStaffDetailMaintainance │ │ │ ├── aStaffDetailMaintainance.html │ │ │ └── aStaffDetailMaintainance.js │ │ ├── aStaffDetailPrivilege │ │ │ ├── aStaffDetailPrivilege.html │ │ │ └── aStaffDetailPrivilege.js │ │ ├── aStaffDetailPurchaseApply │ │ │ ├── aStaffDetailPurchaseApply.html │ │ │ └── aStaffDetailPurchaseApply.js │ │ ├── aStaffDetailRepair │ │ │ ├── aStaffDetailRepair.html │ │ │ └── aStaffDetailRepair.js │ │ ├── aUserDetailAttr │ │ │ ├── aUserDetailAttr.html │ │ │ └── aUserDetailAttr.js │ │ ├── aUserDetailStaff │ │ │ ├── aUserDetailStaff.html │ │ │ └── aUserDetailStaff.js │ │ ├── addAStaffCommunity │ │ │ ├── addAStaffCommunity.html │ │ │ └── addAStaffCommunity.js │ │ ├── addStaffCommunity │ │ │ ├── addStaffCommunity.html │ │ │ └── addStaffCommunity.js │ │ ├── deleteAStaffCommunity │ │ │ ├── deleteAStaffCommunity.html │ │ │ └── deleteAStaffCommunity.js │ │ ├── deleteStaffCommunity │ │ │ ├── deleteStaffCommunity.html │ │ │ └── deleteStaffCommunity.js │ │ ├── deleteSystemUser │ │ │ ├── deleteSystemUser.html │ │ │ └── deleteSystemUser.js │ │ ├── resetSystemUserPwd │ │ │ ├── resetSystemUserPwd.html │ │ │ └── resetSystemUserPwd.js │ │ ├── staffDetailAccessControl │ │ │ ├── staffDetailAccessControl.html │ │ │ └── staffDetailAccessControl.js │ │ ├── staffDetailAccessControlRecord │ │ │ ├── staffDetailAccessControlRecord.html │ │ │ └── staffDetailAccessControlRecord.js │ │ ├── staffDetailAppAuth │ │ │ ├── staffDetailAppAuth.html │ │ │ └── staffDetailAppAuth.js │ │ ├── staffDetailApplyReturnFee │ │ │ ├── staffDetailApplyReturnFee.html │ │ │ └── staffDetailApplyReturnFee.js │ │ ├── staffDetailAttendance │ │ │ ├── staffDetailAttendance.html │ │ │ └── staffDetailAttendance.js │ │ ├── staffDetailClasses │ │ │ ├── staffDetailClasses.html │ │ │ └── staffDetailClasses.js │ │ ├── staffDetailCommunitys │ │ │ ├── staffDetailCommunitys.html │ │ │ └── staffDetailCommunitys.js │ │ ├── staffDetailContract │ │ │ ├── staffDetailContract.html │ │ │ └── staffDetailContract.js │ │ ├── staffDetailHisFee │ │ │ ├── staffDetailHisFee.html │ │ │ └── staffDetailHisFee.js │ │ ├── staffDetailInspection │ │ │ ├── staffDetailInspection.html │ │ │ └── staffDetailInspection.js │ │ ├── staffDetailItemOutApply │ │ │ ├── staffDetailItemOutApply.html │ │ │ └── staffDetailItemOutApply.js │ │ ├── staffDetailMaintainance │ │ │ ├── staffDetailMaintainance.html │ │ │ └── staffDetailMaintainance.js │ │ ├── staffDetailOrgPrivilege │ │ │ ├── staffDetailOrgPrivilege.html │ │ │ └── staffDetailOrgPrivilege.js │ │ ├── staffDetailPurchaseApply │ │ │ ├── staffDetailPurchaseApply.html │ │ │ └── staffDetailPurchaseApply.js │ │ ├── staffDetailRepair │ │ │ ├── staffDetailRepair.html │ │ │ └── staffDetailRepair.js │ │ └── storeOrgTree │ │ │ ├── storeOrgTree.html │ │ │ └── storeOrgTree.js │ └── work │ │ ├── addRepairSetting │ │ ├── addRepairSetting.html │ │ └── addRepairSetting.js │ │ ├── communityRepairTree │ │ ├── communityRepairTree.html │ │ └── communityRepairTree.js │ │ ├── deleteRepairSetting │ │ ├── deleteRepairSetting.html │ │ └── deleteRepairSetting.js │ │ ├── editRepairSetting │ │ ├── editRepairSetting.html │ │ └── editRepairSetting.js │ │ ├── repairDetailEvent │ │ ├── repairDetailEvent.html │ │ └── repairDetailEvent.js │ │ ├── repairDetailPhotos │ │ ├── repairDetailPhotos.html │ │ └── repairDetailPhotos.js │ │ ├── repairDetailResource │ │ ├── repairDetailResource.html │ │ └── repairDetailResource.js │ │ └── repairDetailUser │ │ ├── repairDetailUser.html │ │ └── repairDetailUser.js ├── css │ ├── animate.css │ ├── bootstrap │ │ ├── bootstrap-datetimepicker.min.css │ │ ├── bootstrap-grid.css │ │ ├── bootstrap-grid.css.map │ │ ├── bootstrap-grid.min.css │ │ ├── bootstrap-grid.min.css.map │ │ ├── bootstrap-reboot.css │ │ ├── bootstrap-reboot.css.map │ │ ├── bootstrap-reboot.min.css │ │ ├── bootstrap-reboot.min.css.map │ │ ├── bootstrap-select.min.css │ │ ├── bootstrap-treeview.min.css │ │ ├── bootstrap.css │ │ ├── bootstrap.css.map │ │ ├── bootstrap.min.css │ │ └── bootstrap.min.css.map │ ├── common.css │ ├── fonts │ │ ├── element-icons.ttf │ │ └── element-icons.woff │ ├── jquery.step.css │ ├── ol.css │ ├── patterns │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── congruent_pentagon.png │ │ ├── header-profile-skin-1.png │ │ ├── header-profile-skin-2.png │ │ ├── header-profile-skin-3.png │ │ ├── header-profile.png │ │ ├── otis_redding.png │ │ ├── shattered.png │ │ └── triangular.png │ ├── plugins │ │ ├── awesome-bootstrap-checkbox │ │ │ └── awesome-bootstrap-checkbox.css │ │ ├── blueimp │ │ │ ├── css │ │ │ │ ├── blueimp-gallery-indicator.css │ │ │ │ ├── blueimp-gallery-video.css │ │ │ │ ├── blueimp-gallery.css │ │ │ │ ├── blueimp-gallery.min.css │ │ │ │ └── demo.css │ │ │ └── img │ │ │ │ ├── error.png │ │ │ │ ├── error.svg │ │ │ │ ├── loading.gif │ │ │ │ ├── play-pause.png │ │ │ │ ├── play-pause.svg │ │ │ │ ├── video-play.png │ │ │ │ └── video-play.svg │ │ ├── bootstrap-markdown │ │ │ └── bootstrap-markdown.min.css │ │ ├── bootstrap-rtl │ │ │ ├── bootstrap-rtl.css │ │ │ ├── bootstrap-rtl.css.map │ │ │ └── bootstrap-rtl.min.css │ │ ├── bootstrap-submenu │ │ │ └── bootstrap-submenu.css │ │ ├── bootstrap-tagsinput │ │ │ └── bootstrap-tagsinput.css │ │ ├── bootstrapSocial │ │ │ └── bootstrap-social.css │ │ ├── bootstrapTour │ │ │ └── bootstrap-tour.min.css │ │ ├── c3 │ │ │ └── c3.min.css │ │ ├── chartist │ │ │ └── chartist.min.css │ │ ├── chosen │ │ │ ├── bootstrap-chosen.css │ │ │ ├── chosen-sprite.png │ │ │ ├── chosen-sprite@2x.png │ │ │ └── chosen.css │ │ ├── clockpicker │ │ │ └── clockpicker.css │ │ ├── codemirror │ │ │ ├── ambiance.css │ │ │ └── codemirror.css │ │ ├── colorpicker │ │ │ └── bootstrap-colorpicker.min.css │ │ ├── cropper │ │ │ └── cropper.min.css │ │ ├── dataTables │ │ │ └── datatables.min.css │ │ ├── datapicker │ │ │ └── datepicker3.css │ │ ├── daterangepicker │ │ │ └── daterangepicker-bs3.css │ │ ├── dropzone │ │ │ ├── basic.css │ │ │ └── dropzone.css │ │ ├── dualListbox │ │ │ └── bootstrap-duallistbox.min.css │ │ ├── footable │ │ │ ├── fonts │ │ │ │ ├── footable.eot │ │ │ │ ├── footable.svg │ │ │ │ ├── footable.ttf │ │ │ │ └── footable.woff │ │ │ └── footable.core.css │ │ ├── fullcalendar │ │ │ ├── fullcalendar.css │ │ │ └── fullcalendar.print.css │ │ ├── iCheck │ │ │ ├── custom.css │ │ │ ├── green.png │ │ │ └── green@2x.png │ │ ├── images │ │ │ ├── bootstrap-colorpicker │ │ │ │ ├── alpha-horizontal.png │ │ │ │ ├── alpha.png │ │ │ │ ├── hue-horizontal.png │ │ │ │ ├── hue.png │ │ │ │ └── saturation.png │ │ │ ├── sort.png │ │ │ ├── sort_asc.png │ │ │ ├── sort_desc.png │ │ │ ├── sprite-skin-flat.png │ │ │ ├── sprite-skin-flat2.png │ │ │ ├── sprite-skin-nice.png │ │ │ ├── sprite-skin-simple.png │ │ │ ├── spritemap.png │ │ │ └── spritemap@2x.png │ │ ├── ionRangeSlider │ │ │ ├── ion.rangeSlider.css │ │ │ ├── ion.rangeSlider.skinFlat.css │ │ │ ├── ion.rangeSlider.skinNice.css │ │ │ └── ion.rangeSlider.skinSimple.css │ │ ├── jQueryUI │ │ │ ├── images │ │ │ │ ├── animated-overlay.gif │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ └── ui-icons_cd0a0a_256x240.png │ │ │ ├── jquery-ui-1.10.4.custom.min.css │ │ │ └── jquery-ui.css │ │ ├── jasny │ │ │ └── jasny-bootstrap.min.css │ │ ├── jqGrid │ │ │ └── ui.jqgrid.css │ │ ├── jsTree │ │ │ ├── 32px.png │ │ │ ├── 39px.png │ │ │ ├── 40px.png │ │ │ ├── style.css │ │ │ ├── style.min.css │ │ │ └── throbber.gif │ │ ├── ladda │ │ │ ├── ladda-themeless.min.css │ │ │ └── ladda.min.css │ │ ├── morris │ │ │ └── morris-0.4.3.min.css │ │ ├── nouslider │ │ │ └── jquery.nouislider.css │ │ ├── select2 │ │ │ └── select2.min.css │ │ ├── slick │ │ │ ├── ajax-loader.gif │ │ │ ├── fonts │ │ │ │ ├── slick.eot │ │ │ │ ├── slick.svg │ │ │ │ ├── slick.ttf │ │ │ │ └── slick.woff │ │ │ ├── slick-theme.css │ │ │ └── slick.css │ │ ├── social-buttons │ │ │ └── social-buttons.css │ │ ├── steps │ │ │ └── jquery.steps.css │ │ ├── summernote │ │ │ ├── font │ │ │ │ ├── summernote.eot │ │ │ │ ├── summernote.ttf │ │ │ │ ├── summernote.woff │ │ │ │ └── summernote.woff2 │ │ │ ├── summernote-bs4.css │ │ │ └── summernote-bs4.min.css │ │ ├── sweetalert │ │ │ └── sweetalert.css │ │ ├── switchery │ │ │ └── switchery.css │ │ ├── textSpinners │ │ │ └── spinners.css │ │ ├── toastr │ │ │ └── toastr.min.css │ │ └── touchspin │ │ │ └── jquery.bootstrap-touchspin.min.css │ ├── style.css │ ├── toastr.css │ ├── vc-ui-zhagnfeng.css │ ├── vc-ui.css │ └── vc.css ├── decoder.js ├── decoder.wasm ├── favicon_hc.ico ├── ff.js ├── ff.wasm ├── font-awesome │ ├── css │ │ ├── fa-brands.css │ │ ├── fa-brands.min.css │ │ ├── fa-regular.css │ │ ├── fa-regular.min.css │ │ ├── fa-solid.css │ │ ├── fa-solid.min.css │ │ ├── font-awesome.css │ │ ├── font-awesome.min.css │ │ ├── fontawesome-all.css │ │ ├── fontawesome-all.min.css │ │ ├── fontawesome.css │ │ └── fontawesome.min.css │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ └── fontawesome-webfont.woff2 │ ├── less │ │ ├── _animated.less │ │ ├── _bordered-pulled.less │ │ ├── _core.less │ │ ├── _fixed-width.less │ │ ├── _icons.less │ │ ├── _larger.less │ │ ├── _list.less │ │ ├── _mixins.less │ │ ├── _rotated-flipped.less │ │ ├── _screen-reader.less │ │ ├── _stacked.less │ │ ├── _variables.less │ │ ├── animated.less │ │ ├── bordered-pulled.less │ │ ├── core.less │ │ ├── fa-brands.less │ │ ├── fa-regular.less │ │ ├── fa-solid.less │ │ ├── fixed-width.less │ │ ├── font-awesome.less │ │ ├── fontawesome.less │ │ ├── icons.less │ │ ├── larger.less │ │ ├── list.less │ │ ├── mixins.less │ │ ├── path.less │ │ ├── rotated-flipped.less │ │ ├── screen-reader.less │ │ ├── stacked.less │ │ └── variables.less │ ├── scss │ │ ├── _animated.scss │ │ ├── _bordered-pulled.scss │ │ ├── _core.scss │ │ ├── _fixed-width.scss │ │ ├── _icons.scss │ │ ├── _larger.scss │ │ ├── _list.scss │ │ ├── _mixins.scss │ │ ├── _path.scss │ │ ├── _rotated-flipped.scss │ │ ├── _screen-reader.scss │ │ ├── _stacked.scss │ │ ├── _variables.scss │ │ ├── fa-brands.scss │ │ ├── fa-regular.scss │ │ ├── fa-solid.scss │ │ ├── font-awesome.scss │ │ └── fontawesome.scss │ └── webfonts │ │ ├── fa-brands-400.eot │ │ ├── fa-brands-400.svg │ │ ├── fa-brands-400.ttf │ │ ├── fa-brands-400.woff │ │ ├── fa-brands-400.woff2 │ │ ├── fa-regular-400.eot │ │ ├── fa-regular-400.svg │ │ ├── fa-regular-400.ttf │ │ ├── fa-regular-400.woff │ │ ├── fa-regular-400.woff2 │ │ ├── fa-solid-900.eot │ │ ├── fa-solid-900.svg │ │ ├── fa-solid-900.ttf │ │ ├── fa-solid-900.woff │ │ └── fa-solid-900.woff2 ├── fonts │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.svg │ ├── glyphicons-halflings-regular.ttf │ ├── glyphicons-halflings-regular.woff │ └── glyphicons-halflings-regular.woff2 ├── form.html ├── formjs │ ├── css │ │ ├── dragula.css │ │ ├── form-js-editor.css │ │ └── form-js.css │ ├── editor.html │ ├── editor.js │ ├── js │ │ ├── form-editor.umd.js │ │ └── form-viewer.umd.js │ └── viewer.html ├── geo.html ├── h5 │ ├── .DS_Store │ ├── images │ │ ├── bed.png │ │ ├── camera.png │ │ ├── chair.png │ │ ├── chargeMachine.jpg │ │ ├── communityPublicity.jpg │ │ ├── cookerhood.png │ │ ├── coupon.png │ │ ├── cupboard.png │ │ ├── desk.png │ │ ├── dining.png │ │ ├── down.png │ │ ├── entranceguard.png │ │ ├── fridge.png │ │ ├── geyser.png │ │ ├── home-selected.png │ │ ├── home.png │ │ ├── homekey.png │ │ ├── index_Voting.png │ │ ├── index_carCharges.png │ │ ├── index_complaint.png │ │ ├── index_contractCost.png │ │ ├── index_emptyRoom.png │ │ ├── index_fitment.png │ │ ├── index_member.png │ │ ├── index_notice.png │ │ ├── index_openDoor.png │ │ ├── index_park.png │ │ ├── index_parking.png │ │ ├── index_payFee.png │ │ ├── index_persion.png │ │ ├── index_property.png │ │ ├── index_repair.png │ │ ├── location.png │ │ ├── login.png │ │ ├── mall_market.png │ │ ├── market-selected.png │ │ ├── market.png │ │ ├── market_add.png │ │ ├── market_my.png │ │ ├── my.png │ │ ├── mySelected.png │ │ ├── network.png │ │ ├── noPhoto.jpg │ │ ├── noPic.png │ │ ├── openDoorTop.png │ │ ├── order-selected.png │ │ ├── order.png │ │ ├── rent-selected.png │ │ ├── rent.png │ │ ├── rentimage.jpg │ │ ├── sad.png │ │ ├── sad1.png │ │ ├── search.png │ │ ├── serve │ │ │ ├── 1.png │ │ │ ├── 10.png │ │ │ ├── 11.png │ │ │ ├── 12.png │ │ │ ├── 13.png │ │ │ ├── 14.png │ │ │ ├── 15.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ ├── 8.png │ │ │ ├── 9.png │ │ │ ├── banner1.jpg │ │ │ ├── banner2.jpg │ │ │ ├── bg.png │ │ │ ├── empty.png │ │ │ ├── head.png │ │ │ ├── home-selected.png │ │ │ ├── home.png │ │ │ ├── market-selected.png │ │ │ ├── market.png │ │ │ ├── my-selected.png │ │ │ ├── my.png │ │ │ ├── my1.png │ │ │ ├── my10.png │ │ │ ├── my2.png │ │ │ ├── my3.png │ │ │ ├── my4.png │ │ │ ├── my5.png │ │ │ ├── my6.png │ │ │ ├── my7.png │ │ │ ├── my8.png │ │ │ ├── my9.png │ │ │ ├── new1.png │ │ │ ├── new2.png │ │ │ ├── news.png │ │ │ ├── order1.png │ │ │ ├── order2.png │ │ │ ├── order3.png │ │ │ ├── order4.png │ │ │ ├── rent-selected.png │ │ │ ├── rent.png │ │ │ ├── 已付款.png │ │ │ ├── 收货.png │ │ │ └── 等待发货.png │ │ ├── sofa.png │ │ ├── st_star.png │ │ ├── st_star_active.png │ │ ├── wardrob.png │ │ └── washingmachine.png │ └── jessibuca │ │ ├── decoder.js │ │ ├── decoder.wasm │ │ ├── demo.html │ │ ├── hybrid_html_uni.webview.1.5.5.js │ │ ├── jessibuca.d.ts │ │ ├── jessibuca.js │ │ ├── jweixin-1.4.0.js │ │ ├── renderer.js │ │ ├── video.html │ │ ├── videoOpenDoor.html │ │ └── videoh5.html ├── img │ ├── .DS_Store │ ├── BG-A.png │ ├── BG-A_x.png │ ├── api.png │ ├── app.png │ ├── cache.png │ ├── carInout.jpg │ ├── catalog.png │ ├── config.png │ ├── defaultAvatar.png │ ├── er.jpg │ ├── flags │ │ ├── 16 │ │ │ ├── Abkhazia.png │ │ │ ├── Afghanistan.png │ │ │ ├── Aland.png │ │ │ ├── Albania.png │ │ │ ├── Algeria.png │ │ │ ├── American-Samoa.png │ │ │ ├── Andorra.png │ │ │ ├── Angola.png │ │ │ ├── Anguilla.png │ │ │ ├── Antarctica.png │ │ │ ├── Antigua-and-Barbuda.png │ │ │ ├── Argentina.png │ │ │ ├── Armenia.png │ │ │ ├── Aruba.png │ │ │ ├── Australia.png │ │ │ ├── Austria.png │ │ │ ├── Azerbaijan.png │ │ │ ├── Bahamas.png │ │ │ ├── Bahrain.png │ │ │ ├── Bangladesh.png │ │ │ ├── Barbados.png │ │ │ ├── Basque-Country.png │ │ │ ├── Belarus.png │ │ │ ├── Belgium.png │ │ │ ├── Belize.png │ │ │ ├── Benin.png │ │ │ ├── Bermuda.png │ │ │ ├── Bhutan.png │ │ │ ├── Bolivia.png │ │ │ ├── Bosnia-and-Herzegovina.png │ │ │ ├── Botswana.png │ │ │ ├── Brazil.png │ │ │ ├── British-Antarctic-Territory.png │ │ │ ├── British-Virgin-Islands.png │ │ │ ├── Brunei.png │ │ │ ├── Bulgaria.png │ │ │ ├── Burkina-Faso.png │ │ │ ├── Burundi.png │ │ │ ├── Cambodia.png │ │ │ ├── Cameroon.png │ │ │ ├── Canada.png │ │ │ ├── Canary-Islands.png │ │ │ ├── Cape-Verde.png │ │ │ ├── Cayman-Islands.png │ │ │ ├── Central-African-Republic.png │ │ │ ├── Chad.png │ │ │ ├── Chile.png │ │ │ ├── China.png │ │ │ ├── Christmas-Island.png │ │ │ ├── Cocos-Keeling-Islands.png │ │ │ ├── Colombia.png │ │ │ ├── Commonwealth.png │ │ │ ├── Comoros.png │ │ │ ├── Cook-Islands.png │ │ │ ├── Costa-Rica.png │ │ │ ├── Cote-dIvoire.png │ │ │ ├── Croatia.png │ │ │ ├── Cuba.png │ │ │ ├── Curacao.png │ │ │ ├── Cyprus.png │ │ │ ├── Czech-Republic.png │ │ │ ├── Democratic-Republic-of-the-Congo.png │ │ │ ├── Denmark.png │ │ │ ├── Djibouti.png │ │ │ ├── Dominica.png │ │ │ ├── Dominican-Republic.png │ │ │ ├── East-Timor.png │ │ │ ├── Ecuador.png │ │ │ ├── Egypt.png │ │ │ ├── El-Salvador.png │ │ │ ├── England.png │ │ │ ├── Equatorial-Guinea.png │ │ │ ├── Eritrea.png │ │ │ ├── Estonia.png │ │ │ ├── Ethiopia.png │ │ │ ├── European-Union.png │ │ │ ├── Falkland-Islands.png │ │ │ ├── Faroes.png │ │ │ ├── Fiji.png │ │ │ ├── Finland.png │ │ │ ├── France.png │ │ │ ├── French-Polynesia.png │ │ │ ├── French-Southern-Territories.png │ │ │ ├── Gabon.png │ │ │ ├── Gambia.png │ │ │ ├── Georgia.png │ │ │ ├── Germany.png │ │ │ ├── Ghana.png │ │ │ ├── Gibraltar.png │ │ │ ├── GoSquared.png │ │ │ ├── Greece.png │ │ │ ├── Greenland.png │ │ │ ├── Grenada.png │ │ │ ├── Guam.png │ │ │ ├── Guatemala.png │ │ │ ├── Guernsey.png │ │ │ ├── Guinea-Bissau.png │ │ │ ├── Guinea.png │ │ │ ├── Guyana.png │ │ │ ├── Haiti.png │ │ │ ├── Honduras.png │ │ │ ├── Hong-Kong.png │ │ │ ├── Hungary.png │ │ │ ├── Iceland.png │ │ │ ├── India.png │ │ │ ├── Indonesia.png │ │ │ ├── Iran.png │ │ │ ├── Iraq.png │ │ │ ├── Ireland.png │ │ │ ├── Isle-of-Man.png │ │ │ ├── Israel.png │ │ │ ├── Italy.png │ │ │ ├── Jamaica.png │ │ │ ├── Japan.png │ │ │ ├── Jersey.png │ │ │ ├── Jordan.png │ │ │ ├── Kazakhstan.png │ │ │ ├── Kenya.png │ │ │ ├── Kiribati.png │ │ │ ├── Kosovo.png │ │ │ ├── Kuwait.png │ │ │ ├── Kyrgyzstan.png │ │ │ ├── Laos.png │ │ │ ├── Latvia.png │ │ │ ├── Lebanon.png │ │ │ ├── Lesotho.png │ │ │ ├── Liberia.png │ │ │ ├── Libya.png │ │ │ ├── Liechtenstein.png │ │ │ ├── Lithuania.png │ │ │ ├── Luxembourg.png │ │ │ ├── Macau.png │ │ │ ├── Macedonia.png │ │ │ ├── Madagascar.png │ │ │ ├── Malawi.png │ │ │ ├── Malaysia.png │ │ │ ├── Maldives.png │ │ │ ├── Mali.png │ │ │ ├── Malta.png │ │ │ ├── Mars.png │ │ │ ├── Marshall-Islands.png │ │ │ ├── Martinique.png │ │ │ ├── Mauritania.png │ │ │ ├── Mauritius.png │ │ │ ├── Mayotte.png │ │ │ ├── Mexico.png │ │ │ ├── Micronesia.png │ │ │ ├── Moldova.png │ │ │ ├── Monaco.png │ │ │ ├── Mongolia.png │ │ │ ├── Montenegro.png │ │ │ ├── Montserrat.png │ │ │ ├── Morocco.png │ │ │ ├── Mozambique.png │ │ │ ├── Myanmar.png │ │ │ ├── NATO.png │ │ │ ├── Nagorno-Karabakh.png │ │ │ ├── Namibia.png │ │ │ ├── Nauru.png │ │ │ ├── Nepal.png │ │ │ ├── Netherlands-Antilles.png │ │ │ ├── Netherlands.png │ │ │ ├── New-Caledonia.png │ │ │ ├── New-Zealand.png │ │ │ ├── Nicaragua.png │ │ │ ├── Niger.png │ │ │ ├── Nigeria.png │ │ │ ├── Niue.png │ │ │ ├── Norfolk-Island.png │ │ │ ├── North-Korea.png │ │ │ ├── Northern-Cyprus.png │ │ │ ├── Northern-Mariana-Islands.png │ │ │ ├── Norway.png │ │ │ ├── Olympics.png │ │ │ ├── Oman.png │ │ │ ├── Pakistan.png │ │ │ ├── Palau.png │ │ │ ├── Palestine.png │ │ │ ├── Panama.png │ │ │ ├── Papua-New-Guinea.png │ │ │ ├── Paraguay.png │ │ │ ├── Peru.png │ │ │ ├── Philippines.png │ │ │ ├── Pitcairn-Islands.png │ │ │ ├── Poland.png │ │ │ ├── Portugal.png │ │ │ ├── Puerto-Rico.png │ │ │ ├── Qatar.png │ │ │ ├── Red-Cross.png │ │ │ ├── Republic-of-the-Congo.png │ │ │ ├── Romania.png │ │ │ ├── Russia.png │ │ │ ├── Rwanda.png │ │ │ ├── Saint-Barthelemy.png │ │ │ ├── Saint-Helena.png │ │ │ ├── Saint-Kitts-and-Nevis.png │ │ │ ├── Saint-Lucia.png │ │ │ ├── Saint-Martin.png │ │ │ ├── Saint-Vincent-and-the-Grenadines.png │ │ │ ├── Samoa.png │ │ │ ├── San-Marino.png │ │ │ ├── Sao-Tome-and-Principe.png │ │ │ ├── Saudi-Arabia.png │ │ │ ├── Scotland.png │ │ │ ├── Senegal.png │ │ │ ├── Serbia.png │ │ │ ├── Seychelles.png │ │ │ ├── Sierra-Leone.png │ │ │ ├── Singapore.png │ │ │ ├── Slovakia.png │ │ │ ├── Slovenia.png │ │ │ ├── Solomon-Islands.png │ │ │ ├── Somalia.png │ │ │ ├── Somaliland.png │ │ │ ├── South-Africa.png │ │ │ ├── South-Georgia-and-the-South-Sandwich-Islands.png │ │ │ ├── South-Korea.png │ │ │ ├── South-Ossetia.png │ │ │ ├── South-Sudan.png │ │ │ ├── Spain.png │ │ │ ├── Sri-Lanka.png │ │ │ ├── Sudan.png │ │ │ ├── Suriname.png │ │ │ ├── Swaziland.png │ │ │ ├── Sweden.png │ │ │ ├── Switzerland.png │ │ │ ├── Syria.png │ │ │ ├── Taiwan.png │ │ │ ├── Tajikistan.png │ │ │ ├── Tanzania.png │ │ │ ├── Thailand.png │ │ │ ├── Togo.png │ │ │ ├── Tokelau.png │ │ │ ├── Tonga.png │ │ │ ├── Trinidad-and-Tobago.png │ │ │ ├── Tunisia.png │ │ │ ├── Turkey.png │ │ │ ├── Turkmenistan.png │ │ │ ├── Turks-and-Caicos-Islands.png │ │ │ ├── Tuvalu.png │ │ │ ├── US-Virgin-Islands.png │ │ │ ├── Uganda.png │ │ │ ├── Ukraine.png │ │ │ ├── United-Arab-Emirates.png │ │ │ ├── United-Kingdom.png │ │ │ ├── United-Nations.png │ │ │ ├── United-States.png │ │ │ ├── Unknown.png │ │ │ ├── Uruguay.png │ │ │ ├── Uzbekistan.png │ │ │ ├── Vanuatu.png │ │ │ ├── Vatican-City.png │ │ │ ├── Venezuela.png │ │ │ ├── Vietnam.png │ │ │ ├── Wales.png │ │ │ ├── Wallis-And-Futuna.png │ │ │ ├── Western-Sahara.png │ │ │ ├── Yemen.png │ │ │ ├── Zambia.png │ │ │ └── Zimbabwe.png │ │ ├── 32 │ │ │ ├── Abkhazia.png │ │ │ ├── Afghanistan.png │ │ │ ├── Aland.png │ │ │ ├── Albania.png │ │ │ ├── Algeria.png │ │ │ ├── American-Samoa.png │ │ │ ├── Andorra.png │ │ │ ├── Angola.png │ │ │ ├── Anguilla.png │ │ │ ├── Antarctica.png │ │ │ ├── Antigua-and-Barbuda.png │ │ │ ├── Argentina.png │ │ │ ├── Armenia.png │ │ │ ├── Aruba.png │ │ │ ├── Australia.png │ │ │ ├── Austria.png │ │ │ ├── Azerbaijan.png │ │ │ ├── Bahamas.png │ │ │ ├── Bahrain.png │ │ │ ├── Bangladesh.png │ │ │ ├── Barbados.png │ │ │ ├── Basque-Country.png │ │ │ ├── Belarus.png │ │ │ ├── Belgium.png │ │ │ ├── Belize.png │ │ │ ├── Benin.png │ │ │ ├── Bermuda.png │ │ │ ├── Bhutan.png │ │ │ ├── Bolivia.png │ │ │ ├── Bosnia-and-Herzegovina.png │ │ │ ├── Botswana.png │ │ │ ├── Brazil.png │ │ │ ├── British-Antarctic-Territory.png │ │ │ ├── British-Virgin-Islands.png │ │ │ ├── Brunei.png │ │ │ ├── Bulgaria.png │ │ │ ├── Burkina-Faso.png │ │ │ ├── Burundi.png │ │ │ ├── Cambodia.png │ │ │ ├── Cameroon.png │ │ │ ├── Canada.png │ │ │ ├── Canary-Islands.png │ │ │ ├── Cape-Verde.png │ │ │ ├── Cayman-Islands.png │ │ │ ├── Central-African-Republic.png │ │ │ ├── Chad.png │ │ │ ├── Chile.png │ │ │ ├── China.png │ │ │ ├── Christmas-Island.png │ │ │ ├── Cocos-Keeling-Islands.png │ │ │ ├── Colombia.png │ │ │ ├── Commonwealth.png │ │ │ ├── Comoros.png │ │ │ ├── Cook-Islands.png │ │ │ ├── Costa-Rica.png │ │ │ ├── Cote-dIvoire.png │ │ │ ├── Croatia.png │ │ │ ├── Cuba.png │ │ │ ├── Curacao.png │ │ │ ├── Cyprus.png │ │ │ ├── Czech-Republic.png │ │ │ ├── Democratic-Republic-of-the-Congo.png │ │ │ ├── Denmark.png │ │ │ ├── Djibouti.png │ │ │ ├── Dominica.png │ │ │ ├── Dominican-Republic.png │ │ │ ├── East-Timor.png │ │ │ ├── Ecuador.png │ │ │ ├── Egypt.png │ │ │ ├── El-Salvador.png │ │ │ ├── England.png │ │ │ ├── Equatorial-Guinea.png │ │ │ ├── Eritrea.png │ │ │ ├── Estonia.png │ │ │ ├── Ethiopia.png │ │ │ ├── European-Union.png │ │ │ ├── Falkland-Islands.png │ │ │ ├── Faroes.png │ │ │ ├── Fiji.png │ │ │ ├── Finland.png │ │ │ ├── France.png │ │ │ ├── French-Polynesia.png │ │ │ ├── French-Southern-Territories.png │ │ │ ├── Gabon.png │ │ │ ├── Gambia.png │ │ │ ├── Georgia.png │ │ │ ├── Germany.png │ │ │ ├── Ghana.png │ │ │ ├── Gibraltar.png │ │ │ ├── GoSquared.png │ │ │ ├── Greece.png │ │ │ ├── Greenland.png │ │ │ ├── Grenada.png │ │ │ ├── Guam.png │ │ │ ├── Guatemala.png │ │ │ ├── Guernsey.png │ │ │ ├── Guinea-Bissau.png │ │ │ ├── Guinea.png │ │ │ ├── Guyana.png │ │ │ ├── Haiti.png │ │ │ ├── Honduras.png │ │ │ ├── Hong-Kong.png │ │ │ ├── Hungary.png │ │ │ ├── Iceland.png │ │ │ ├── India.png │ │ │ ├── Indonesia.png │ │ │ ├── Iran.png │ │ │ ├── Iraq.png │ │ │ ├── Ireland.png │ │ │ ├── Isle-of-Man.png │ │ │ ├── Israel.png │ │ │ ├── Italy.png │ │ │ ├── Jamaica.png │ │ │ ├── Japan.png │ │ │ ├── Jersey.png │ │ │ ├── Jordan.png │ │ │ ├── Kazakhstan.png │ │ │ ├── Kenya.png │ │ │ ├── Kiribati.png │ │ │ ├── Kosovo.png │ │ │ ├── Kuwait.png │ │ │ ├── Kyrgyzstan.png │ │ │ ├── Laos.png │ │ │ ├── Latvia.png │ │ │ ├── Lebanon.png │ │ │ ├── Lesotho.png │ │ │ ├── Liberia.png │ │ │ ├── Libya.png │ │ │ ├── Liechtenstein.png │ │ │ ├── Lithuania.png │ │ │ ├── Luxembourg.png │ │ │ ├── Macau.png │ │ │ ├── Macedonia.png │ │ │ ├── Madagascar.png │ │ │ ├── Malawi.png │ │ │ ├── Malaysia.png │ │ │ ├── Maldives.png │ │ │ ├── Mali.png │ │ │ ├── Malta.png │ │ │ ├── Mars.png │ │ │ ├── Marshall-Islands.png │ │ │ ├── Martinique.png │ │ │ ├── Mauritania.png │ │ │ ├── Mauritius.png │ │ │ ├── Mayotte.png │ │ │ ├── Mexico.png │ │ │ ├── Micronesia.png │ │ │ ├── Moldova.png │ │ │ ├── Monaco.png │ │ │ ├── Mongolia.png │ │ │ ├── Montenegro.png │ │ │ ├── Montserrat.png │ │ │ ├── Morocco.png │ │ │ ├── Mozambique.png │ │ │ ├── Myanmar.png │ │ │ ├── NATO.png │ │ │ ├── Nagorno-Karabakh.png │ │ │ ├── Namibia.png │ │ │ ├── Nauru.png │ │ │ ├── Nepal.png │ │ │ ├── Netherlands-Antilles.png │ │ │ ├── Netherlands.png │ │ │ ├── New-Caledonia.png │ │ │ ├── New-Zealand.png │ │ │ ├── Nicaragua.png │ │ │ ├── Niger.png │ │ │ ├── Nigeria.png │ │ │ ├── Niue.png │ │ │ ├── Norfolk-Island.png │ │ │ ├── North-Korea.png │ │ │ ├── Northern-Cyprus.png │ │ │ ├── Northern-Mariana-Islands.png │ │ │ ├── Norway.png │ │ │ ├── Olympics.png │ │ │ ├── Oman.png │ │ │ ├── Pakistan.png │ │ │ ├── Palau.png │ │ │ ├── Palestine.png │ │ │ ├── Panama.png │ │ │ ├── Papua-New-Guinea.png │ │ │ ├── Paraguay.png │ │ │ ├── Peru.png │ │ │ ├── Philippines.png │ │ │ ├── Pitcairn-Islands.png │ │ │ ├── Poland.png │ │ │ ├── Portugal.png │ │ │ ├── Puerto-Rico.png │ │ │ ├── Qatar.png │ │ │ ├── Red-Cross.png │ │ │ ├── Republic-of-the-Congo.png │ │ │ ├── Romania.png │ │ │ ├── Russia.png │ │ │ ├── Rwanda.png │ │ │ ├── Saint-Barthelemy.png │ │ │ ├── Saint-Helena.png │ │ │ ├── Saint-Kitts-and-Nevis.png │ │ │ ├── Saint-Lucia.png │ │ │ ├── Saint-Martin.png │ │ │ ├── Saint-Vincent-and-the-Grenadines.png │ │ │ ├── Samoa.png │ │ │ ├── San-Marino.png │ │ │ ├── Sao-Tome-and-Principe.png │ │ │ ├── Saudi-Arabia.png │ │ │ ├── Scotland.png │ │ │ ├── Senegal.png │ │ │ ├── Serbia.png │ │ │ ├── Seychelles.png │ │ │ ├── Sierra-Leone.png │ │ │ ├── Singapore.png │ │ │ ├── Slovakia.png │ │ │ ├── Slovenia.png │ │ │ ├── Solomon-Islands.png │ │ │ ├── Somalia.png │ │ │ ├── Somaliland.png │ │ │ ├── South-Africa.png │ │ │ ├── South-Georgia-and-the-South-Sandwich-Islands.png │ │ │ ├── South-Korea.png │ │ │ ├── South-Ossetia.png │ │ │ ├── South-Sudan.png │ │ │ ├── Spain.png │ │ │ ├── Sri-Lanka.png │ │ │ ├── Sudan.png │ │ │ ├── Suriname.png │ │ │ ├── Swaziland.png │ │ │ ├── Sweden.png │ │ │ ├── Switzerland.png │ │ │ ├── Syria.png │ │ │ ├── Taiwan.png │ │ │ ├── Tajikistan.png │ │ │ ├── Tanzania.png │ │ │ ├── Thailand.png │ │ │ ├── Togo.png │ │ │ ├── Tokelau.png │ │ │ ├── Tonga.png │ │ │ ├── Trinidad-and-Tobago.png │ │ │ ├── Tunisia.png │ │ │ ├── Turkey.png │ │ │ ├── Turkmenistan.png │ │ │ ├── Turks-and-Caicos-Islands.png │ │ │ ├── Tuvalu.png │ │ │ ├── US-Virgin-Islands.png │ │ │ ├── Uganda.png │ │ │ ├── Ukraine.png │ │ │ ├── United-Arab-Emirates.png │ │ │ ├── United-Kingdom.png │ │ │ ├── United-Nations.png │ │ │ ├── United-States.png │ │ │ ├── Unknown.png │ │ │ ├── Uruguay.png │ │ │ ├── Uzbekistan.png │ │ │ ├── Vanuatu.png │ │ │ ├── Vatican-City.png │ │ │ ├── Venezuela.png │ │ │ ├── Vietnam.png │ │ │ ├── Wales.png │ │ │ ├── Wallis-And-Futuna.png │ │ │ ├── Western-Sahara.png │ │ │ ├── Yemen.png │ │ │ ├── Zambia.png │ │ │ └── Zimbabwe.png │ │ └── 64 │ │ │ ├── Abkhazia.png │ │ │ ├── Afghanistan.png │ │ │ ├── Aland.png │ │ │ ├── Albania.png │ │ │ ├── Algeria.png │ │ │ ├── American-Samoa.png │ │ │ ├── Andorra.png │ │ │ ├── Angola.png │ │ │ ├── Anguilla.png │ │ │ ├── Antarctica.png │ │ │ ├── Antigua-and-Barbuda.png │ │ │ ├── Argentina.png │ │ │ ├── Armenia.png │ │ │ ├── Aruba.png │ │ │ ├── Australia.png │ │ │ ├── Austria.png │ │ │ ├── Azerbaijan.png │ │ │ ├── Bahamas.png │ │ │ ├── Bahrain.png │ │ │ ├── Bangladesh.png │ │ │ ├── Barbados.png │ │ │ ├── Basque-Country.png │ │ │ ├── Belarus.png │ │ │ ├── Belgium.png │ │ │ ├── Belize.png │ │ │ ├── Benin.png │ │ │ ├── Bermuda.png │ │ │ ├── Bhutan.png │ │ │ ├── Bolivia.png │ │ │ ├── Bosnia-and-Herzegovina.png │ │ │ ├── Botswana.png │ │ │ ├── Brazil.png │ │ │ ├── British-Antarctic-Territory.png │ │ │ ├── British-Virgin-Islands.png │ │ │ ├── Brunei.png │ │ │ ├── Bulgaria.png │ │ │ ├── Burkina-Faso.png │ │ │ ├── Burundi.png │ │ │ ├── Cambodia.png │ │ │ ├── Cameroon.png │ │ │ ├── Canada.png │ │ │ ├── Canary-Islands.png │ │ │ ├── Cape-Verde.png │ │ │ ├── Cayman-Islands.png │ │ │ ├── Central-African-Republic.png │ │ │ ├── Chad.png │ │ │ ├── Chile.png │ │ │ ├── China.png │ │ │ ├── Christmas-Island.png │ │ │ ├── Cocos-Keeling-Islands.png │ │ │ ├── Colombia.png │ │ │ ├── Commonwealth.png │ │ │ ├── Comoros.png │ │ │ ├── Cook-Islands.png │ │ │ ├── Costa-Rica.png │ │ │ ├── Cote-dIvoire.png │ │ │ ├── Croatia.png │ │ │ ├── Cuba.png │ │ │ ├── Curacao.png │ │ │ ├── Cyprus.png │ │ │ ├── Czech-Republic.png │ │ │ ├── Democratic-Republic-of-the-Congo.png │ │ │ ├── Denmark.png │ │ │ ├── Djibouti.png │ │ │ ├── Dominica.png │ │ │ ├── Dominican-Republic.png │ │ │ ├── East-Timor.png │ │ │ ├── Ecuador.png │ │ │ ├── Egypt.png │ │ │ ├── El-Salvador.png │ │ │ ├── England.png │ │ │ ├── Equatorial-Guinea.png │ │ │ ├── Eritrea.png │ │ │ ├── Estonia.png │ │ │ ├── Ethiopia.png │ │ │ ├── European-Union.png │ │ │ ├── Falkland-Islands.png │ │ │ ├── Faroes.png │ │ │ ├── Fiji.png │ │ │ ├── Finland.png │ │ │ ├── France.png │ │ │ ├── French-Polynesia.png │ │ │ ├── French-Southern-Territories.png │ │ │ ├── Gabon.png │ │ │ ├── Gambia.png │ │ │ ├── Georgia.png │ │ │ ├── Germany.png │ │ │ ├── Ghana.png │ │ │ ├── Gibraltar.png │ │ │ ├── GoSquared.png │ │ │ ├── Greece.png │ │ │ ├── Greenland.png │ │ │ ├── Grenada.png │ │ │ ├── Guam.png │ │ │ ├── Guatemala.png │ │ │ ├── Guernsey.png │ │ │ ├── Guinea-Bissau.png │ │ │ ├── Guinea.png │ │ │ ├── Guyana.png │ │ │ ├── Haiti.png │ │ │ ├── Honduras.png │ │ │ ├── Hong-Kong.png │ │ │ ├── Hungary.png │ │ │ ├── Iceland.png │ │ │ ├── India.png │ │ │ ├── Indonesia.png │ │ │ ├── Iran.png │ │ │ ├── Iraq.png │ │ │ ├── Ireland.png │ │ │ ├── Isle-of-Man.png │ │ │ ├── Israel.png │ │ │ ├── Italy.png │ │ │ ├── Jamaica.png │ │ │ ├── Japan.png │ │ │ ├── Jersey.png │ │ │ ├── Jordan.png │ │ │ ├── Kazakhstan.png │ │ │ ├── Kenya.png │ │ │ ├── Kiribati.png │ │ │ ├── Kosovo.png │ │ │ ├── Kuwait.png │ │ │ ├── Kyrgyzstan.png │ │ │ ├── Laos.png │ │ │ ├── Latvia.png │ │ │ ├── Lebanon.png │ │ │ ├── Lesotho.png │ │ │ ├── Liberia.png │ │ │ ├── Libya.png │ │ │ ├── Liechtenstein.png │ │ │ ├── Lithuania.png │ │ │ ├── Luxembourg.png │ │ │ ├── Macau.png │ │ │ ├── Macedonia.png │ │ │ ├── Madagascar.png │ │ │ ├── Malawi.png │ │ │ ├── Malaysia.png │ │ │ ├── Maldives.png │ │ │ ├── Mali.png │ │ │ ├── Malta.png │ │ │ ├── Mars.png │ │ │ ├── Marshall-Islands.png │ │ │ ├── Martinique.png │ │ │ ├── Mauritania.png │ │ │ ├── Mauritius.png │ │ │ ├── Mayotte.png │ │ │ ├── Mexico.png │ │ │ ├── Micronesia.png │ │ │ ├── Moldova.png │ │ │ ├── Monaco.png │ │ │ ├── Mongolia.png │ │ │ ├── Montenegro.png │ │ │ ├── Montserrat.png │ │ │ ├── Morocco.png │ │ │ ├── Mozambique.png │ │ │ ├── Myanmar.png │ │ │ ├── NATO.png │ │ │ ├── Nagorno-Karabakh.png │ │ │ ├── Namibia.png │ │ │ ├── Nauru.png │ │ │ ├── Nepal.png │ │ │ ├── Netherlands-Antilles.png │ │ │ ├── Netherlands.png │ │ │ ├── New-Caledonia.png │ │ │ ├── New-Zealand.png │ │ │ ├── Nicaragua.png │ │ │ ├── Niger.png │ │ │ ├── Nigeria.png │ │ │ ├── Niue.png │ │ │ ├── Norfolk-Island.png │ │ │ ├── North-Korea.png │ │ │ ├── Northern-Cyprus.png │ │ │ ├── Northern-Mariana-Islands.png │ │ │ ├── Norway.png │ │ │ ├── Olympics.png │ │ │ ├── Oman.png │ │ │ ├── Pakistan.png │ │ │ ├── Palau.png │ │ │ ├── Palestine.png │ │ │ ├── Panama.png │ │ │ ├── Papua-New-Guinea.png │ │ │ ├── Paraguay.png │ │ │ ├── Peru.png │ │ │ ├── Philippines.png │ │ │ ├── Pitcairn-Islands.png │ │ │ ├── Poland.png │ │ │ ├── Portugal.png │ │ │ ├── Puerto-Rico.png │ │ │ ├── Qatar.png │ │ │ ├── Red-Cross.png │ │ │ ├── Republic-of-the-Congo.png │ │ │ ├── Romania.png │ │ │ ├── Russia.png │ │ │ ├── Rwanda.png │ │ │ ├── Saint-Barthelemy.png │ │ │ ├── Saint-Helena.png │ │ │ ├── Saint-Kitts-and-Nevis.png │ │ │ ├── Saint-Lucia.png │ │ │ ├── Saint-Martin.png │ │ │ ├── Saint-Vincent-and-the-Grenadines.png │ │ │ ├── Samoa.png │ │ │ ├── San-Marino.png │ │ │ ├── Sao-Tome-and-Principe.png │ │ │ ├── Saudi-Arabia.png │ │ │ ├── Scotland.png │ │ │ ├── Senegal.png │ │ │ ├── Serbia.png │ │ │ ├── Seychelles.png │ │ │ ├── Sierra-Leone.png │ │ │ ├── Singapore.png │ │ │ ├── Slovakia.png │ │ │ ├── Slovenia.png │ │ │ ├── Solomon-Islands.png │ │ │ ├── Somalia.png │ │ │ ├── Somaliland.png │ │ │ ├── South-Africa.png │ │ │ ├── South-Georgia-and-the-South-Sandwich-Islands.png │ │ │ ├── South-Korea.png │ │ │ ├── South-Ossetia.png │ │ │ ├── South-Sudan.png │ │ │ ├── Spain.png │ │ │ ├── Sri-Lanka.png │ │ │ ├── Sudan.png │ │ │ ├── Suriname.png │ │ │ ├── Swaziland.png │ │ │ ├── Sweden.png │ │ │ ├── Switzerland.png │ │ │ ├── Syria.png │ │ │ ├── Taiwan.png │ │ │ ├── Tajikistan.png │ │ │ ├── Tanzania.png │ │ │ ├── Thailand.png │ │ │ ├── Togo.png │ │ │ ├── Tokelau.png │ │ │ ├── Tonga.png │ │ │ ├── Trinidad-and-Tobago.png │ │ │ ├── Tunisia.png │ │ │ ├── Turkey.png │ │ │ ├── Turkmenistan.png │ │ │ ├── Turks-and-Caicos-Islands.png │ │ │ ├── Tuvalu.png │ │ │ ├── US-Virgin-Islands.png │ │ │ ├── Uganda.png │ │ │ ├── Ukraine.png │ │ │ ├── United-Arab-Emirates.png │ │ │ ├── United-Kingdom.png │ │ │ ├── United-Nations.png │ │ │ ├── United-States.png │ │ │ ├── Unknown.png │ │ │ ├── Uruguay.png │ │ │ ├── Uzbekistan.png │ │ │ ├── Vanuatu.png │ │ │ ├── Vatican-City.png │ │ │ ├── Venezuela.png │ │ │ ├── Vietnam.png │ │ │ ├── Wales.png │ │ │ ├── Wallis-And-Futuna.png │ │ │ ├── Western-Sahara.png │ │ │ ├── Yemen.png │ │ │ ├── Zambia.png │ │ │ └── Zimbabwe.png │ ├── floor.png │ ├── flow.png │ ├── gallery │ │ ├── 1.jpg │ │ ├── 10.jpg │ │ ├── 10s.jpg │ │ ├── 11.jpg │ │ ├── 11s.jpg │ │ ├── 12.jpg │ │ ├── 12s.jpg │ │ ├── 1s.jpg │ │ ├── 2.jpg │ │ ├── 2s.jpg │ │ ├── 3.jpg │ │ ├── 3s.jpg │ │ ├── 4.jpg │ │ ├── 4s.jpg │ │ ├── 5.jpg │ │ ├── 5s.jpg │ │ ├── 6.jpg │ │ ├── 6s.jpg │ │ ├── 7.jpg │ │ ├── 7s.jpg │ │ ├── 8.jpg │ │ ├── 8s.jpg │ │ ├── 9.jpg │ │ └── 9s.jpg │ ├── hc_use.png │ ├── icon-bigimg.png │ ├── init.jpg │ ├── inspection.png │ ├── inspection_do.png │ ├── job.png │ ├── landing │ │ ├── avatar1.jpg │ │ ├── avatar2.jpg │ │ ├── avatar3.jpg │ │ ├── avatar4.jpg │ │ ├── avatar5.jpg │ │ ├── avatar6.jpg │ │ ├── avatar7.jpg │ │ ├── avatar8.jpg │ │ ├── avatar9.jpg │ │ ├── avatar_all.png │ │ ├── dashboard.png │ │ ├── header_one.jpg │ │ ├── header_two.jpg │ │ ├── iphone.jpg │ │ ├── laptop.png │ │ ├── perspective.png │ │ ├── shattered.png │ │ └── word_map.png │ ├── loading.gif │ ├── logbg.jpg │ ├── logico.png │ ├── login-bg.png │ ├── login-bg1.png │ ├── login-bg1_x.png │ ├── login-bg_x.png │ ├── logo.png │ ├── logo_custom.png │ ├── logo_hc.png │ ├── logoico.png │ ├── maper.png │ ├── menu.png │ ├── noPhoto.gif │ ├── noPhoto.jpg │ ├── org.png │ ├── qrcode-refresh.png │ ├── register.png │ ├── room.png │ ├── supplier.png │ ├── unit.png │ └── user.png ├── import │ ├── hc.xlsx │ ├── hc20200610.xlsx │ ├── importCar.xlsx │ ├── importCarFeeDetail.xlsx │ ├── importFeeDetail.xlsx │ ├── importResourceStore.xlsx │ ├── importRoom.xlsx │ ├── meterMachine.xlsx │ └── wy.xlsx ├── index.html ├── index1.html ├── initCompany.html ├── js │ ├── api │ │ └── typehead_collection.json │ ├── bootstrap │ │ ├── bootstrap-datetimepicker-back.js │ │ ├── bootstrap-datetimepicker.js │ │ ├── bootstrap-datetimepicker.min.js │ │ ├── bootstrap-datetimepicker.zh-CN.js │ │ ├── bootstrap-select.min.js │ │ ├── bootstrap-submenu.js │ │ ├── bootstrap-treeview.min.js │ │ ├── bootstrap.bundle.js │ │ ├── bootstrap.bundle.js.map │ │ ├── bootstrap.bundle.min.js │ │ ├── bootstrap.bundle.min.js.map │ │ ├── bootstrap.js │ │ ├── bootstrap.js.map │ │ ├── bootstrap.min.js │ │ ├── bootstrap.min.js.map │ │ └── jquery-3.3.1.min.js │ ├── demo │ │ ├── chartjs-demo.js │ │ ├── dashboard-demo.js │ │ ├── flot-demo.js │ │ ├── flot-demo2.js │ │ ├── morris-demo.js │ │ ├── peity-demo.js │ │ ├── rickshaw-demo.js │ │ └── sparkline-demo.js │ ├── geo │ │ ├── abc.js │ │ └── ol.js │ ├── inspinia.js │ ├── jessibuca │ │ ├── jessibuca.d.ts │ │ ├── jessibuca.js │ │ └── renderer.js │ ├── jquery.step.min.js │ ├── marked.min.js │ ├── plugins │ │ ├── blueimp │ │ │ └── jquery.blueimp-gallery.min.js │ │ ├── bootstrap-markdown │ │ │ ├── bootstrap-markdown.js │ │ │ └── markdown.js │ │ ├── bootstrap-tagsinput │ │ │ └── bootstrap-tagsinput.js │ │ ├── bootstrapTour │ │ │ └── bootstrap-tour.min.js │ │ ├── c3 │ │ │ └── c3.min.js │ │ ├── chartJs │ │ │ └── Chart.min.js │ │ ├── chartist │ │ │ ├── chartist.min.js │ │ │ └── chartist.min.js.map │ │ ├── chosen │ │ │ └── chosen.jquery.js │ │ ├── clipboard │ │ │ └── clipboard.min.js │ │ ├── clockpicker │ │ │ └── clockpicker.js │ │ ├── codemirror │ │ │ ├── codemirror.js │ │ │ └── mode │ │ │ │ ├── apl │ │ │ │ ├── apl.js │ │ │ │ └── index.html │ │ │ │ ├── asterisk │ │ │ │ ├── asterisk.js │ │ │ │ └── index.html │ │ │ │ ├── clike │ │ │ │ ├── clike.js │ │ │ │ ├── index.html │ │ │ │ └── scala.html │ │ │ │ ├── clojure │ │ │ │ ├── clojure.js │ │ │ │ └── index.html │ │ │ │ ├── cobol │ │ │ │ ├── cobol.js │ │ │ │ └── index.html │ │ │ │ ├── coffeescript │ │ │ │ ├── coffeescript.js │ │ │ │ └── index.html │ │ │ │ ├── commonlisp │ │ │ │ ├── commonlisp.js │ │ │ │ └── index.html │ │ │ │ ├── css │ │ │ │ ├── css.js │ │ │ │ ├── index.html │ │ │ │ ├── less.html │ │ │ │ ├── less_test.js │ │ │ │ ├── scss.html │ │ │ │ ├── scss_test.js │ │ │ │ └── test.js │ │ │ │ ├── cypher │ │ │ │ ├── cypher.js │ │ │ │ └── index.html │ │ │ │ ├── d │ │ │ │ ├── d.js │ │ │ │ └── index.html │ │ │ │ ├── diff │ │ │ │ ├── diff.js │ │ │ │ └── index.html │ │ │ │ ├── django │ │ │ │ ├── django.js │ │ │ │ └── index.html │ │ │ │ ├── dtd │ │ │ │ ├── dtd.js │ │ │ │ └── index.html │ │ │ │ ├── dylan │ │ │ │ ├── dylan.js │ │ │ │ └── index.html │ │ │ │ ├── ecl │ │ │ │ ├── ecl.js │ │ │ │ └── index.html │ │ │ │ ├── eiffel │ │ │ │ ├── eiffel.js │ │ │ │ └── index.html │ │ │ │ ├── erlang │ │ │ │ ├── erlang.js │ │ │ │ └── index.html │ │ │ │ ├── fortran │ │ │ │ ├── fortran.js │ │ │ │ └── index.html │ │ │ │ ├── gas │ │ │ │ ├── gas.js │ │ │ │ └── index.html │ │ │ │ ├── gfm │ │ │ │ ├── gfm.js │ │ │ │ ├── index.html │ │ │ │ └── test.js │ │ │ │ ├── gherkin │ │ │ │ ├── gherkin.js │ │ │ │ └── index.html │ │ │ │ ├── go │ │ │ │ ├── go.js │ │ │ │ └── index.html │ │ │ │ ├── groovy │ │ │ │ ├── groovy.js │ │ │ │ └── index.html │ │ │ │ ├── haml │ │ │ │ ├── haml.js │ │ │ │ ├── index.html │ │ │ │ └── test.js │ │ │ │ ├── haskell │ │ │ │ ├── haskell.js │ │ │ │ └── index.html │ │ │ │ ├── haxe │ │ │ │ ├── haxe.js │ │ │ │ └── index.html │ │ │ │ ├── htmlembedded │ │ │ │ ├── htmlembedded.js │ │ │ │ └── index.html │ │ │ │ ├── htmlmixed │ │ │ │ ├── htmlmixed.js │ │ │ │ └── index.html │ │ │ │ ├── http │ │ │ │ ├── http.js │ │ │ │ └── index.html │ │ │ │ ├── index.html │ │ │ │ ├── jade │ │ │ │ ├── index.html │ │ │ │ └── jade.js │ │ │ │ ├── javascript │ │ │ │ ├── index.html │ │ │ │ ├── javascript.js │ │ │ │ ├── json-ld.html │ │ │ │ ├── test.js │ │ │ │ └── typescript.html │ │ │ │ ├── jinja2 │ │ │ │ ├── index.html │ │ │ │ └── jinja2.js │ │ │ │ ├── julia │ │ │ │ ├── index.html │ │ │ │ └── julia.js │ │ │ │ ├── kotlin │ │ │ │ ├── index.html │ │ │ │ └── kotlin.js │ │ │ │ ├── livescript │ │ │ │ ├── index.html │ │ │ │ └── livescript.js │ │ │ │ ├── lua │ │ │ │ ├── index.html │ │ │ │ └── lua.js │ │ │ │ ├── markdown │ │ │ │ ├── index.html │ │ │ │ ├── markdown.js │ │ │ │ └── test.js │ │ │ │ ├── meta.js │ │ │ │ ├── mirc │ │ │ │ ├── index.html │ │ │ │ └── mirc.js │ │ │ │ ├── mllike │ │ │ │ ├── index.html │ │ │ │ └── mllike.js │ │ │ │ ├── modelica │ │ │ │ ├── index.html │ │ │ │ └── modelica.js │ │ │ │ ├── nginx │ │ │ │ ├── index.html │ │ │ │ └── nginx.js │ │ │ │ ├── ntriples │ │ │ │ ├── index.html │ │ │ │ └── ntriples.js │ │ │ │ ├── octave │ │ │ │ ├── index.html │ │ │ │ └── octave.js │ │ │ │ ├── pascal │ │ │ │ ├── index.html │ │ │ │ └── pascal.js │ │ │ │ ├── pegjs │ │ │ │ ├── index.html │ │ │ │ └── pegjs.js │ │ │ │ ├── perl │ │ │ │ ├── index.html │ │ │ │ └── perl.js │ │ │ │ ├── php │ │ │ │ ├── index.html │ │ │ │ ├── php.js │ │ │ │ └── test.js │ │ │ │ ├── pig │ │ │ │ ├── index.html │ │ │ │ └── pig.js │ │ │ │ ├── properties │ │ │ │ ├── index.html │ │ │ │ └── properties.js │ │ │ │ ├── puppet │ │ │ │ ├── index.html │ │ │ │ └── puppet.js │ │ │ │ ├── python │ │ │ │ ├── index.html │ │ │ │ └── python.js │ │ │ │ ├── q │ │ │ │ ├── index.html │ │ │ │ └── q.js │ │ │ │ ├── r │ │ │ │ ├── index.html │ │ │ │ └── r.js │ │ │ │ ├── rpm │ │ │ │ ├── changes │ │ │ │ │ └── index.html │ │ │ │ ├── index.html │ │ │ │ └── rpm.js │ │ │ │ ├── rst │ │ │ │ ├── index.html │ │ │ │ └── rst.js │ │ │ │ ├── ruby │ │ │ │ ├── index.html │ │ │ │ ├── ruby.js │ │ │ │ └── test.js │ │ │ │ ├── rust │ │ │ │ ├── index.html │ │ │ │ └── rust.js │ │ │ │ ├── sass │ │ │ │ ├── index.html │ │ │ │ └── sass.js │ │ │ │ ├── scheme │ │ │ │ ├── index.html │ │ │ │ └── scheme.js │ │ │ │ ├── shell │ │ │ │ ├── index.html │ │ │ │ ├── shell.js │ │ │ │ └── test.js │ │ │ │ ├── sieve │ │ │ │ ├── index.html │ │ │ │ └── sieve.js │ │ │ │ ├── slim │ │ │ │ ├── index.html │ │ │ │ ├── slim.js │ │ │ │ └── test.js │ │ │ │ ├── smalltalk │ │ │ │ ├── index.html │ │ │ │ └── smalltalk.js │ │ │ │ ├── smarty │ │ │ │ ├── index.html │ │ │ │ └── smarty.js │ │ │ │ ├── smartymixed │ │ │ │ ├── index.html │ │ │ │ └── smartymixed.js │ │ │ │ ├── solr │ │ │ │ ├── index.html │ │ │ │ └── solr.js │ │ │ │ ├── sparql │ │ │ │ ├── index.html │ │ │ │ └── sparql.js │ │ │ │ ├── sql │ │ │ │ ├── index.html │ │ │ │ └── sql.js │ │ │ │ ├── stex │ │ │ │ ├── index.html │ │ │ │ ├── stex.js │ │ │ │ └── test.js │ │ │ │ ├── tcl │ │ │ │ ├── index.html │ │ │ │ └── tcl.js │ │ │ │ ├── textile │ │ │ │ ├── index.html │ │ │ │ ├── test.js │ │ │ │ └── textile.js │ │ │ │ ├── tiddlywiki │ │ │ │ ├── index.html │ │ │ │ ├── tiddlywiki.css │ │ │ │ └── tiddlywiki.js │ │ │ │ ├── tiki │ │ │ │ ├── index.html │ │ │ │ ├── tiki.css │ │ │ │ └── tiki.js │ │ │ │ ├── toml │ │ │ │ ├── index.html │ │ │ │ └── toml.js │ │ │ │ ├── tornado │ │ │ │ ├── index.html │ │ │ │ └── tornado.js │ │ │ │ ├── turtle │ │ │ │ ├── index.html │ │ │ │ └── turtle.js │ │ │ │ ├── vb │ │ │ │ ├── index.html │ │ │ │ └── vb.js │ │ │ │ ├── vbscript │ │ │ │ ├── index.html │ │ │ │ └── vbscript.js │ │ │ │ ├── velocity │ │ │ │ ├── index.html │ │ │ │ └── velocity.js │ │ │ │ ├── verilog │ │ │ │ ├── index.html │ │ │ │ ├── test.js │ │ │ │ └── verilog.js │ │ │ │ ├── xml │ │ │ │ ├── index.html │ │ │ │ ├── test.js │ │ │ │ └── xml.js │ │ │ │ ├── xquery │ │ │ │ ├── index.html │ │ │ │ ├── test.js │ │ │ │ └── xquery.js │ │ │ │ ├── yaml │ │ │ │ ├── index.html │ │ │ │ └── yaml.js │ │ │ │ └── z80 │ │ │ │ ├── index.html │ │ │ │ └── z80.js │ │ ├── colorpicker │ │ │ └── bootstrap-colorpicker.min.js │ │ ├── cropper │ │ │ └── cropper.min.js │ │ ├── d3 │ │ │ ├── LICENSE │ │ │ └── d3.min.js │ │ ├── dataTables │ │ │ ├── dataTables.bootstrap4.min.js │ │ │ └── datatables.min.js │ │ ├── datamaps │ │ │ └── datamaps.all.min.js │ │ ├── datapicker │ │ │ └── bootstrap-datepicker.js │ │ ├── daterangepicker │ │ │ └── daterangepicker.js │ │ ├── diff_match_patch │ │ │ ├── COPYING │ │ │ ├── README.txt │ │ │ └── javascript │ │ │ │ └── diff_match_patch.js │ │ ├── dotdotdot │ │ │ └── jquery.dotdotdot.min.js │ │ ├── dropzone │ │ │ └── dropzone.js │ │ ├── dualListbox │ │ │ └── jquery.bootstrap-duallistbox.js │ │ ├── easypiechart │ │ │ ├── easypiechart.js │ │ │ └── jquery.easypiechart.js │ │ ├── echart │ │ │ ├── china.js │ │ │ └── echarts.min.js │ │ ├── flot │ │ │ ├── curvedLines.js │ │ │ ├── excanvas.min.js │ │ │ ├── jquery.flot.js │ │ │ ├── jquery.flot.pie.js │ │ │ ├── jquery.flot.resize.js │ │ │ ├── jquery.flot.spline.js │ │ │ ├── jquery.flot.symbol.js │ │ │ ├── jquery.flot.time.js │ │ │ └── jquery.flot.tooltip.min.js │ │ ├── footable │ │ │ └── footable.all.min.js │ │ ├── fullcalendar │ │ │ ├── fullcalendar.min.js │ │ │ └── moment.min.js │ │ ├── gritter │ │ │ ├── images │ │ │ │ ├── gritter-light.png │ │ │ │ ├── gritter-long.png │ │ │ │ ├── gritter.png │ │ │ │ └── ie-spacer.gif │ │ │ ├── jquery.gritter.css │ │ │ └── jquery.gritter.min.js │ │ ├── i18next │ │ │ └── i18next.min.js │ │ ├── iCheck │ │ │ └── icheck.min.js │ │ ├── idle-timer │ │ │ └── idle-timer.min.js │ │ ├── ionRangeSlider │ │ │ └── ion.rangeSlider.min.js │ │ ├── jasny │ │ │ └── jasny-bootstrap.min.js │ │ ├── jeditable │ │ │ └── jquery.jeditable.js │ │ ├── jqGrid │ │ │ ├── i18n │ │ │ │ ├── grid.locale-ar.js │ │ │ │ ├── grid.locale-bg.js │ │ │ │ ├── grid.locale-bg1251.js │ │ │ │ ├── grid.locale-cat.js │ │ │ │ ├── grid.locale-cn.js │ │ │ │ ├── grid.locale-cs.js │ │ │ │ ├── grid.locale-da.js │ │ │ │ ├── grid.locale-de.js │ │ │ │ ├── grid.locale-dk.js │ │ │ │ ├── grid.locale-el.js │ │ │ │ ├── grid.locale-en.js │ │ │ │ ├── grid.locale-es.js │ │ │ │ ├── grid.locale-fa.js │ │ │ │ ├── grid.locale-fi.js │ │ │ │ ├── grid.locale-fr.js │ │ │ │ ├── grid.locale-gl.js │ │ │ │ ├── grid.locale-he.js │ │ │ │ ├── grid.locale-hr.js │ │ │ │ ├── grid.locale-hr1250.js │ │ │ │ ├── grid.locale-hu.js │ │ │ │ ├── grid.locale-id.js │ │ │ │ ├── grid.locale-is.js │ │ │ │ ├── grid.locale-it.js │ │ │ │ ├── grid.locale-ja.js │ │ │ │ ├── grid.locale-kr.js │ │ │ │ ├── grid.locale-lt.js │ │ │ │ ├── grid.locale-mne.js │ │ │ │ ├── grid.locale-nl.js │ │ │ │ ├── grid.locale-no.js │ │ │ │ ├── grid.locale-pl.js │ │ │ │ ├── grid.locale-pt-br.js │ │ │ │ ├── grid.locale-pt.js │ │ │ │ ├── grid.locale-ro.js │ │ │ │ ├── grid.locale-ru.js │ │ │ │ ├── grid.locale-sk.js │ │ │ │ ├── grid.locale-sr-latin.js │ │ │ │ ├── grid.locale-sr.js │ │ │ │ ├── grid.locale-sv.js │ │ │ │ ├── grid.locale-th.js │ │ │ │ ├── grid.locale-tr.js │ │ │ │ ├── grid.locale-tw.js │ │ │ │ ├── grid.locale-ua.js │ │ │ │ └── grid.locale-vi.js │ │ │ └── jquery.jqGrid.min.js │ │ ├── jquery-ui │ │ │ ├── LICENSE.txt │ │ │ ├── images │ │ │ │ ├── ui-icons_444444_256x240.png │ │ │ │ ├── ui-icons_555555_256x240.png │ │ │ │ ├── ui-icons_777620_256x240.png │ │ │ │ ├── ui-icons_777777_256x240.png │ │ │ │ ├── ui-icons_cc0000_256x240.png │ │ │ │ └── ui-icons_ffffff_256x240.png │ │ │ ├── jquery-ui.min.css │ │ │ └── jquery-ui.min.js │ │ ├── jsKnob │ │ │ └── jquery.knob.js │ │ ├── jsTree │ │ │ └── jstree.min.js │ │ ├── justified-gallery │ │ │ ├── README.md │ │ │ ├── jquery.justifiedgallery.css │ │ │ ├── jquery.justifiedgallery.js │ │ │ ├── jquery.justifiedgallery.min.css │ │ │ ├── jquery.justifiedgallery.min.js │ │ │ └── loading.gif │ │ ├── jvectormap │ │ │ ├── jquery-jvectormap-2.0.2.css │ │ │ ├── jquery-jvectormap-2.0.2.min.js │ │ │ └── jquery-jvectormap-world-mill-en.js │ │ ├── ladda │ │ │ ├── ladda.jquery.min.js │ │ │ ├── ladda.min.js │ │ │ └── spin.min.js │ │ ├── masonary │ │ │ └── masonry.pkgd.min.js │ │ ├── metisMenu │ │ │ └── jquery.metisMenu.js │ │ ├── morris │ │ │ ├── morris.js │ │ │ └── raphael-2.1.0.min.js │ │ ├── nestable │ │ │ └── jquery.nestable.js │ │ ├── nouslider │ │ │ └── jquery.nouislider.min.js │ │ ├── pace │ │ │ └── pace.min.js │ │ ├── pdfjs │ │ │ ├── pdf.js │ │ │ ├── pdf.js.map │ │ │ ├── pdf.worker.js │ │ │ └── pdf.worker.js.map │ │ ├── peity │ │ │ └── jquery.peity.min.js │ │ ├── preetyTextDiff │ │ │ └── jquery.pretty-text-diff.min.js │ │ ├── pwstrength │ │ │ ├── pwstrength-bootstrap.min.js │ │ │ └── zxcvbn.js │ │ ├── qrcode │ │ │ ├── qrcode.min.js │ │ │ └── qrcode.min.js0328 │ │ ├── rickshaw │ │ │ ├── rickshaw.min.js │ │ │ └── vendor │ │ │ │ └── d3.v3.js │ │ ├── select2 │ │ │ └── select2.full.min.js │ │ ├── slick │ │ │ └── slick.min.js │ │ ├── slimscroll │ │ │ ├── jquery.slimscroll.js │ │ │ └── jquery.slimscroll.min.js │ │ ├── sparkline │ │ │ └── jquery.sparkline.min.js │ │ ├── steps │ │ │ └── jquery.steps.min.js │ │ ├── summernote │ │ │ ├── summernote-bs4.js │ │ │ ├── summernote-bs4.min.js │ │ │ └── summernote-zh-CN.min.js │ │ ├── sweetalert │ │ │ └── sweetalert.min.js │ │ ├── switchery │ │ │ └── switchery.js │ │ ├── tinycon │ │ │ └── tinycon.min.js │ │ ├── toastr │ │ │ └── toastr.min.js │ │ ├── topojson │ │ │ ├── LICENSE │ │ │ └── topojson.js │ │ ├── touchpunch │ │ │ └── jquery.ui.touch-punch.min.js │ │ ├── touchspin │ │ │ └── jquery.bootstrap-touchspin.min.js │ │ ├── typehead │ │ │ └── bootstrap3-typeahead.min.js │ │ ├── validate │ │ │ └── jquery.validate.min.js │ │ ├── video │ │ │ └── responsible-video.js │ │ ├── wow │ │ │ └── wow.min.js │ │ └── xss │ │ │ ├── xss.js │ │ │ └── xss.min.js │ ├── popper.min.js │ ├── toastr.min.js │ ├── vue │ │ ├── vue-resource.min.js │ │ ├── vue.js │ │ └── vue.min.js │ ├── webrtc │ │ ├── adapter-7.4.0.min.js │ │ └── srs.sdk.js │ ├── xlsx.full.min.js │ ├── xlsxStyle.core.min.js │ └── xlsxStyle.utils.js ├── json │ └── data.json ├── layui │ ├── css │ │ ├── layui.css │ │ ├── layui.mobile.css │ │ └── modules │ │ │ ├── code.css │ │ │ ├── laydate │ │ │ └── default │ │ │ │ └── laydate.css │ │ │ └── layer │ │ │ └── default │ │ │ ├── icon-ext.png │ │ │ ├── icon.png │ │ │ ├── layer.css │ │ │ ├── loading-0.gif │ │ │ ├── loading-1.gif │ │ │ └── loading-2.gif │ ├── font │ │ ├── iconfont.eot │ │ ├── iconfont.svg │ │ ├── iconfont.ttf │ │ └── iconfont.woff │ ├── images │ │ └── face │ │ │ ├── 0.gif │ │ │ ├── 1.gif │ │ │ ├── 10.gif │ │ │ ├── 11.gif │ │ │ ├── 12.gif │ │ │ ├── 13.gif │ │ │ ├── 14.gif │ │ │ ├── 15.gif │ │ │ ├── 16.gif │ │ │ ├── 17.gif │ │ │ ├── 18.gif │ │ │ ├── 19.gif │ │ │ ├── 2.gif │ │ │ ├── 20.gif │ │ │ ├── 21.gif │ │ │ ├── 22.gif │ │ │ ├── 23.gif │ │ │ ├── 24.gif │ │ │ ├── 25.gif │ │ │ ├── 26.gif │ │ │ ├── 27.gif │ │ │ ├── 28.gif │ │ │ ├── 29.gif │ │ │ ├── 3.gif │ │ │ ├── 30.gif │ │ │ ├── 31.gif │ │ │ ├── 32.gif │ │ │ ├── 33.gif │ │ │ ├── 34.gif │ │ │ ├── 35.gif │ │ │ ├── 36.gif │ │ │ ├── 37.gif │ │ │ ├── 38.gif │ │ │ ├── 39.gif │ │ │ ├── 4.gif │ │ │ ├── 40.gif │ │ │ ├── 41.gif │ │ │ ├── 42.gif │ │ │ ├── 43.gif │ │ │ ├── 44.gif │ │ │ ├── 45.gif │ │ │ ├── 46.gif │ │ │ ├── 47.gif │ │ │ ├── 48.gif │ │ │ ├── 49.gif │ │ │ ├── 5.gif │ │ │ ├── 50.gif │ │ │ ├── 51.gif │ │ │ ├── 52.gif │ │ │ ├── 53.gif │ │ │ ├── 54.gif │ │ │ ├── 55.gif │ │ │ ├── 56.gif │ │ │ ├── 57.gif │ │ │ ├── 58.gif │ │ │ ├── 59.gif │ │ │ ├── 6.gif │ │ │ ├── 60.gif │ │ │ ├── 61.gif │ │ │ ├── 62.gif │ │ │ ├── 63.gif │ │ │ ├── 64.gif │ │ │ ├── 65.gif │ │ │ ├── 66.gif │ │ │ ├── 67.gif │ │ │ ├── 68.gif │ │ │ ├── 69.gif │ │ │ ├── 7.gif │ │ │ ├── 70.gif │ │ │ ├── 71.gif │ │ │ ├── 8.gif │ │ │ └── 9.gif │ ├── lay │ │ └── modules │ │ │ ├── carousel.js │ │ │ ├── code.js │ │ │ ├── element.js │ │ │ ├── flow.js │ │ │ ├── form.js │ │ │ ├── jquery.js │ │ │ ├── laydate.js │ │ │ ├── layedit.js │ │ │ ├── layer.js │ │ │ ├── laypage.js │ │ │ ├── laytpl.js │ │ │ ├── mobile.js │ │ │ ├── table.js │ │ │ ├── tree.js │ │ │ ├── upload.js │ │ │ └── util.js │ ├── layui.all.js │ └── layui.js ├── logo.png ├── markdown.html ├── pages │ ├── .DS_Store │ ├── admin │ │ ├── .DS_Store │ │ ├── addChainProduct │ │ │ ├── addChainProduct.html │ │ │ └── addChainProduct.js │ │ ├── addContract │ │ │ ├── addContract.html │ │ │ └── addContract.js │ │ ├── aggregateSupply │ │ │ ├── aggregateSupply.html │ │ │ └── aggregateSupply.js │ │ ├── allocationStorehouseAuditOrders │ │ │ ├── allocationStorehouseAuditOrders.html │ │ │ └── allocationStorehouseAuditOrders.js │ │ ├── allocationStorehouseHistoryAuditOrders │ │ │ ├── allocationStorehouseHistoryAuditOrders.html │ │ │ └── allocationStorehouseHistoryAuditOrders.js │ │ ├── chainInoutOrder │ │ │ ├── chainInoutOrder.html │ │ │ └── chainInoutOrder.js │ │ ├── chainProduct │ │ │ ├── chainProduct.html │ │ │ └── chainProduct.js │ │ ├── chainSupplierManage │ │ │ ├── chainSupplierManage.html │ │ │ └── chainSupplierManage.js │ │ ├── chainSupplierManage1 │ │ │ ├── chainSupplierManage1.html │ │ │ └── chainSupplierManage1.js │ │ ├── clueAttrManage │ │ │ ├── clueAttrManage.html │ │ │ └── clueAttrManage.js │ │ ├── clueManage │ │ │ ├── clueManage.html │ │ │ └── clueManage.js │ │ ├── clueMineManage │ │ │ ├── clueMineManage.html │ │ │ └── clueMineManage.js │ │ ├── contractApplyAuditHistoryOrders │ │ │ ├── contractApplyAuditHistoryOrders.html │ │ │ └── contractApplyAuditHistoryOrders.js │ │ ├── contractApplyAuditOrders │ │ │ ├── contractApplyAuditOrders.html │ │ │ └── contractApplyAuditOrders.js │ │ ├── contractAudit │ │ │ ├── contractAudit.html │ │ │ └── contractAudit.js │ │ ├── contractChangeAuditHistoryOrders │ │ │ ├── contractChangeAuditHistoryOrders.html │ │ │ └── contractChangeAuditHistoryOrders.js │ │ ├── contractChangeAuditOrders │ │ │ ├── contractChangeAuditOrders.html │ │ │ └── contractChangeAuditOrders.js │ │ ├── contractChangeDetail │ │ │ ├── contractChangeDetail.html │ │ │ └── contractChangeDetail.js │ │ ├── contractChangeDetails │ │ │ ├── contractChangeDetails.html │ │ │ └── contractChangeDetails.js │ │ ├── contractChangeManage │ │ │ ├── contractChangeManage.html │ │ │ └── contractChangeManage.js │ │ ├── contractCollectionPlanManage │ │ │ ├── contractCollectionPlanManage.html │ │ │ └── contractCollectionPlanManage.js │ │ ├── contractDetailView │ │ │ ├── contractDetailView.html │ │ │ └── contractDetailView.js │ │ ├── contractManage │ │ │ ├── contractManage.html │ │ │ └── contractManage.js │ │ ├── contractPartyaManage │ │ │ ├── contractPartyaManage.html │ │ │ └── contractPartyaManage.js │ │ ├── contractTypeManage │ │ │ ├── contractTypeManage.html │ │ │ └── contractTypeManage.js │ │ ├── contractTypeSpecManage │ │ │ ├── contractTypeSpecManage.html │ │ │ └── contractTypeSpecManage.js │ │ ├── convenienceMenusManage │ │ │ ├── convenienceMenusManage.html │ │ │ └── convenienceMenusManage.js │ │ ├── couponDetailManage │ │ │ ├── couponDetailManage.html │ │ │ └── couponDetailManage.js │ │ ├── couponPoolManage │ │ │ ├── couponPoolManage.html │ │ │ └── couponPoolManage.js │ │ ├── editChainProduct │ │ │ ├── editChainProduct.html │ │ │ └── editChainProduct.js │ │ ├── expirationContractManage │ │ │ ├── expirationContractManage.html │ │ │ └── expirationContractManage.js │ │ ├── goldBuyCartManage │ │ │ ├── goldBuyCartManage.html │ │ │ └── goldBuyCartManage.js │ │ ├── housekeepingSjServ │ │ │ ├── housekeepingSjServ.html │ │ │ └── housekeepingSjServ.js │ │ ├── integralDetail │ │ │ ├── integralDetail.html │ │ │ └── integralDetail.js │ │ ├── marketBlacklistManage │ │ │ ├── marketBlacklistManage.html │ │ │ └── marketBlacklistManage.js │ │ ├── marketGoodsItemManage │ │ │ ├── marketGoodsItemManage.html │ │ │ └── marketGoodsItemManage.js │ │ ├── marketLog │ │ │ ├── marketLog.html │ │ │ └── marketLog.js │ │ ├── marketRule │ │ │ ├── marketRule.html │ │ │ └── marketRule.js │ │ ├── marketSmsManage │ │ │ ├── .DS_Store │ │ │ ├── docs │ │ │ │ ├── .DS_Store │ │ │ │ └── readme.md │ │ │ ├── marketSmsManage.html │ │ │ └── marketSmsManage.js │ │ ├── marketWay │ │ │ ├── marketWay.html │ │ │ └── marketWay.js │ │ ├── merchantManage │ │ │ ├── docs │ │ │ │ └── readme.md │ │ │ ├── merchantManage.html │ │ │ └── merchantManage.js │ │ ├── merchantShop │ │ │ ├── merchantShop.html │ │ │ └── merchantShop.js │ │ ├── mfundsOption2Manage │ │ │ ├── mfundsOption2Manage.html │ │ │ └── mfundsOption2Manage.js │ │ ├── mfundsOptionManage │ │ │ ├── mfundsOptionManage.html │ │ │ └── mfundsOptionManage.js │ │ ├── myAuditHistoryOrders │ │ │ ├── myAuditHistoryOrders.html │ │ │ └── myAuditHistoryOrders.js │ │ ├── myAuditOrders │ │ │ ├── myAuditOrders.html │ │ │ └── myAuditOrders.js │ │ ├── myItemOutAuditHistoryOrders │ │ │ ├── myItemOutAuditHistoryOrders.html │ │ │ └── myItemOutAuditHistoryOrders.js │ │ ├── myItemOutAuditOrders │ │ │ ├── myItemOutAuditOrders.html │ │ │ └── myItemOutAuditOrders.js │ │ ├── newContractManage │ │ │ ├── newContractManage.html │ │ │ └── newContractManage.js │ │ ├── orderDetailManage │ │ │ ├── orderDetailManage.html │ │ │ └── orderDetailManage.js │ │ ├── orderManage │ │ │ ├── orderManage.html │ │ │ └── orderManage.js │ │ ├── printContract │ │ │ ├── printContract.html │ │ │ └── printContract.js │ │ ├── productSj │ │ │ ├── productSj.html │ │ │ └── productSj.js │ │ ├── propertyCompanyManage │ │ │ ├── propertyCompanyManage.html │ │ │ └── propertyCompanyManage.js │ │ ├── rentingAppointmentManage │ │ │ ├── rentingAppointmentManage.html │ │ │ └── rentingAppointmentManage.js │ │ ├── rentingAuditManage │ │ │ ├── rentingAuditManage.html │ │ │ └── rentingAuditManage.js │ │ ├── rentingConfigManage │ │ │ ├── rentingConfigManage.html │ │ │ └── rentingConfigManage.js │ │ ├── rentingDetail │ │ │ ├── rentingDetail.html │ │ │ └── rentingDetail.js │ │ ├── rentingHistoryManage │ │ │ ├── rentingHistoryManage.html │ │ │ └── rentingHistoryManage.js │ │ ├── rentingPoolManage │ │ │ ├── rentingPoolManage.html │ │ │ └── rentingPoolManage.js │ │ ├── shopCommunity │ │ │ ├── shopCommunity.html │ │ │ └── shopCommunity.js │ │ ├── shopManage │ │ │ ├── shopManage.html │ │ │ └── shopManage.js │ │ ├── storeInfoManage │ │ │ ├── storeInfoManage.html │ │ │ └── storeInfoManage.js │ │ ├── storeOrderCartManage │ │ │ ├── storeOrderCartManage.html │ │ │ └── storeOrderCartManage.js │ │ ├── storeOrderCartReturn │ │ │ ├── storeOrderCartReturn.html │ │ │ └── storeOrderCartReturn.js │ │ ├── systemGoldSettingManage │ │ │ ├── systemGoldSettingManage.html │ │ │ └── systemGoldSettingManage.js │ │ ├── userIntegral │ │ │ ├── userIntegral.html │ │ │ └── userIntegral.js │ │ └── viewClueInfo │ │ │ ├── viewClueInfo.html │ │ │ └── viewClueInfo.js │ ├── attendance │ │ ├── addAttendanceClassesStaff │ │ │ ├── addAttendanceClassesStaff.html │ │ │ └── addAttendanceClassesStaff.js │ │ ├── addPatrolBuilding │ │ │ ├── addPatrolBuilding.html │ │ │ └── addPatrolBuilding.js │ │ ├── attendanceClassesStaffManage │ │ │ ├── attendanceClassesStaffManage.html │ │ │ └── attendanceClassesStaffManage.js │ │ └── editPatrolBuilding │ │ │ ├── editPatrolBuilding.html │ │ │ └── editPatrolBuilding.js │ ├── car │ │ ├── adminCar │ │ │ ├── adminCar.html │ │ │ └── adminCar.js │ │ ├── adminCarDetail │ │ │ ├── adminCarDetail.html │ │ │ └── adminCarDetail.js │ │ ├── carDetail │ │ │ ├── carDetail.html │ │ │ └── carDetail.js │ │ └── tempCarPayment │ │ │ ├── tempCarPayment.html │ │ │ └── tempCarPayment.js │ ├── common │ │ ├── addAuditUserStep │ │ │ ├── addAuditUserStep.html │ │ │ └── addAuditUserStep.js │ │ ├── addItemOut │ │ │ ├── addItemOut.html │ │ │ └── addItemOut.js │ │ ├── addPurchaseApply │ │ │ ├── addPurchaseApply.html │ │ │ └── addPurchaseApply.js │ │ ├── addRoomComplaint │ │ │ ├── addRoomComplaint.html │ │ │ └── addRoomComplaint.js │ │ ├── addRoomRepair │ │ │ ├── addRoomRepair.html │ │ │ └── addRoomRepair.js │ │ ├── advertVedioView │ │ │ ├── advertVedioView.html │ │ │ └── advertVedioView.js │ │ ├── allocationStorehouseApply │ │ │ ├── allocationStorehouseApply.html │ │ │ └── allocationStorehouseApply.js │ │ ├── allocationStorehouseDetail │ │ │ ├── allocationStorehouseDetail.html │ │ │ └── allocationStorehouseDetail.js │ │ ├── allocationStorehouseDetailed │ │ │ ├── allocationStorehouseDetailed.html │ │ │ └── allocationStorehouseDetailed.js │ │ ├── allocationStorehouseManage │ │ │ ├── allocationStorehouseManage.html │ │ │ └── allocationStorehouseManage.js │ │ ├── allocationUserStorehouseManage │ │ │ ├── allocationUserStorehouseManage.html │ │ │ └── allocationUserStorehouseManage.js │ │ ├── auditCommunityManage │ │ │ ├── auditCommunityManage.html │ │ │ └── auditCommunityManage.js │ │ ├── auditEnterCommunityManage │ │ │ ├── auditEnterCommunityManage.html │ │ │ └── auditEnterCommunityManage.js │ │ ├── auditUserManage │ │ │ ├── auditUserManage.html │ │ │ └── auditUserManage.js │ │ ├── chainSupplierCatalogManage │ │ │ ├── chainSupplierCatalogManage.html │ │ │ └── chainSupplierCatalogManage.js │ │ ├── communityManage │ │ │ ├── communityManage.html │ │ │ ├── communityManage.js │ │ │ └── docs │ │ │ │ └── readme.md │ │ ├── company │ │ │ ├── company.html │ │ │ └── company.js │ │ ├── contractApplyDetail │ │ │ ├── contractApplyDetail.html │ │ │ └── contractApplyDetail.js │ │ ├── enterCommunity │ │ │ ├── enterCommunity.html │ │ │ └── enterCommunity.js │ │ ├── inAndOutStep │ │ │ ├── inAndOutStep.html │ │ │ └── inAndOutStep.js │ │ ├── itemInManage │ │ │ ├── itemInManage.html │ │ │ └── itemInManage.js │ │ ├── itemOutManage │ │ │ ├── itemOutManage.html │ │ │ └── itemOutManage.js │ │ ├── myResourceStoreManage │ │ │ ├── myResourceStoreManage.html │ │ │ └── myResourceStoreManage.js │ │ ├── noticeDetail │ │ │ ├── noticeDetail.html │ │ │ └── noticeDetail.js │ │ ├── noticeManage │ │ │ ├── noticeManage.html │ │ │ └── noticeManage.js │ │ ├── orgCommunityManage │ │ │ ├── orgCommunityManage.html │ │ │ └── orgCommunityManage.js │ │ ├── propertyCommunity │ │ │ ├── propertyCommunity.html │ │ │ └── propertyCommunity.js │ │ ├── purchaseApplyDetail │ │ │ ├── purchaseApplyDetail.html │ │ │ └── purchaseApplyDetail.js │ │ ├── purchaseApplyDetailManage │ │ │ ├── purchaseApplyDetailManage.html │ │ │ └── purchaseApplyDetailManage.js │ │ ├── purchaseApplyManage │ │ │ ├── purchaseApplyManage.html │ │ │ └── purchaseApplyManage.js │ │ ├── resourceEnterDetailManage │ │ │ ├── resourceEnterDetailManage.html │ │ │ └── resourceEnterDetailManage.js │ │ ├── resourceEnterManage │ │ │ ├── resourceEnterManage.html │ │ │ └── resourceEnterManage.js │ │ ├── resourceOutManage │ │ │ ├── resourceOutManage.html │ │ │ └── resourceOutManage.js │ │ ├── resourceStoreManage │ │ │ ├── resourceStoreManage.html │ │ │ └── resourceStoreManage.js │ │ ├── resourceStoreSpecificationManage │ │ │ ├── resourceStoreSpecificationManage.html │ │ │ └── resourceStoreSpecificationManage.js │ │ ├── resourceStoreTypeManage │ │ │ ├── resourceStoreTypeManage.html │ │ │ └── resourceStoreTypeManage.js │ │ ├── resourceStoreUseRecordManage │ │ │ ├── resourceStoreUseRecordManage.html │ │ │ └── resourceStoreUseRecordManage.js │ │ ├── returnStorehouseApplyManage │ │ │ ├── returnStorehouseApplyManage.html │ │ │ └── returnStorehouseApplyManage.js │ │ ├── scrapGoodsStep │ │ │ ├── scrapGoodsStep.html │ │ │ └── scrapGoodsStep.js │ │ ├── storeInfoManage │ │ │ ├── storeInfoManage.html │ │ │ └── storeInfoManage.js │ │ ├── transferGoodsManage │ │ │ ├── transferGoodsManage.html │ │ │ └── transferGoodsManage.js │ │ ├── transferGoodsStep │ │ │ ├── transferGoodsStep.html │ │ │ └── transferGoodsStep.js │ │ └── urgentPurchaseApplyStep │ │ │ ├── urgentPurchaseApplyStep.html │ │ │ └── urgentPurchaseApplyStep.js │ ├── community │ │ ├── addCommunityPublicity │ │ │ ├── addCommunityPublicity.html │ │ │ └── addCommunityPublicity.js │ │ ├── adminRoom │ │ │ ├── adminRoom.html │ │ │ └── adminRoom.js │ │ ├── adminRoomDetail │ │ │ ├── adminRoomDetail.html │ │ │ └── adminRoomDetail.js │ │ ├── cityArea │ │ │ ├── cityArea.html │ │ │ └── cityArea.js │ │ ├── communityMini │ │ │ ├── communityMini.html │ │ │ └── communityMini.js │ │ ├── communityPublicityManage │ │ │ ├── communityPublicityManage.html │ │ │ └── communityPublicityManage.js │ │ ├── communityWechat │ │ │ ├── communityWechat.html │ │ │ └── communityWechat.js │ │ └── editCommunityPublicity │ │ │ ├── editCommunityPublicity.html │ │ │ └── editCommunityPublicity.js │ ├── complaint │ │ ├── addComplaint │ │ │ ├── addComplaint.html │ │ │ └── addComplaint.js │ │ ├── addComplaintType │ │ │ ├── addComplaintType.html │ │ │ └── addComplaintType.js │ │ ├── adminComplaint │ │ │ ├── adminComplaint.html │ │ │ └── adminComplaint.js │ │ ├── adminComplaintDetail │ │ │ ├── adminComplaintDetail.html │ │ │ └── adminComplaintDetail.js │ │ ├── complaint │ │ │ ├── complaint.html │ │ │ └── complaint.js │ │ ├── complaintDetail │ │ │ ├── complaintDetail.html │ │ │ └── complaintDetail.js │ │ ├── complaintType │ │ │ ├── complaintType.html │ │ │ └── complaintType.js │ │ ├── doHistoryComplaints │ │ │ ├── doHistoryComplaints.html │ │ │ └── doHistoryComplaints.js │ │ ├── editComplaintType │ │ │ ├── editComplaintType.html │ │ │ └── editComplaintType.js │ │ └── uodoComplaints │ │ │ ├── uodoComplaints.html │ │ │ └── uodoComplaints.js │ ├── contract │ │ └── contractDetail │ │ │ ├── contractDetail.html │ │ │ └── contractDetail.js │ ├── dev │ │ ├── appManage │ │ │ ├── appManage.html │ │ │ └── appManage.js │ │ ├── attrSpecManage │ │ │ ├── attrSpecManage.html │ │ │ └── attrSpecManage.js │ │ ├── attrValueManage │ │ │ ├── attrValueManage.html │ │ │ └── attrValueManage.js │ │ ├── basePrivilegeManage │ │ │ ├── basePrivilegeManage.html │ │ │ └── basePrivilegeManage.js │ │ ├── businessDatabusManage │ │ │ ├── businessDatabusManage.html │ │ │ └── businessDatabusManage.js │ │ ├── businessTableHisManage │ │ │ ├── businessTableHisManage.html │ │ │ └── businessTableHisManage.js │ │ ├── cacheManage │ │ │ ├── cacheManage.html │ │ │ └── cacheManage.js │ │ ├── componentConditionManage │ │ │ ├── componentConditionManage.html │ │ │ └── componentConditionManage.js │ │ ├── configMenu │ │ │ ├── configMenu.html │ │ │ └── configMenu.js │ │ ├── devServiceProvide │ │ │ ├── devServiceProvide.html │ │ │ └── devServiceProvide.js │ │ ├── dictManage │ │ │ ├── dictManage.html │ │ │ └── dictManage.js │ │ ├── initializeCommunityManage │ │ │ ├── initializeCommunityManage.html │ │ │ └── initializeCommunityManage.js │ │ ├── jobManage │ │ │ ├── jobManage.html │ │ │ └── jobManage.js │ │ ├── listDemo │ │ │ ├── listDemo.html │ │ │ └── listDemo.js │ │ ├── mappingDomainManage │ │ │ ├── mappingDomainManage.html │ │ │ └── mappingDomainManage.js │ │ ├── mappingManage │ │ │ ├── mappingManage.html │ │ │ └── mappingManage.js │ │ ├── menuCatalogManage │ │ │ ├── menuCatalogManage.html │ │ │ └── menuCatalogManage.js │ │ ├── menuGroupCatalogManage │ │ │ ├── menuGroupCatalogManage.html │ │ │ └── menuGroupCatalogManage.js │ │ ├── menuGroupManage │ │ │ ├── menuGroupManage.html │ │ │ └── menuGroupManage.js │ │ ├── menuManage │ │ │ ├── menuManage.html │ │ │ └── menuManage.js │ │ ├── privilege │ │ │ ├── privilege.html │ │ │ └── privilege.js │ │ ├── reportCustomComponentFooterManage │ │ │ ├── reportCustomComponentFooterManage.html │ │ │ └── reportCustomComponentFooterManage.js │ │ ├── reportCustomComponentManage │ │ │ ├── reportCustomComponentManage.html │ │ │ └── reportCustomComponentManage.js │ │ ├── reportCustomComponentRelManage │ │ │ ├── reportCustomComponentRelManage.html │ │ │ └── reportCustomComponentRelManage.js │ │ ├── reportCustomGroupManage │ │ │ ├── reportCustomGroupManage.html │ │ │ └── reportCustomGroupManage.js │ │ ├── reportCustomManage │ │ │ ├── reportCustomManage.html │ │ │ └── reportCustomManage.js │ │ ├── serviceBinding │ │ │ ├── serviceBinding.css │ │ │ ├── serviceBinding.html │ │ │ └── serviceBinding.js │ │ ├── serviceImplManage │ │ │ ├── serviceImplManage.html │ │ │ └── serviceImplManage.js │ │ ├── serviceManage │ │ │ ├── serviceManage.html │ │ │ └── serviceManage.js │ │ ├── serviceProvideManage │ │ │ ├── serviceProvideManage.html │ │ │ └── serviceProvideManage.js │ │ ├── serviceRegisterManage │ │ │ ├── serviceRegisterManage.html │ │ │ └── serviceRegisterManage.js │ │ ├── sysDocumentManage │ │ │ ├── sysDocumentManage.html │ │ │ └── sysDocumentManage.js │ │ ├── transactionLogManage │ │ │ ├── transactionLogManage.html │ │ │ └── transactionLogManage.js │ │ └── transactionOutLog │ │ │ ├── transactionOutLog.html │ │ │ └── transactionOutLog.js │ ├── examine │ │ ├── addExamineStaff │ │ │ ├── addExamineStaff.html │ │ │ └── addExamineStaff.js │ │ ├── editExamineStaff │ │ │ ├── editExamineStaff.html │ │ │ └── editExamineStaff.js │ │ ├── examineProjectManage │ │ │ ├── examineProjectManage.html │ │ │ └── examineProjectManage.js │ │ ├── examineStaffManage │ │ │ ├── examineStaffManage.html │ │ │ └── examineStaffManage.js │ │ └── examineStaffValue │ │ │ ├── examineStaffValue.html │ │ │ └── examineStaffValue.js │ ├── fee │ │ ├── addOweFeeCallable │ │ │ ├── addOweFeeCallable.html │ │ │ └── addOweFeeCallable.js │ │ ├── addOwnerInvoice │ │ │ ├── addOwnerInvoice.html │ │ │ └── addOwnerInvoice.js │ │ ├── adminFeeConfig │ │ │ ├── adminFeeConfig.html │ │ │ └── adminFeeConfig.js │ │ ├── adminFeeDetail │ │ │ ├── adminFeeDetail.html │ │ │ └── adminFeeDetail.js │ │ ├── adminOweFeeDetail │ │ │ ├── adminOweFeeDetail.html │ │ │ └── adminOweFeeDetail.js │ │ ├── adminPayFeeDetail │ │ │ ├── adminPayFeeDetail.html │ │ │ └── adminPayFeeDetail.js │ │ ├── adminRoomFee │ │ │ ├── adminRoomFee.html │ │ │ └── adminRoomFee.js │ │ ├── buyCarMonthCard │ │ │ ├── buyCarMonthCard.html │ │ │ └── buyCarMonthCard.js │ │ ├── communityPayment │ │ │ ├── communityPayment.html │ │ │ └── communityPayment.js │ │ ├── discountType │ │ │ ├── discountType.html │ │ │ └── discountType.js │ │ ├── feeConfigDetail │ │ │ ├── feeConfigDetail.html │ │ │ └── feeConfigDetail.js │ │ ├── feeDetail │ │ │ ├── feeDetail.html │ │ │ └── feeDetail.js │ │ ├── floorShare │ │ │ ├── floorShare.html │ │ │ └── floorShare.js │ │ ├── invoiceApply │ │ │ ├── invoiceApply.html │ │ │ └── invoiceApply.js │ │ ├── invoiceApplyDetail │ │ │ ├── invoiceApplyDetail.html │ │ │ └── invoiceApplyDetail.js │ │ ├── oweFeeCallable │ │ │ ├── oweFeeCallable.html │ │ │ └── oweFeeCallable.js │ │ ├── ownerApplyInvoice │ │ │ ├── ownerApplyInvoice.html │ │ │ └── ownerApplyInvoice.js │ │ ├── ownerInvoice │ │ │ ├── ownerInvoice.html │ │ │ └── ownerInvoice.js │ │ ├── payFeeQrcode │ │ │ ├── payFeeQrcode.html │ │ │ └── payFeeQrcode.js │ │ ├── paymentPool │ │ │ ├── paymentPool.html │ │ │ └── paymentPool.js │ │ ├── printPayFee │ │ │ ├── printPayFee.html │ │ │ └── printPayFee.js │ │ ├── refundDepositFee │ │ │ ├── refundDepositFee.html │ │ │ └── refundDepositFee.js │ │ ├── roomCreatePayFee │ │ │ ├── roomCreatePayFee.html │ │ │ └── roomCreatePayFee.js │ │ ├── roomOweFeeCallable │ │ │ ├── roomOweFeeCallable.html │ │ │ └── roomOweFeeCallable.js │ │ ├── shareReading │ │ │ ├── shareReading.html │ │ │ └── shareReading.js │ │ ├── shareReadingFee │ │ │ ├── shareReadingFee.html │ │ │ └── shareReadingFee.js │ │ └── ttsOweFeeCallable │ │ │ ├── ttsOweFeeCallable.html │ │ │ └── ttsOweFeeCallable.js │ ├── frame │ │ ├── addStaff │ │ │ ├── addStaff.html │ │ │ └── addStaff.js │ │ ├── addStaffStep │ │ │ ├── addStaffStep.html │ │ │ └── addStaffStep.js │ │ ├── changeStaffPwd │ │ │ ├── changeStaffPwd.html │ │ │ └── changeStaffPwd.js │ │ ├── login │ │ │ ├── login.html │ │ │ └── login.js │ │ ├── login_hefei │ │ │ ├── login_hefei.html │ │ │ └── login_hefei.js │ │ ├── markdown │ │ │ ├── markdown.html │ │ │ └── markdown.js │ │ ├── menuUserManage │ │ │ ├── menuUserManage.html │ │ │ └── menuUserManage.js │ │ ├── orgManage │ │ │ ├── docs │ │ │ │ └── readme.md │ │ │ ├── orgManage.html │ │ │ └── orgManage.js │ │ ├── register │ │ │ ├── register.html │ │ │ └── register.js │ │ ├── registerProtocol │ │ │ ├── registerProtocol.html │ │ │ └── registerProtocol.js │ │ ├── role │ │ │ ├── role.html │ │ │ └── role.js │ │ ├── staff │ │ │ ├── staff.html │ │ │ └── staff.js │ │ ├── staffDetailOld │ │ │ ├── staffDetailOld.html │ │ │ └── staffDetailOld.js │ │ ├── staffPrivilege │ │ │ ├── staffPrivilege.html │ │ │ └── staffPrivilege.js │ │ ├── systemInfoManage │ │ │ ├── systemInfoManage.html │ │ │ └── systemInfoManage.js │ │ └── userLogin │ │ │ ├── userLogin.html │ │ │ └── userLogin.js │ ├── geo │ │ └── parkingMap │ │ │ ├── parkingMap.html │ │ │ ├── parkingMap.js │ │ │ └── parkingMap.js.bak │ ├── goods │ │ └── storeOrderCartDetail │ │ │ ├── storeOrderCartDetail.html │ │ │ └── storeOrderCartDetail.js │ ├── inspection │ │ ├── aInspectionPlanDetail │ │ │ ├── aInspectionPlanDetail.html │ │ │ └── aInspectionPlanDetail.js │ │ ├── adminInspectionPlan │ │ │ ├── adminInspectionPlan.html │ │ │ └── adminInspectionPlan.js │ │ ├── adminInspectionTask │ │ │ ├── adminInspectionTask.html │ │ │ └── adminInspectionTask.js │ │ ├── adminInspectionTaskDetail │ │ │ ├── adminInspectionTaskDetail.html │ │ │ └── adminInspectionTaskDetail.js │ │ ├── inspectionPlan │ │ │ ├── inspectionPlan.html │ │ │ └── inspectionPlan.js │ │ ├── inspectionPlanDetail │ │ │ ├── inspectionPlanDetail.html │ │ │ └── inspectionPlanDetail.js │ │ ├── inspectionPoint │ │ │ ├── inspectionPoint.html │ │ │ └── inspectionPoint.js │ │ ├── inspectionRoute │ │ │ ├── inspectionRoute.html │ │ │ └── inspectionRoute.js │ │ ├── inspectionTask │ │ │ ├── inspectionTask.html │ │ │ └── inspectionTask.js │ │ └── inspectionTaskDetail │ │ │ ├── inspectionTaskDetail.html │ │ │ └── inspectionTaskDetail.js │ ├── iot │ │ ├── aAccessControl │ │ │ ├── aAccessControl.html │ │ │ └── aAccessControl.js │ │ ├── adminBarrier │ │ │ ├── adminBarrier.html │ │ │ └── adminBarrier.js │ │ ├── adminCarInout │ │ │ ├── adminCarInout.html │ │ │ └── adminCarInout.js │ │ ├── adminChargeMachine │ │ │ ├── adminChargeMachine.html │ │ │ └── adminChargeMachine.js │ │ ├── adminChargeOrder │ │ │ ├── adminChargeOrder.html │ │ │ └── adminChargeOrder.js │ │ ├── adminInout │ │ │ ├── adminInout.html │ │ │ └── adminInout.js │ │ ├── adminMeter │ │ │ ├── adminMeter.html │ │ │ └── adminMeter.js │ │ └── adminMeterRecharge │ │ │ ├── adminMeterRecharge.html │ │ │ └── adminMeterRecharge.js │ ├── log │ │ ├── operateDataLog │ │ │ ├── operateDataLog.html │ │ │ └── operateDataLog.js │ │ └── payLog │ │ │ ├── payLog.html │ │ │ └── payLog.js │ ├── machine │ │ ├── accessControlInout │ │ │ ├── accessControlInout.html │ │ │ └── accessControlInout.js │ │ ├── accessControlWhiteAuthManage │ │ │ ├── accessControlWhiteAuthManage.html │ │ │ └── accessControlWhiteAuthManage.js │ │ ├── accessControlWhiteManage │ │ │ ├── accessControlWhiteManage.html │ │ │ └── accessControlWhiteManage.js │ │ ├── addAccessControlWhite │ │ │ ├── addAccessControlWhite.html │ │ │ └── addAccessControlWhite.js │ │ ├── addMeterMachine │ │ │ ├── addMeterMachine.html │ │ │ └── addMeterMachine.js │ │ ├── chargeMachineManage │ │ │ ├── chargeMachineManage.html │ │ │ └── chargeMachineManage.js │ │ ├── chargeMachineOrder │ │ │ ├── chargeMachineOrder.html │ │ │ └── chargeMachineOrder.js │ │ ├── chargeMachineOrderAccts │ │ │ ├── chargeMachineOrderAccts.html │ │ │ └── chargeMachineOrderAccts.js │ │ ├── chargeMachinePortManage │ │ │ ├── chargeMachinePortManage.html │ │ │ └── chargeMachinePortManage.js │ │ ├── chargeMonthCardManage │ │ │ ├── chargeMonthCardManage.html │ │ │ └── chargeMonthCardManage.js │ │ ├── chargeMonthOrderManage │ │ │ ├── chargeMonthOrderManage.html │ │ │ └── chargeMonthOrderManage.js │ │ ├── chargeRule │ │ │ ├── chargeRule.html │ │ │ └── chargeRule.js │ │ ├── editMeterMachine │ │ │ ├── editMeterMachine.html │ │ │ └── editMeterMachine.js │ │ └── meterMachineDetail │ │ │ ├── meterMachineDetail.html │ │ │ └── meterMachineDetail.js │ ├── oa │ │ ├── addWork │ │ │ ├── addWork.html │ │ │ └── addWork.js │ │ ├── adminWorkDetail │ │ │ ├── adminWorkDetail.html │ │ │ └── adminWorkDetail.js │ │ ├── adminWorkPool │ │ │ ├── adminWorkPool.html │ │ │ └── adminWorkPool.js │ │ ├── copyWork │ │ │ ├── copyWork.html │ │ │ └── copyWork.js │ │ ├── doCopyWork │ │ │ ├── doCopyWork.html │ │ │ └── doCopyWork.js │ │ ├── doWork │ │ │ ├── doWork.html │ │ │ └── doWork.js │ │ ├── editWork │ │ │ ├── editWork.html │ │ │ └── editWork.js │ │ ├── startWork │ │ │ ├── startWork.html │ │ │ └── startWork.js │ │ ├── workDeduction │ │ │ ├── workDeduction.html │ │ │ └── workDeduction.js │ │ ├── workDetail │ │ │ ├── workDetail.html │ │ │ └── workDetail.js │ │ ├── workPool │ │ │ ├── workPool.html │ │ │ └── workPool.js │ │ ├── workTaskDetail │ │ │ ├── workTaskDetail.html │ │ │ └── workTaskDetail.js │ │ └── workType │ │ │ ├── workType.html │ │ │ └── workType.js │ ├── owner │ │ ├── addOwnerCommittee │ │ │ ├── addOwnerCommittee.html │ │ │ └── addOwnerCommittee.js │ │ ├── addOwnerSettledApply │ │ │ ├── addOwnerSettledApply.html │ │ │ └── addOwnerSettledApply.js │ │ ├── adminAccount │ │ │ ├── adminAccount.html │ │ │ └── adminAccount.js │ │ ├── adminAccountDetail │ │ │ ├── adminAccountDetail.html │ │ │ └── adminAccountDetail.js │ │ ├── adminAuthOwner │ │ │ ├── adminAuthOwner.html │ │ │ └── adminAuthOwner.js │ │ ├── adminOwner │ │ │ ├── adminOwner.html │ │ │ └── adminOwner.js │ │ ├── adminOwnerDetail │ │ │ ├── adminOwnerDetail.html │ │ │ └── adminOwnerDetail.js │ │ ├── editOwnerCommittee │ │ │ ├── editOwnerCommittee.html │ │ │ └── editOwnerCommittee.js │ │ ├── editOwnerSettledApply │ │ │ ├── editOwnerSettledApply.html │ │ │ └── editOwnerSettledApply.js │ │ ├── ownerCommitteeDetail │ │ │ ├── ownerCommitteeDetail.html │ │ │ └── ownerCommitteeDetail.js │ │ ├── ownerCommitteeManage │ │ │ ├── ownerCommitteeManage.html │ │ │ └── ownerCommitteeManage.js │ │ ├── ownerDetail │ │ │ ├── ownerDetail.html │ │ │ └── ownerDetail.js │ │ ├── ownerSettledApplyDetail │ │ │ ├── ownerSettledApplyDetail.html │ │ │ └── ownerSettledApplyDetail.js │ │ ├── ownerSettledApplyFinish │ │ │ ├── ownerSettledApplyFinish.html │ │ │ └── ownerSettledApplyFinish.js │ │ ├── ownerSettledApplyManage │ │ │ ├── docs │ │ │ │ └── readme.md │ │ │ ├── ownerSettledApplyManage.html │ │ │ └── ownerSettledApplyManage.js │ │ ├── ownerSettledApplyUndo │ │ │ ├── ownerSettledApplyUndo.html │ │ │ └── ownerSettledApplyUndo.js │ │ ├── ownerSettledSettingManage │ │ │ ├── ownerSettledSettingManage.html │ │ │ └── ownerSettledSettingManage.js │ │ └── roomBindOwner │ │ │ ├── roomBindOwner.html │ │ │ └── roomBindOwner.js │ ├── print │ │ ├── machinePrinterManage │ │ │ ├── docs │ │ │ │ └── readme.md │ │ │ ├── machinePrinterManage.html │ │ │ └── machinePrinterManage.js │ │ └── printerRule │ │ │ ├── printerRule.html │ │ │ └── printerRule.js │ ├── property │ │ ├── .DS_Store │ │ ├── accessControlMachineManage │ │ │ ├── accessControlMachineManage.html │ │ │ └── accessControlMachineManage.js │ │ ├── accountDetailManage │ │ │ ├── accountDetailManage.html │ │ │ └── accountDetailManage.js │ │ ├── accountManage │ │ │ ├── accountManage.html │ │ │ └── accountManage.js │ │ ├── activitiesBeautifulStaffManage │ │ │ ├── activitiesBeautifulStaffManage.html │ │ │ └── activitiesBeautifulStaffManage.js │ │ ├── activitiesManage │ │ │ ├── activitiesManage.html │ │ │ └── activitiesManage.js │ │ ├── activitiesRuleManage │ │ │ ├── activitiesRuleManage.html │ │ │ └── activitiesRuleManage.js │ │ ├── activitiesTypeManage │ │ │ ├── activitiesTypeManage.html │ │ │ └── activitiesTypeManage.js │ │ ├── addEquipmentAccount │ │ │ ├── addEquipmentAccount.html │ │ │ └── addEquipmentAccount.js │ │ ├── addInspectionPlan │ │ │ ├── addInspectionPlan.html │ │ │ └── addInspectionPlan.js │ │ ├── addItemReleaseView │ │ │ ├── addItemReleaseView.html │ │ │ └── addItemReleaseView.js │ │ ├── addMaintainancePlan │ │ │ ├── addMaintainancePlan.html │ │ │ └── addMaintainancePlan.js │ │ ├── addOwnerRoomBinding │ │ │ ├── addOwnerRoomBinding.html │ │ │ └── addOwnerRoomBinding.js │ │ ├── addParkingSpaceApply │ │ │ ├── addParkingSpaceApply.html │ │ │ └── addParkingSpaceApply.js │ │ ├── addRoomView │ │ │ ├── addRoomView.html │ │ │ └── addRoomView.js │ │ ├── addScheduleClasses │ │ │ ├── addScheduleClasses.html │ │ │ └── addScheduleClasses.js │ │ ├── addVisitSpace │ │ │ ├── addVisitSpace.html │ │ │ └── addVisitSpace.js │ │ ├── advertManage │ │ │ ├── advertManage.html │ │ │ └── advertManage.js │ │ ├── applicationKeyManage │ │ │ ├── applicationKeyManage.html │ │ │ └── applicationKeyManage.js │ │ ├── applyRoomDiscountManage │ │ │ ├── applyRoomDiscountManage.html │ │ │ └── applyRoomDiscountManage.js │ │ ├── assetImport │ │ │ ├── assetImport.html │ │ │ └── assetImport.js │ │ ├── assetImportLog │ │ │ ├── assetImportLog.html │ │ │ └── assetImportLog.js │ │ ├── assetImportLogDetail │ │ │ ├── assetImportLogDetail.html │ │ │ └── assetImportLogDetail.js │ │ ├── assetInventoryAudit │ │ │ ├── assetInventoryAudit.html │ │ │ └── assetInventoryAudit.js │ │ ├── assetInventoryEdit │ │ │ ├── assetInventoryEdit.html │ │ │ └── assetInventoryEdit.js │ │ ├── assetInventoryIn │ │ │ ├── assetInventoryIn.html │ │ │ └── assetInventoryIn.js │ │ ├── assetInventoryInStock │ │ │ ├── assetInventoryInStock.html │ │ │ └── assetInventoryInStock.js │ │ ├── assetInventoryManage │ │ │ ├── assetInventoryManage.html │ │ │ └── assetInventoryManage.js │ │ ├── attendanceClassesManage │ │ │ ├── attendanceClassesManage.html │ │ │ ├── attendanceClassesManage.js │ │ │ └── docs │ │ │ │ └── readme.md │ │ ├── attendanceLogManage │ │ │ ├── attendanceLogManage.html │ │ │ └── attendanceLogManage.js │ │ ├── attendanceMachineManage │ │ │ ├── attendanceMachineManage.html │ │ │ └── attendanceMachineManage.js │ │ ├── auditApplicationKeyManage │ │ │ ├── auditApplicationKeyManage.html │ │ │ └── auditApplicationKeyManage.js │ │ ├── auditAuthOwner │ │ │ ├── auditAuthOwner.html │ │ │ └── auditAuthOwner.js │ │ ├── auditAuthOwnerUndo │ │ │ ├── auditAuthOwnerUndo.html │ │ │ └── auditAuthOwnerUndo.js │ │ ├── auditParkingSpaceApply │ │ │ ├── auditParkingSpaceApply.html │ │ │ └── auditParkingSpaceApply.js │ │ ├── barrierGateMachineManage │ │ │ ├── barrierGateMachineManage.html │ │ │ └── barrierGateMachineManage.js │ │ ├── batchPayFeeOrder │ │ │ ├── batchPayFeeOrder.html │ │ │ └── batchPayFeeOrder.js │ │ ├── billManage │ │ │ ├── billManage.html │ │ │ └── billManage.js │ │ ├── billOweManage │ │ │ ├── billOweManage.html │ │ │ └── billOweManage.js │ │ ├── carAddParkingSpace │ │ │ ├── carAddParkingSpace.html │ │ │ └── carAddParkingSpace.js │ │ ├── carBlackWhiteManage │ │ │ ├── carBlackWhiteManage.html │ │ │ ├── carBlackWhiteManage.js │ │ │ └── docs │ │ │ │ └── readme.md │ │ ├── carCreateFee │ │ │ ├── carCreateFee.html │ │ │ └── carCreateFee.js │ │ ├── carInManage │ │ │ ├── carInManage.html │ │ │ └── carInManage.js │ │ ├── carInoutManage │ │ │ ├── carInoutManage.html │ │ │ └── carInoutManage.js │ │ ├── carStructure │ │ │ ├── carStructure.html │ │ │ └── carStructure.js │ │ ├── classesManage │ │ │ ├── classesManage.html │ │ │ ├── classesManage.js │ │ │ └── docs │ │ │ │ └── readme.md │ │ ├── commonReport │ │ │ ├── commonReport.html │ │ │ └── commonReport.js │ │ ├── communitySettingManage │ │ │ ├── communitySettingManage.html │ │ │ └── communitySettingManage.js │ │ ├── communityShop │ │ │ ├── communityShop.html │ │ │ └── communityShop.js │ │ ├── communitySpaceConfirm │ │ │ ├── communitySpaceConfirm.html │ │ │ └── communitySpaceConfirm.js │ │ ├── communitySpaceManage │ │ │ ├── communitySpaceManage.html │ │ │ ├── communitySpaceManage.js │ │ │ └── docs │ │ │ │ └── readme.md │ │ ├── communitySpacePersonManage │ │ │ ├── communitySpacePersonManage.html │ │ │ └── communitySpacePersonManage.js │ │ ├── constrainFinishRepair │ │ │ ├── constrainFinishRepair.html │ │ │ └── constrainFinishRepair.js │ │ ├── contractCreateFee │ │ │ ├── contractCreateFee.html │ │ │ └── contractCreateFee.js │ │ ├── createFeeByCombo │ │ │ ├── createFeeByCombo.html │ │ │ └── createFeeByCombo.js │ │ ├── dataPrivilegeManage │ │ │ ├── dataPrivilegeManage.html │ │ │ └── dataPrivilegeManage.js │ │ ├── deleteOwnerRoom │ │ │ ├── deleteOwnerRoom.html │ │ │ └── deleteOwnerRoom.js │ │ ├── downloadTempFile │ │ │ ├── downloadTempFile.html │ │ │ └── downloadTempFile.js │ │ ├── editEquipmentAccount │ │ │ ├── editEquipmentAccount.html │ │ │ └── editEquipmentAccount.js │ │ ├── editItemReleaseView │ │ │ ├── editItemReleaseView.html │ │ │ └── editItemReleaseView.js │ │ ├── editMaintainancePlan │ │ │ ├── editMaintainancePlan.html │ │ │ └── editMaintainancePlan.js │ │ ├── editScheduleClasses │ │ │ ├── editScheduleClasses.html │ │ │ └── editScheduleClasses.js │ │ ├── equipmentAccount │ │ │ ├── equipmentAccount.html │ │ │ └── equipmentAccount.js │ │ ├── equipmentAccountDetail │ │ │ ├── equipmentAccountDetail.html │ │ │ └── equipmentAccountDetail.js │ │ ├── feeCollectionDetailManage │ │ │ ├── feeCollectionDetailManage.html │ │ │ └── feeCollectionDetailManage.js │ │ ├── feeCollectionOrderManage │ │ │ ├── feeCollectionOrderManage.html │ │ │ └── feeCollectionOrderManage.js │ │ ├── feeComboManage │ │ │ ├── feeComboManage.html │ │ │ └── feeComboManage.js │ │ ├── feeComboMemberManage │ │ │ ├── feeComboMemberManage.html │ │ │ └── feeComboMemberManage.js │ │ ├── feeConfigManage │ │ │ ├── docs │ │ │ │ └── readme.md │ │ │ ├── feeConfigManage.html │ │ │ └── feeConfigManage.js │ │ ├── feeDiscountManage │ │ │ ├── feeDiscountManage.html │ │ │ └── feeDiscountManage.js │ │ ├── feeFormulaManage │ │ │ ├── feeFormulaManage.html │ │ │ └── feeFormulaManage.js │ │ ├── feeManualCollectionDetailManage │ │ │ ├── feeManualCollectionDetailManage.html │ │ │ └── feeManualCollectionDetailManage.js │ │ ├── feeManualCollectionManage │ │ │ ├── feeManualCollectionManage.html │ │ │ └── feeManualCollectionManage.js │ │ ├── feePrintPageManage │ │ │ ├── feePrintPageManage.html │ │ │ └── feePrintPageManage.js │ │ ├── feePrintSpecManage │ │ │ ├── feePrintSpecManage.html │ │ │ └── feePrintSpecManage.js │ │ ├── feeReceipt │ │ │ ├── feeReceipt.html │ │ │ ├── feeReceipt.js │ │ │ └── feeReceipt.js20201106 │ │ ├── feeSummary │ │ │ ├── feeSummary.html │ │ │ └── feeSummary.js │ │ ├── finishRepair │ │ │ ├── finishRepair.html │ │ │ └── finishRepair.js │ │ ├── handover │ │ │ ├── handover.html │ │ │ └── handover.js │ │ ├── hireParkingSpace │ │ │ ├── hireParkingSpace.html │ │ │ └── hireParkingSpace.js │ │ ├── historyFeeDetailImport │ │ │ ├── historyFeeDetailImport.html │ │ │ └── historyFeeDetailImport.js │ │ ├── indexContext │ │ │ ├── indexContext.html │ │ │ └── indexContext.js │ │ ├── inspectionItemManage │ │ │ ├── docs │ │ │ │ └── readme.md │ │ │ ├── inspectionItemManage.html │ │ │ └── inspectionItemManage.js │ │ ├── inspectionItemTitleManage │ │ │ ├── inspectionItemTitleManage.html │ │ │ └── inspectionItemTitleManage.js │ │ ├── inspectionPlanStaffManage │ │ │ ├── inspectionPlanStaffManage.html │ │ │ └── inspectionPlanStaffManage.js │ │ ├── inspectionTaskDetails │ │ │ ├── inspectionTaskDetails.html │ │ │ └── inspectionTaskDetails.js │ │ ├── itemReleaseDetail │ │ │ ├── itemReleaseDetail.html │ │ │ └── itemReleaseDetail.js │ │ ├── itemReleaseFinish │ │ │ ├── itemReleaseFinish.html │ │ │ └── itemReleaseFinish.js │ │ ├── itemReleaseManage │ │ │ ├── itemReleaseManage.html │ │ │ └── itemReleaseManage.js │ │ ├── itemReleaseTypeManage │ │ │ ├── itemReleaseTypeManage.html │ │ │ └── itemReleaseTypeManage.js │ │ ├── itemReleaseUndo │ │ │ ├── itemReleaseUndo.html │ │ │ └── itemReleaseUndo.js │ │ ├── listApplyRoomDiscountRecord │ │ │ ├── listApplyRoomDiscountRecord.html │ │ │ └── listApplyRoomDiscountRecord.js │ │ ├── listApplyRoomDiscountRecordDetails │ │ │ ├── listApplyRoomDiscountRecordDetails.html │ │ │ └── listApplyRoomDiscountRecordDetails.js │ │ ├── listCarFee │ │ │ ├── listCarFee.html │ │ │ └── listCarFee.js │ │ ├── listContractFee │ │ │ ├── listContractFee.html │ │ │ └── listContractFee.js │ │ ├── listFloor │ │ │ ├── listFloor.html │ │ │ └── listFloor.js │ │ ├── listOweFee │ │ │ ├── listOweFee.html │ │ │ └── listOweFee.js │ │ ├── listOwner │ │ │ ├── listOwner.html │ │ │ └── listOwner.js │ │ ├── listOwnerCar │ │ │ ├── listOwnerCar.html │ │ │ └── listOwnerCar.js │ │ ├── listOwnerCarMember │ │ │ ├── listOwnerCarMember.html │ │ │ └── listOwnerCarMember.js │ │ ├── listOwnerMember │ │ │ ├── listOwnerMember.html │ │ │ └── listOwnerMember.js │ │ ├── listParkingSpace │ │ │ ├── listParkingSpace.html │ │ │ └── listParkingSpace.js │ │ ├── listPropertyRightRegistrationDetail │ │ │ ├── listPropertyRightRegistrationDetail.html │ │ │ └── listPropertyRightRegistrationDetail.js │ │ ├── listRoomDecorationRecord │ │ │ ├── listRoomDecorationRecord.html │ │ │ └── listRoomDecorationRecord.js │ │ ├── listRoomFee │ │ │ ├── listRoomFee.html │ │ │ └── listRoomFee.js │ │ ├── listRoomRenovationRecordDetails │ │ │ ├── listRoomRenovationRecordDetails.html │ │ │ └── listRoomRenovationRecordDetails.js │ │ ├── listSonResourceStoreType │ │ │ ├── listSonResourceStoreType.html │ │ │ └── listSonResourceStoreType.js │ │ ├── locationManage │ │ │ ├── locationManage.html │ │ │ └── locationManage.js │ │ ├── machineAuthManage │ │ │ ├── machineAuthManage.html │ │ │ └── machineAuthManage.js │ │ ├── machineManage │ │ │ ├── machineManage.html │ │ │ └── machineManage.js │ │ ├── machineRecordManage │ │ │ ├── machineRecordManage.html │ │ │ └── machineRecordManage.js │ │ ├── machineTranslateManage │ │ │ ├── machineTranslateManage.html │ │ │ └── machineTranslateManage.js │ │ ├── machineTypeManage │ │ │ ├── machineTypeManage.html │ │ │ └── machineTypeManage.js │ │ ├── machineTypeTreeManage │ │ │ ├── machineTypeTreeManage.html │ │ │ └── machineTypeTreeManage.js │ │ ├── machineVistorPhotoManage │ │ │ ├── machineVistorPhotoManage.html │ │ │ └── machineVistorPhotoManage.js │ │ ├── maintainanceItem │ │ │ ├── docs │ │ │ │ └── readme.md │ │ │ ├── maintainanceItem.html │ │ │ └── maintainanceItem.js │ │ ├── maintainancePlanMachine │ │ │ ├── maintainancePlanMachine.html │ │ │ └── maintainancePlanMachine.js │ │ ├── maintainancePlanManage │ │ │ ├── maintainancePlanManage.html │ │ │ └── maintainancePlanManage.js │ │ ├── maintainanceStandardItem │ │ │ ├── maintainanceStandardItem.html │ │ │ └── maintainanceStandardItem.js │ │ ├── maintainanceStandardManage │ │ │ ├── maintainanceStandardManage.html │ │ │ └── maintainanceStandardManage.js │ │ ├── maintainanceTaskDetailView │ │ │ ├── maintainanceTaskDetailView.html │ │ │ └── maintainanceTaskDetailView.js │ │ ├── maintainanceTaskDetails │ │ │ ├── maintainanceTaskDetails.html │ │ │ └── maintainanceTaskDetails.js │ │ ├── maintainanceTaskManage │ │ │ ├── maintainanceTaskManage.html │ │ │ └── maintainanceTaskManage.js │ │ ├── meterTypeManage │ │ │ ├── meterTypeManage.html │ │ │ └── meterTypeManage.js │ │ ├── meterWaterManage │ │ │ ├── meterWaterManage.html │ │ │ └── meterWaterManage.js │ │ ├── monitorMachineManage │ │ │ ├── monitorMachineManage.html │ │ │ └── monitorMachineManage.js │ │ ├── monthAttendanceManage │ │ │ ├── monthAttendanceManage.html │ │ │ └── monthAttendanceManage.js │ │ ├── myQuestionAnswerManage │ │ │ ├── myQuestionAnswerManage.html │ │ │ └── myQuestionAnswerManage.js │ │ ├── myRepairDispatchManage │ │ │ ├── myRepairDispatchManage.html │ │ │ └── myRepairDispatchManage.js │ │ ├── newOaWorkflow │ │ │ ├── newOaWorkflow.html │ │ │ └── newOaWorkflow.js │ │ ├── newOaWorkflowDetail │ │ │ ├── newOaWorkflowDetail.html │ │ │ └── newOaWorkflowDetail.js │ │ ├── newOaWorkflowDoing │ │ │ ├── newOaWorkflowDoing.html │ │ │ └── newOaWorkflowDoing.js │ │ ├── newOaWorkflowFormEdit │ │ │ ├── newOaWorkflowFormEdit.html │ │ │ └── newOaWorkflowFormEdit.js │ │ ├── newOaWorkflowManage │ │ │ ├── newOaWorkflowManage.html │ │ │ └── newOaWorkflowManage.js │ │ ├── notepadManage │ │ │ ├── notepadManage.html │ │ │ └── notepadManage.js │ │ ├── oaWorkflowManage │ │ │ ├── oaWorkflowManage.html │ │ │ └── oaWorkflowManage.js │ │ ├── owePayFeeOrder │ │ │ ├── owePayFeeOrder.html │ │ │ └── owePayFeeOrder.js │ │ ├── ownerDetail │ │ │ ├── ownerDetail.html │ │ │ └── ownerDetail.js │ │ ├── ownerExitRoom │ │ │ ├── ownerExitRoom.html │ │ │ └── ownerExitRoom.js │ │ ├── ownerRepairDetail1 │ │ │ ├── ownerRepairDetail.html │ │ │ └── ownerRepairDetail.js │ │ ├── ownerRepairManage │ │ │ ├── ownerRepairManage.html │ │ │ └── ownerRepairManage.js │ │ ├── parkingAreaControl │ │ │ ├── parkingAreaControl.html │ │ │ └── parkingAreaControl.js │ │ ├── parkingAreaManage │ │ │ ├── parkingAreaManage.html │ │ │ └── parkingAreaManage.js │ │ ├── parkingAreaText │ │ │ ├── parkingAreaText.html │ │ │ └── parkingAreaText.js │ │ ├── parkingAreaTotalControl │ │ │ ├── parkingAreaTotalControl.html │ │ │ └── parkingAreaTotalControl.js │ │ ├── parkingBoxAreaManage │ │ │ ├── parkingBoxAreaManage.html │ │ │ └── parkingBoxAreaManage.js │ │ ├── parkingBoxManage │ │ │ ├── parkingBoxManage.html │ │ │ └── parkingBoxManage.js │ │ ├── parkingCouponCar │ │ │ ├── parkingCouponCar.html │ │ │ └── parkingCouponCar.js │ │ ├── parkingCouponCarOrder │ │ │ ├── parkingCouponCarOrder.html │ │ │ └── parkingCouponCarOrder.js │ │ ├── parkingCouponManage │ │ │ ├── parkingCouponManage.html │ │ │ └── parkingCouponManage.js │ │ ├── parkingCouponOrder │ │ │ ├── parkingCouponOrder.html │ │ │ └── parkingCouponOrder.js │ │ ├── parkingSpaceApplyManage │ │ │ ├── parkingSpaceApplyManage.html │ │ │ └── parkingSpaceApplyManage.js │ │ ├── parkingSpaceQrCode │ │ │ ├── parkingSpaceQrCode.html │ │ │ └── parkingSpaceQrCode.js │ │ ├── patrolBuildingManage │ │ │ ├── patrolBuildingManage.html │ │ │ └── patrolBuildingManage.js │ │ ├── payFeeAuditManage │ │ │ ├── payFeeAuditManage.html │ │ │ └── payFeeAuditManage.js │ │ ├── payFeeBatch │ │ │ ├── payFeeBatch.html │ │ │ └── payFeeBatch.js │ │ ├── payFeeConfigDiscountManage │ │ │ ├── payFeeConfigDiscountManage.html │ │ │ └── payFeeConfigDiscountManage.js │ │ ├── payFeeMonthOrder │ │ │ ├── payFeeMonthOrder.html │ │ │ └── payFeeMonthOrder.js │ │ ├── payFeeOrder │ │ │ ├── payFeeOrder.html │ │ │ └── payFeeOrder.js │ │ ├── prestoreFeeManage │ │ │ ├── prestoreFeeManage.html │ │ │ └── prestoreFeeManage.js │ │ ├── printAccountReceipt │ │ │ ├── printAccountReceipt.html │ │ │ └── printAccountReceipt.js │ │ ├── printAllocationStorehouse │ │ │ ├── printAllocationStorehouse.html │ │ │ └── printAllocationStorehouse.js │ │ ├── printAssetInventoryInStock │ │ │ ├── printAssetInventoryInStock.html │ │ │ └── printAssetInventoryInStock.js │ │ ├── printCommonReportTable │ │ │ ├── printCommonReportTable.html │ │ │ └── printCommonReportTable.js │ │ ├── printEquipmentAccountLabel │ │ │ ├── printEquipmentAccountLabel.html │ │ │ └── printEquipmentAccountLabel.js │ │ ├── printEquipmentAccountLabels │ │ │ ├── printEquipmentAccountLabels.html │ │ │ └── printEquipmentAccountLabels.js │ │ ├── printOweFee │ │ │ ├── printOweFee.html │ │ │ └── printOweFee.js │ │ ├── printPayFee │ │ │ ├── printPayFee.html │ │ │ └── printPayFee.js │ │ ├── printPayFeeBangTai │ │ │ ├── printPayFeeBangTai.html │ │ │ └── printPayFeeBangTai.js │ │ ├── printPayFeeTianlin │ │ │ ├── printPayFeeTianlin.html │ │ │ └── printPayFeeTianlin.js │ │ ├── printPayFeeXiangyun │ │ │ ├── printPayFeeXiangyun.html │ │ │ └── printPayFeeXiangyun.js │ │ ├── printPayFeeXinShiDai │ │ │ ├── printPayFeeXinShiDai.html │ │ │ └── printPayFeeXinShiDai.js │ │ ├── printPayFees │ │ │ ├── printPayFees.html │ │ │ └── printPayFees.js │ │ ├── printPurchaseApply │ │ │ ├── printPurchaseApply.html │ │ │ └── printPurchaseApply.js │ │ ├── printPurchaseOutApply │ │ │ ├── printPurchaseOutApply.html │ │ │ └── printPurchaseOutApply.js │ │ ├── printRepairDetail │ │ │ ├── printRepairDetail.html │ │ │ └── printRepairDetail.js │ │ ├── printSmallAccountReceipt │ │ │ ├── printSmallAccountReceipt.html │ │ │ └── printSmallAccountReceipt.js │ │ ├── printSmallPayFee │ │ │ ├── printSmallPayFee.html │ │ │ └── printSmallPayFee.js │ │ ├── propertyFee │ │ │ ├── propertyFee.html │ │ │ └── propertyFee.js │ │ ├── propertyIndex │ │ │ ├── propertyIndex.html │ │ │ └── propertyIndex.js │ │ ├── propertyRightRegistrationManage │ │ │ ├── propertyRightRegistrationManage.html │ │ │ └── propertyRightRegistrationManage.js │ │ ├── publicWeChatManage │ │ │ ├── docs │ │ │ │ └── readme.md │ │ │ ├── publicWeChatManage.html │ │ │ └── publicWeChatManage.js │ │ ├── questionAnswerManage │ │ │ ├── questionAnswerManage.html │ │ │ └── questionAnswerManage.js │ │ ├── questionAnswerTitleManage │ │ │ ├── questionAnswerTitleManage.html │ │ │ └── questionAnswerTitleManage.js │ │ ├── questionAnswerTitleValueManage │ │ │ ├── questionAnswerTitleValueManage.html │ │ │ └── questionAnswerTitleValueManage.js │ │ ├── remainingParkingSpace │ │ │ ├── remainingParkingSpace.html │ │ │ └── remainingParkingSpace.js │ │ ├── repairDispatchManage │ │ │ ├── repairDispatchManage.html │ │ │ └── repairDispatchManage.js │ │ ├── repairDispatchStep │ │ │ ├── repairDispatchStep.html │ │ │ └── repairDispatchStep.js │ │ ├── repairForceFinishManage │ │ │ ├── repairForceFinishManage.html │ │ │ └── repairForceFinishManage.js │ │ ├── repairPoolManage │ │ │ ├── repairPoolManage.html │ │ │ └── repairPoolManage.js │ │ ├── repairReturnVisit │ │ │ ├── repairReturnVisit.html │ │ │ └── repairReturnVisit.js │ │ ├── repairTypeUser │ │ │ ├── repairTypeUser.html │ │ │ └── repairTypeUser.js │ │ ├── reportCollectFees │ │ │ ├── reportCollectFees.html │ │ │ ├── reportCollectFees.js │ │ │ └── unitSelect2.js │ │ ├── reportCommunitySpace │ │ │ ├── reportCommunitySpace.html │ │ │ └── reportCommunitySpace.js │ │ ├── reportFeeBreakdown │ │ │ ├── reportFeeBreakdown.html │ │ │ └── reportFeeBreakdown.js │ │ ├── reportFeeBreakdownDetail │ │ │ ├── reportFeeBreakdownDetail.html │ │ │ └── reportFeeBreakdownDetail.js │ │ ├── reportFeeDetail │ │ │ ├── reportFeeDetail.html │ │ │ └── reportFeeDetail.js │ │ ├── reportFeeSummary │ │ │ ├── reportFeeSummary.html │ │ │ └── reportFeeSummary.js │ │ ├── reportFeeSummary1.4 │ │ │ ├── reportFeeSummary1.4.html │ │ │ └── reportFeeSummary1.4.js │ │ ├── reportFeeSummaryDetail │ │ │ ├── reportFeeSummaryDetail.html │ │ │ └── reportFeeSummaryDetail.js │ │ ├── reportFeeSummaryPrint │ │ │ ├── reportFeeSummaryPrint.html │ │ │ └── reportFeeSummaryPrint.js │ │ ├── reportFloorUnitFeeSummary │ │ │ ├── reportFloorUnitFeeSummary.html │ │ │ └── reportFloorUnitFeeSummary.js │ │ ├── reportFloorUnitFeeSummaryDetail │ │ │ ├── reportFloorUnitFeeSummaryDetail.html │ │ │ └── reportFloorUnitFeeSummaryDetail.js │ │ ├── reportHuaning │ │ │ ├── reportHuaning.html │ │ │ └── reportHuaning.js │ │ ├── reportInfoAnswerManage │ │ │ ├── reportInfoAnswerManage.html │ │ │ └── reportInfoAnswerManage.js │ │ ├── reportInfoAnswerValueManage │ │ │ ├── reportInfoAnswerValueManage.html │ │ │ └── reportInfoAnswerValueManage.js │ │ ├── reportInfoBackCityManage │ │ │ ├── reportInfoBackCityManage.html │ │ │ └── reportInfoBackCityManage.js │ │ ├── reportInfoSettingManage │ │ │ ├── reportInfoSettingManage.html │ │ │ └── reportInfoSettingManage.js │ │ ├── reportInfoSettingTitleManage │ │ │ ├── reportInfoSettingTitleManage.html │ │ │ └── reportInfoSettingTitleManage.js │ │ ├── reportNoFeeRoom │ │ │ ├── reportNoFeeRoom.html │ │ │ └── reportNoFeeRoom.js │ │ ├── reportOweFeeDetail │ │ │ ├── reportOweFeeDetail.html │ │ │ └── reportOweFeeDetail.js │ │ ├── reportOwnerPayFee │ │ │ ├── reportOwnerPayFee.html │ │ │ └── reportOwnerPayFee.js │ │ ├── reportPayFeeDeposit │ │ │ ├── reportPayFeeDeposit.html │ │ │ └── reportPayFeeDeposit.js │ │ ├── reportPayFeeDetail │ │ │ ├── reportPayFeeDetail.html │ │ │ ├── reportPayFeeDetail.js │ │ │ └── unitSelect2.js │ │ ├── reportPrePaymentDetail │ │ │ ├── reportPrePaymentDetail.html │ │ │ ├── reportPrePaymentDetail.js │ │ │ └── unitSelect2.js │ │ ├── reportProficient │ │ │ ├── reportProficient.html │ │ │ └── reportProficient.js │ │ ├── reportQuestionAnswerDetail │ │ │ ├── reportQuestionAnswerDetail.html │ │ │ └── reportQuestionAnswerDetail.js │ │ ├── reportRepair │ │ │ ├── reportRepair.html │ │ │ └── reportRepair.js │ │ ├── resourceSupplierManage │ │ │ ├── resourceSupplierManage.html │ │ │ └── resourceSupplierManage.js │ │ ├── returnPayFeeManage │ │ │ ├── returnPayFeeManage.html │ │ │ └── returnPayFeeManage.js │ │ ├── room │ │ │ ├── docs │ │ │ │ └── readme.md │ │ │ ├── room.html │ │ │ └── room.js │ │ ├── roomCreateFee │ │ │ ├── docs │ │ │ │ └── readme.md │ │ │ ├── roomCreateFee.html │ │ │ └── roomCreateFee.js │ │ ├── roomFeeImport │ │ │ ├── roomFeeImport.html │ │ │ └── roomFeeImport.js │ │ ├── roomFeeImportDetail │ │ │ ├── roomFeeImportDetail.html │ │ │ └── roomFeeImportDetail.js │ │ ├── roomRenovationDetailManage │ │ │ ├── roomRenovationDetailManage.html │ │ │ └── roomRenovationDetailManage.js │ │ ├── roomRenovationManage │ │ │ ├── roomRenovationManage.html │ │ │ └── roomRenovationManage.js │ │ ├── roomStructure │ │ │ ├── roomStructure.html │ │ │ └── roomStructure.js │ │ ├── scheduleClasses │ │ │ ├── scheduleClasses.html │ │ │ └── scheduleClasses.js │ │ ├── scheduleClassesPage │ │ │ ├── scheduleClassesPage.html │ │ │ └── scheduleClassesPage.js │ │ ├── scheduleClassesStaffManage │ │ │ ├── scheduleClassesStaffManage.html │ │ │ └── scheduleClassesStaffManage.js │ │ ├── sellParkingSpace │ │ │ ├── sellParkingSpace.html │ │ │ └── sellParkingSpace.js │ │ ├── shops │ │ │ ├── shops.html │ │ │ └── shops.js │ │ ├── simplifyAcceptance │ │ │ ├── simplifyAcceptance.html │ │ │ └── simplifyAcceptance.js │ │ ├── simplifyNotepadManage │ │ │ ├── simplifyNotepadManage.html │ │ │ └── simplifyNotepadManage.js │ │ ├── smallWeChatManage │ │ │ ├── smallWeChatManage.html │ │ │ └── smallWeChatManage.js │ │ ├── smsConfigManage │ │ │ ├── smsConfigManage.html │ │ │ └── smsConfigManage.js │ │ ├── staffAppAuthManage │ │ │ ├── staffAppAuthManage.html │ │ │ └── staffAppAuthManage.js │ │ ├── staffAssessmentManage │ │ │ ├── staffAssessmentManage.html │ │ │ └── staffAssessmentManage.js │ │ ├── staffAttendanceManage │ │ │ ├── staffAttendanceManage.html │ │ │ └── staffAttendanceManage.js │ │ ├── staffFeeManage │ │ │ ├── staffFeeManage.html │ │ │ └── staffFeeManage.js │ │ ├── storehouseManage │ │ │ ├── storehouseManage.html │ │ │ └── storehouseManage.js │ │ ├── tempCarFeeConfigManage │ │ │ ├── tempCarFeeConfigManage.html │ │ │ └── tempCarFeeConfigManage.js │ │ ├── tempCarInoutFeeManage │ │ │ ├── tempCarInoutFeeManage.html │ │ │ └── tempCarInoutFeeManage.js │ │ ├── todayAttendanceManage │ │ │ ├── todayAttendanceManage.html │ │ │ └── todayAttendanceManage.js │ │ ├── unit │ │ │ ├── unit.html │ │ │ └── unit.js │ │ ├── updateVisitSpace │ │ │ ├── updateVisitSpace.html │ │ │ └── updateVisitSpace.js │ │ ├── userQuestionAnswerManage │ │ │ ├── userQuestionAnswerManage.html │ │ │ └── userQuestionAnswerManage.js │ │ ├── videoControl │ │ │ ├── videoControl.html │ │ │ └── videoControl.js │ │ ├── visitDetail │ │ │ ├── visitDetail.html │ │ │ └── visitDetail.js │ │ ├── visitFinish │ │ │ ├── visitFinish.html │ │ │ └── visitFinish.js │ │ ├── visitManage │ │ │ ├── visitManage.html │ │ │ └── visitManage.js │ │ ├── visitSettingManage │ │ │ ├── visitSettingManage.html │ │ │ └── visitSettingManage.js │ │ ├── visitUndo │ │ │ ├── visitUndo.html │ │ │ └── visitUndo.js │ │ ├── waterFeeImport │ │ │ ├── waterFeeImport.html │ │ │ └── waterFeeImport.js │ │ ├── wechatMenuManage │ │ │ ├── wechatMenuManage.html │ │ │ └── wechatMenuManage.js │ │ ├── wechatSmsTemplateManage │ │ │ ├── wechatSmsTemplateManage.html │ │ │ └── wechatSmsTemplateManage.js │ │ ├── workflowManage │ │ │ ├── workflowManage.html │ │ │ └── workflowManage.js │ │ └── workflowSettingManage │ │ │ ├── workflowSettingManage.html │ │ │ └── workflowSettingManage.js │ ├── proxy │ │ ├── .DS_Store │ │ └── junkRequirementManage │ │ │ ├── junkRequirementManage.html │ │ │ └── junkRequirementManage.js │ ├── question │ │ ├── addOwnerVoting │ │ │ ├── addOwnerVoting.html │ │ │ └── addOwnerVoting.js │ │ ├── addQuestionAnswer │ │ │ ├── addQuestionAnswer.html │ │ │ └── addQuestionAnswer.js │ │ ├── editOwnerVoting │ │ │ ├── editOwnerVoting.html │ │ │ └── editOwnerVoting.js │ │ ├── editQuestionAnswer │ │ │ ├── editQuestionAnswer.html │ │ │ └── editQuestionAnswer.js │ │ ├── ownerVoting │ │ │ ├── ownerVoting.html │ │ │ └── ownerVoting.js │ │ ├── printOwnerVoting │ │ │ ├── printOwnerVoting.html │ │ │ └── printOwnerVoting.js │ │ ├── printQuestionAnswer │ │ │ ├── printQuestionAnswer.html │ │ │ └── printQuestionAnswer.js │ │ ├── printQuestionAnswerDetail │ │ │ ├── printQuestionAnswerDetail.html │ │ │ └── printQuestionAnswerDetail.js │ │ └── questionTitle │ │ │ ├── questionTitle.html │ │ │ └── questionTitle.js │ ├── report │ │ ├── communityFeeSummary │ │ │ ├── communityFeeSummary.html │ │ │ └── communityFeeSummary.js │ │ ├── dataReport │ │ │ ├── dataReport.html │ │ │ └── dataReport.js │ │ ├── feeRemind │ │ │ ├── feeRemind.html │ │ │ └── feeRemind.js │ │ ├── feeSummary │ │ │ ├── feeSummary.html │ │ │ └── feeSummary.js │ │ ├── operationalAnalysis │ │ │ ├── operationalAnalysis.html │ │ │ └── operationalAnalysis.js │ │ ├── parkingFeeLedger │ │ │ ├── parkingFeeLedger.html │ │ │ └── parkingFeeLedger.js │ │ └── propertyFeeLedger │ │ │ ├── propertyFeeLedger.html │ │ │ └── propertyFeeLedger.js │ ├── reserve │ │ ├── addReserveDining │ │ │ ├── addReserveDining.html │ │ │ └── addReserveDining.js │ │ ├── addReserveService │ │ │ ├── addReserveService.html │ │ │ └── addReserveService.js │ │ ├── doDining │ │ │ ├── doDining.html │ │ │ └── doDining.js │ │ ├── editReserveDining │ │ │ ├── editReserveDining.html │ │ │ └── editReserveDining.js │ │ ├── editReserveService │ │ │ ├── editReserveService.html │ │ │ └── editReserveService.js │ │ ├── ownerDining │ │ │ ├── ownerDining.html │ │ │ └── ownerDining.js │ │ ├── reserveCatalogManage │ │ │ ├── reserveCatalogManage.html │ │ │ └── reserveCatalogManage.js │ │ ├── reserveConfirm │ │ │ ├── reserveConfirm.html │ │ │ └── reserveConfirm.js │ │ ├── reserveDiningManage │ │ │ ├── reserveDiningManage.html │ │ │ └── reserveDiningManage.js │ │ ├── reserveOrder │ │ │ ├── reserveOrder.html │ │ │ └── reserveOrder.js │ │ ├── reserveParamsManage │ │ │ ├── reserveParamsManage.html │ │ │ └── reserveParamsManage.js │ │ └── reserveServiceManage │ │ │ ├── reserveServiceManage.html │ │ │ └── reserveServiceManage.js │ ├── resource │ │ ├── adminEquipment │ │ │ ├── adminEquipment.html │ │ │ └── adminEquipment.js │ │ ├── allocationStorehouseEnter │ │ │ ├── allocationStorehouseEnter.html │ │ │ └── allocationStorehouseEnter.js │ │ ├── editAllocationStorehouseApply │ │ │ ├── editAllocationStorehouseApply.html │ │ │ └── editAllocationStorehouseApply.js │ │ ├── editPurchaseApply │ │ │ ├── editPurchaseApply.html │ │ │ └── editPurchaseApply.js │ │ ├── resourceAuditFlow │ │ │ ├── resourceAuditFlow.html │ │ │ └── resourceAuditFlow.js │ │ └── resourceDetail │ │ │ ├── resourceDetail.html │ │ │ └── resourceDetail.js │ ├── scm │ │ ├── .DS_Store │ │ ├── communityIntegral │ │ │ ├── communityIntegral.html │ │ │ └── communityIntegral.js │ │ ├── couponMarket │ │ │ ├── couponMarket.html │ │ │ └── couponMarket.js │ │ ├── couponPropertyPoolDetail │ │ │ ├── couponPropertyPoolDetail.html │ │ │ └── couponPropertyPoolDetail.js │ │ ├── couponPropertyPoolManage │ │ │ ├── couponPropertyPoolManage.html │ │ │ ├── couponPropertyPoolManage.js │ │ │ └── docs │ │ │ │ └── readme.md │ │ ├── couponPropertyUserDetail │ │ │ ├── couponPropertyUserDetail.html │ │ │ └── couponPropertyUserDetail.js │ │ ├── couponPropertyUserManage │ │ │ ├── couponPropertyUserManage.html │ │ │ └── couponPropertyUserManage.js │ │ ├── couponRule │ │ │ ├── couponRule.html │ │ │ └── couponRule.js │ │ ├── gold │ │ │ ├── gold.html │ │ │ └── gold.js │ │ ├── integralConfigManage │ │ │ ├── integralConfigManage.html │ │ │ └── integralConfigManage.js │ │ ├── integralGiftDetailManage │ │ │ ├── integralGiftDetailManage.html │ │ │ └── integralGiftDetailManage.js │ │ ├── integralRule │ │ │ ├── integralRule.html │ │ │ └── integralRule.js │ │ ├── integralUserDetailManage │ │ │ ├── integralUserDetailManage.html │ │ │ └── integralUserDetailManage.js │ │ ├── supplierCoupon │ │ │ ├── supplierCoupon.html │ │ │ └── supplierCoupon.js │ │ ├── supplierCouponBuy │ │ │ ├── supplierCouponBuy.html │ │ │ └── supplierCouponBuy.js │ │ ├── supplierManage │ │ │ ├── supplierManage.html │ │ │ └── supplierManage.js │ │ └── supplierTypeManage │ │ │ ├── supplierTypeManage.html │ │ │ └── supplierTypeManage.js │ ├── staff │ │ ├── aStaff │ │ │ ├── aStaff.html │ │ │ └── aStaff.js │ │ ├── aStaffCommunity │ │ │ ├── aStaffCommunity.html │ │ │ └── aStaffCommunity.js │ │ ├── aStaffDetail │ │ │ ├── aStaffDetail.html │ │ │ └── aStaffDetail.js │ │ ├── adminStaffDetail │ │ │ ├── adminStaffDetail.html │ │ │ └── adminStaffDetail.js │ │ ├── staffCommunity │ │ │ ├── staffCommunity.html │ │ │ └── staffCommunity.js │ │ ├── staffDetail │ │ │ ├── staffDetail.html │ │ │ └── staffDetail.js │ │ ├── storeStaff │ │ │ ├── storeStaff.html │ │ │ └── storeStaff.js │ │ ├── systemUser │ │ │ ├── systemUser.html │ │ │ └── systemUser.js │ │ └── systemUserDetail │ │ │ ├── systemUserDetail.html │ │ │ └── systemUserDetail.js │ └── work │ │ ├── adminRepair │ │ ├── adminRepair.html │ │ └── adminRepair.js │ │ ├── adminRepairDetail │ │ ├── adminRepairDetail.html │ │ └── adminRepairDetail.js │ │ ├── repairDetail │ │ ├── repairDetail.html │ │ └── repairDetail.js │ │ └── repairSetting │ │ ├── .DS_Store │ │ ├── docs │ │ ├── .DS_Store │ │ ├── img │ │ │ └── WechatIMG102.png │ │ └── readme.md │ │ ├── repairSetting.html │ │ └── repairSetting.js ├── print.html ├── rebot.txt ├── smallPrint.html ├── sso.html ├── stencilset.json ├── stylesheets │ ├── log.css │ └── style.css ├── testTel.html ├── user.html ├── user_hefei.html ├── v.html ├── vcCore │ ├── common.js │ ├── core.js │ ├── vc-cn.js │ ├── vc-constant.js │ ├── vc-core.js │ ├── vc-en.js │ ├── vc-lang.js │ ├── vc-tibetan.js │ ├── vc-validate.js │ ├── vc-zh-cn.js │ ├── vcFramework-0.4.js │ └── vcFramework.js ├── video.html └── video1.html ├── routes ├── index.js └── users.js ├── views ├── error.jade ├── index.jade └── layout.jade └── 安装部署.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/LICENSE -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/Readme.md -------------------------------------------------------------------------------- /Readme_cn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/Readme_cn.md -------------------------------------------------------------------------------- /Readme_en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/Readme_en.md -------------------------------------------------------------------------------- /app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/app.js -------------------------------------------------------------------------------- /bin/www: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/bin/www -------------------------------------------------------------------------------- /css/vc-ui.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_coverpage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/docs/_coverpage.md -------------------------------------------------------------------------------- /docs/_sidebar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/docs/_sidebar.md -------------------------------------------------------------------------------- /docs/core/core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/docs/core/core.md -------------------------------------------------------------------------------- /docs/img/0004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/docs/img/0004.png -------------------------------------------------------------------------------- /docs/img/business.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/docs/img/business.png -------------------------------------------------------------------------------- /docs/img/business_en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/docs/img/business_en.png -------------------------------------------------------------------------------- /docs/img/func.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/docs/img/func.png -------------------------------------------------------------------------------- /docs/img/hc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/docs/img/hc.png -------------------------------------------------------------------------------- /docs/img/hc_en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/docs/img/hc_en.png -------------------------------------------------------------------------------- /docs/img/index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/docs/img/index.png -------------------------------------------------------------------------------- /docs/img/index_en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/docs/img/index_en.png -------------------------------------------------------------------------------- /docs/img/login.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/docs/img/login.jpg -------------------------------------------------------------------------------- /docs/img/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/docs/img/login.png -------------------------------------------------------------------------------- /docs/img/login_en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/docs/img/login_en.png -------------------------------------------------------------------------------- /docs/img/owner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/docs/img/owner.png -------------------------------------------------------------------------------- /docs/img/owner_en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/docs/img/owner_en.png -------------------------------------------------------------------------------- /docs/img/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/docs/img/phone.png -------------------------------------------------------------------------------- /docs/img/qq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/docs/img/qq.png -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/install/script.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/docs/install/script.md -------------------------------------------------------------------------------- /docs/read/read.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/docs/read/read.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/package.json -------------------------------------------------------------------------------- /public/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/.DS_Store -------------------------------------------------------------------------------- /public/admin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/admin.html -------------------------------------------------------------------------------- /public/advertVedio.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/advertVedio.html -------------------------------------------------------------------------------- /public/api/owner/index.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/api/owner/index.mjs -------------------------------------------------------------------------------- /public/bigScreen/css/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/css/index.css -------------------------------------------------------------------------------- /public/bigScreen/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/css/style.css -------------------------------------------------------------------------------- /public/bigScreen/images/bbox2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/images/bbox2.png -------------------------------------------------------------------------------- /public/bigScreen/images/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/images/bg.jpg -------------------------------------------------------------------------------- /public/bigScreen/images/bnt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/images/bnt.png -------------------------------------------------------------------------------- /public/bigScreen/images/hdbj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/images/hdbj.png -------------------------------------------------------------------------------- /public/bigScreen/images/hdbjr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/images/hdbjr.png -------------------------------------------------------------------------------- /public/bigScreen/images/hdmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/images/hdmap.png -------------------------------------------------------------------------------- /public/bigScreen/images/hot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/images/hot.png -------------------------------------------------------------------------------- /public/bigScreen/images/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/images/img.png -------------------------------------------------------------------------------- /public/bigScreen/images/mapbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/images/mapbg.png -------------------------------------------------------------------------------- /public/bigScreen/images/mbox1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/images/mbox1.png -------------------------------------------------------------------------------- /public/bigScreen/images/mbox2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/images/mbox2.png -------------------------------------------------------------------------------- /public/bigScreen/images/rbox1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/images/rbox1.png -------------------------------------------------------------------------------- /public/bigScreen/images/time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/images/time.png -------------------------------------------------------------------------------- /public/bigScreen/img/b-rbox2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/b-rbox2.png -------------------------------------------------------------------------------- /public/bigScreen/img/bbox2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/bbox2.png -------------------------------------------------------------------------------- /public/bigScreen/img/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/bg.jpg -------------------------------------------------------------------------------- /public/bigScreen/img/bnt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/bnt.png -------------------------------------------------------------------------------- /public/bigScreen/img/camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/camera.png -------------------------------------------------------------------------------- /public/bigScreen/img/camera_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/camera_l.png -------------------------------------------------------------------------------- /public/bigScreen/img/errors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/errors.txt -------------------------------------------------------------------------------- /public/bigScreen/img/hdbj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/hdbj.png -------------------------------------------------------------------------------- /public/bigScreen/img/hdbjr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/hdbjr.png -------------------------------------------------------------------------------- /public/bigScreen/img/hdmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/hdmap.png -------------------------------------------------------------------------------- /public/bigScreen/img/hot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/hot.png -------------------------------------------------------------------------------- /public/bigScreen/img/icondown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/icondown.png -------------------------------------------------------------------------------- /public/bigScreen/img/iconup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/iconup.png -------------------------------------------------------------------------------- /public/bigScreen/img/icosjx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/icosjx.png -------------------------------------------------------------------------------- /public/bigScreen/img/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/img.png -------------------------------------------------------------------------------- /public/bigScreen/img/left1box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/left1box.png -------------------------------------------------------------------------------- /public/bigScreen/img/leftb1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/leftb1.png -------------------------------------------------------------------------------- /public/bigScreen/img/leftbox2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/leftbox2.png -------------------------------------------------------------------------------- /public/bigScreen/img/mapbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/mapbg.png -------------------------------------------------------------------------------- /public/bigScreen/img/mbox1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/mbox1.png -------------------------------------------------------------------------------- /public/bigScreen/img/mbox2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/mbox2.png -------------------------------------------------------------------------------- /public/bigScreen/img/midtop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/midtop.png -------------------------------------------------------------------------------- /public/bigScreen/img/rbox1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/rbox1.png -------------------------------------------------------------------------------- /public/bigScreen/img/red_rico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/red_rico.png -------------------------------------------------------------------------------- /public/bigScreen/img/ricon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/ricon1.png -------------------------------------------------------------------------------- /public/bigScreen/img/ricon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/ricon2.png -------------------------------------------------------------------------------- /public/bigScreen/img/time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/img/time.png -------------------------------------------------------------------------------- /public/bigScreen/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/index.html -------------------------------------------------------------------------------- /public/bigScreen/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/js/bootstrap.js -------------------------------------------------------------------------------- /public/bigScreen/js/box1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/js/box1.js -------------------------------------------------------------------------------- /public/bigScreen/js/box2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/js/box2.js -------------------------------------------------------------------------------- /public/bigScreen/js/box3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/js/box3.js -------------------------------------------------------------------------------- /public/bigScreen/js/box4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/js/box4.js -------------------------------------------------------------------------------- /public/bigScreen/js/box5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/js/box5.js -------------------------------------------------------------------------------- /public/bigScreen/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/js/jquery.min.js -------------------------------------------------------------------------------- /public/bigScreen/js/npm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/js/npm.js -------------------------------------------------------------------------------- /public/bigScreen/js/public.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/js/public.js -------------------------------------------------------------------------------- /public/bigScreen/public.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bigScreen/public.html -------------------------------------------------------------------------------- /public/bpmnjs/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bpmnjs/app.css -------------------------------------------------------------------------------- /public/bpmnjs/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bpmnjs/app.js -------------------------------------------------------------------------------- /public/bpmnjs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bpmnjs/index.html -------------------------------------------------------------------------------- /public/bpmnjs/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/bpmnjs/index.js -------------------------------------------------------------------------------- /public/components/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/components/.DS_Store -------------------------------------------------------------------------------- /public/components/admin/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/components/admin/.DS_Store -------------------------------------------------------------------------------- /public/components/dev/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/components/dev/.DS_Store -------------------------------------------------------------------------------- /public/components/dev/editServiceImpl/desktop.ini: -------------------------------------------------------------------------------- 1 | [.ShellClassInfo] 2 | LocalizedResourceName=@editServiceImpl,0 3 | -------------------------------------------------------------------------------- /public/components/frame/bodyTop/bodyTop.js: -------------------------------------------------------------------------------- 1 | (function(){ 2 | 3 | })() -------------------------------------------------------------------------------- /public/components/frame/commonBottom/commonBottom.js: -------------------------------------------------------------------------------- 1 | (function(){ 2 | 3 | })(); -------------------------------------------------------------------------------- /public/components/frame/initData/initData.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |
-------------------------------------------------------------------------------- /public/components/property/map/map.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/components/property/map/map.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/components/property/viewFeeConfigData/viewFeeConfigData.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/components/property/viewFeeData/viewFeeData.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/components/property/viewRoomData/viewRoomData.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/components/property/xxx/xxx.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/components/property/xxx/xxx.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/css/animate.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/css/animate.css -------------------------------------------------------------------------------- /public/css/common.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/css/common.css -------------------------------------------------------------------------------- /public/css/jquery.step.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/css/jquery.step.css -------------------------------------------------------------------------------- /public/css/ol.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/css/ol.css -------------------------------------------------------------------------------- /public/css/patterns/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/css/patterns/1.png -------------------------------------------------------------------------------- /public/css/patterns/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/css/patterns/2.png -------------------------------------------------------------------------------- /public/css/patterns/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/css/patterns/3.png -------------------------------------------------------------------------------- /public/css/patterns/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/css/patterns/4.png -------------------------------------------------------------------------------- /public/css/patterns/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/css/patterns/5.png -------------------------------------------------------------------------------- /public/css/patterns/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/css/patterns/6.png -------------------------------------------------------------------------------- /public/css/patterns/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/css/patterns/7.png -------------------------------------------------------------------------------- /public/css/patterns/shattered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/css/patterns/shattered.png -------------------------------------------------------------------------------- /public/css/plugins/c3/c3.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/css/plugins/c3/c3.min.css -------------------------------------------------------------------------------- /public/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/css/style.css -------------------------------------------------------------------------------- /public/css/toastr.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/css/toastr.css -------------------------------------------------------------------------------- /public/css/vc-ui-zhagnfeng.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/css/vc-ui-zhagnfeng.css -------------------------------------------------------------------------------- /public/css/vc-ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/css/vc-ui.css -------------------------------------------------------------------------------- /public/css/vc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/css/vc.css -------------------------------------------------------------------------------- /public/decoder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/decoder.js -------------------------------------------------------------------------------- /public/decoder.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/decoder.wasm -------------------------------------------------------------------------------- /public/favicon_hc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/favicon_hc.ico -------------------------------------------------------------------------------- /public/ff.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/ff.js -------------------------------------------------------------------------------- /public/ff.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/ff.wasm -------------------------------------------------------------------------------- /public/form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/form.html -------------------------------------------------------------------------------- /public/formjs/css/dragula.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/formjs/css/dragula.css -------------------------------------------------------------------------------- /public/formjs/css/form-js.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/formjs/css/form-js.css -------------------------------------------------------------------------------- /public/formjs/editor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/formjs/editor.html -------------------------------------------------------------------------------- /public/formjs/editor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/formjs/editor.js -------------------------------------------------------------------------------- /public/formjs/viewer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/formjs/viewer.html -------------------------------------------------------------------------------- /public/geo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/geo.html -------------------------------------------------------------------------------- /public/h5/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/.DS_Store -------------------------------------------------------------------------------- /public/h5/images/bed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/bed.png -------------------------------------------------------------------------------- /public/h5/images/camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/camera.png -------------------------------------------------------------------------------- /public/h5/images/chair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/chair.png -------------------------------------------------------------------------------- /public/h5/images/cookerhood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/cookerhood.png -------------------------------------------------------------------------------- /public/h5/images/coupon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/coupon.png -------------------------------------------------------------------------------- /public/h5/images/cupboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/cupboard.png -------------------------------------------------------------------------------- /public/h5/images/desk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/desk.png -------------------------------------------------------------------------------- /public/h5/images/dining.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/dining.png -------------------------------------------------------------------------------- /public/h5/images/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/down.png -------------------------------------------------------------------------------- /public/h5/images/fridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/fridge.png -------------------------------------------------------------------------------- /public/h5/images/geyser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/geyser.png -------------------------------------------------------------------------------- /public/h5/images/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/home.png -------------------------------------------------------------------------------- /public/h5/images/homekey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/homekey.png -------------------------------------------------------------------------------- /public/h5/images/index_Voting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/index_Voting.png -------------------------------------------------------------------------------- /public/h5/images/index_member.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/index_member.png -------------------------------------------------------------------------------- /public/h5/images/index_notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/index_notice.png -------------------------------------------------------------------------------- /public/h5/images/index_park.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/index_park.png -------------------------------------------------------------------------------- /public/h5/images/index_payFee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/index_payFee.png -------------------------------------------------------------------------------- /public/h5/images/index_repair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/index_repair.png -------------------------------------------------------------------------------- /public/h5/images/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/location.png -------------------------------------------------------------------------------- /public/h5/images/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/login.png -------------------------------------------------------------------------------- /public/h5/images/mall_market.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/mall_market.png -------------------------------------------------------------------------------- /public/h5/images/market.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/market.png -------------------------------------------------------------------------------- /public/h5/images/market_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/market_add.png -------------------------------------------------------------------------------- /public/h5/images/market_my.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/market_my.png -------------------------------------------------------------------------------- /public/h5/images/my.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/my.png -------------------------------------------------------------------------------- /public/h5/images/mySelected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/mySelected.png -------------------------------------------------------------------------------- /public/h5/images/network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/network.png -------------------------------------------------------------------------------- /public/h5/images/noPhoto.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/noPhoto.jpg -------------------------------------------------------------------------------- /public/h5/images/noPic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/noPic.png -------------------------------------------------------------------------------- /public/h5/images/openDoorTop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/openDoorTop.png -------------------------------------------------------------------------------- /public/h5/images/order.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/order.png -------------------------------------------------------------------------------- /public/h5/images/rent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/rent.png -------------------------------------------------------------------------------- /public/h5/images/rentimage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/rentimage.jpg -------------------------------------------------------------------------------- /public/h5/images/sad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/sad.png -------------------------------------------------------------------------------- /public/h5/images/sad1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/sad1.png -------------------------------------------------------------------------------- /public/h5/images/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/search.png -------------------------------------------------------------------------------- /public/h5/images/serve/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/1.png -------------------------------------------------------------------------------- /public/h5/images/serve/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/10.png -------------------------------------------------------------------------------- /public/h5/images/serve/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/11.png -------------------------------------------------------------------------------- /public/h5/images/serve/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/12.png -------------------------------------------------------------------------------- /public/h5/images/serve/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/13.png -------------------------------------------------------------------------------- /public/h5/images/serve/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/14.png -------------------------------------------------------------------------------- /public/h5/images/serve/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/15.png -------------------------------------------------------------------------------- /public/h5/images/serve/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/2.png -------------------------------------------------------------------------------- /public/h5/images/serve/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/3.png -------------------------------------------------------------------------------- /public/h5/images/serve/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/4.png -------------------------------------------------------------------------------- /public/h5/images/serve/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/5.png -------------------------------------------------------------------------------- /public/h5/images/serve/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/6.png -------------------------------------------------------------------------------- /public/h5/images/serve/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/7.png -------------------------------------------------------------------------------- /public/h5/images/serve/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/8.png -------------------------------------------------------------------------------- /public/h5/images/serve/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/9.png -------------------------------------------------------------------------------- /public/h5/images/serve/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/bg.png -------------------------------------------------------------------------------- /public/h5/images/serve/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/empty.png -------------------------------------------------------------------------------- /public/h5/images/serve/head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/head.png -------------------------------------------------------------------------------- /public/h5/images/serve/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/home.png -------------------------------------------------------------------------------- /public/h5/images/serve/market.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/market.png -------------------------------------------------------------------------------- /public/h5/images/serve/my.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/my.png -------------------------------------------------------------------------------- /public/h5/images/serve/my1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/my1.png -------------------------------------------------------------------------------- /public/h5/images/serve/my10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/my10.png -------------------------------------------------------------------------------- /public/h5/images/serve/my2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/my2.png -------------------------------------------------------------------------------- /public/h5/images/serve/my3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/my3.png -------------------------------------------------------------------------------- /public/h5/images/serve/my4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/my4.png -------------------------------------------------------------------------------- /public/h5/images/serve/my5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/my5.png -------------------------------------------------------------------------------- /public/h5/images/serve/my6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/my6.png -------------------------------------------------------------------------------- /public/h5/images/serve/my7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/my7.png -------------------------------------------------------------------------------- /public/h5/images/serve/my8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/my8.png -------------------------------------------------------------------------------- /public/h5/images/serve/my9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/my9.png -------------------------------------------------------------------------------- /public/h5/images/serve/new1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/new1.png -------------------------------------------------------------------------------- /public/h5/images/serve/new2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/new2.png -------------------------------------------------------------------------------- /public/h5/images/serve/news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/news.png -------------------------------------------------------------------------------- /public/h5/images/serve/order1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/order1.png -------------------------------------------------------------------------------- /public/h5/images/serve/order2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/order2.png -------------------------------------------------------------------------------- /public/h5/images/serve/order3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/order3.png -------------------------------------------------------------------------------- /public/h5/images/serve/order4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/order4.png -------------------------------------------------------------------------------- /public/h5/images/serve/rent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/rent.png -------------------------------------------------------------------------------- /public/h5/images/serve/已付款.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/已付款.png -------------------------------------------------------------------------------- /public/h5/images/serve/收货.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/收货.png -------------------------------------------------------------------------------- /public/h5/images/serve/等待发货.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/serve/等待发货.png -------------------------------------------------------------------------------- /public/h5/images/sofa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/sofa.png -------------------------------------------------------------------------------- /public/h5/images/st_star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/st_star.png -------------------------------------------------------------------------------- /public/h5/images/wardrob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/images/wardrob.png -------------------------------------------------------------------------------- /public/h5/jessibuca/decoder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/jessibuca/decoder.js -------------------------------------------------------------------------------- /public/h5/jessibuca/decoder.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/jessibuca/decoder.wasm -------------------------------------------------------------------------------- /public/h5/jessibuca/demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/jessibuca/demo.html -------------------------------------------------------------------------------- /public/h5/jessibuca/jessibuca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/jessibuca/jessibuca.js -------------------------------------------------------------------------------- /public/h5/jessibuca/renderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/jessibuca/renderer.js -------------------------------------------------------------------------------- /public/h5/jessibuca/video.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/jessibuca/video.html -------------------------------------------------------------------------------- /public/h5/jessibuca/videoh5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/h5/jessibuca/videoh5.html -------------------------------------------------------------------------------- /public/img/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/.DS_Store -------------------------------------------------------------------------------- /public/img/BG-A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/BG-A.png -------------------------------------------------------------------------------- /public/img/BG-A_x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/BG-A_x.png -------------------------------------------------------------------------------- /public/img/api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/api.png -------------------------------------------------------------------------------- /public/img/app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/app.png -------------------------------------------------------------------------------- /public/img/cache.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/cache.png -------------------------------------------------------------------------------- /public/img/carInout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/carInout.jpg -------------------------------------------------------------------------------- /public/img/catalog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/catalog.png -------------------------------------------------------------------------------- /public/img/config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/config.png -------------------------------------------------------------------------------- /public/img/defaultAvatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/defaultAvatar.png -------------------------------------------------------------------------------- /public/img/er.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/er.jpg -------------------------------------------------------------------------------- /public/img/flags/16/Abkhazia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Abkhazia.png -------------------------------------------------------------------------------- /public/img/flags/16/Aland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Aland.png -------------------------------------------------------------------------------- /public/img/flags/16/Albania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Albania.png -------------------------------------------------------------------------------- /public/img/flags/16/Algeria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Algeria.png -------------------------------------------------------------------------------- /public/img/flags/16/Andorra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Andorra.png -------------------------------------------------------------------------------- /public/img/flags/16/Angola.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Angola.png -------------------------------------------------------------------------------- /public/img/flags/16/Anguilla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Anguilla.png -------------------------------------------------------------------------------- /public/img/flags/16/Argentina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Argentina.png -------------------------------------------------------------------------------- /public/img/flags/16/Armenia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Armenia.png -------------------------------------------------------------------------------- /public/img/flags/16/Aruba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Aruba.png -------------------------------------------------------------------------------- /public/img/flags/16/Australia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Australia.png -------------------------------------------------------------------------------- /public/img/flags/16/Austria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Austria.png -------------------------------------------------------------------------------- /public/img/flags/16/Bahamas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Bahamas.png -------------------------------------------------------------------------------- /public/img/flags/16/Bahrain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Bahrain.png -------------------------------------------------------------------------------- /public/img/flags/16/Barbados.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Barbados.png -------------------------------------------------------------------------------- /public/img/flags/16/Belarus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Belarus.png -------------------------------------------------------------------------------- /public/img/flags/16/Belgium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Belgium.png -------------------------------------------------------------------------------- /public/img/flags/16/Belize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Belize.png -------------------------------------------------------------------------------- /public/img/flags/16/Benin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Benin.png -------------------------------------------------------------------------------- /public/img/flags/16/Bermuda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Bermuda.png -------------------------------------------------------------------------------- /public/img/flags/16/Bhutan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Bhutan.png -------------------------------------------------------------------------------- /public/img/flags/16/Bolivia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Bolivia.png -------------------------------------------------------------------------------- /public/img/flags/16/Botswana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Botswana.png -------------------------------------------------------------------------------- /public/img/flags/16/Brazil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Brazil.png -------------------------------------------------------------------------------- /public/img/flags/16/Brunei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Brunei.png -------------------------------------------------------------------------------- /public/img/flags/16/Bulgaria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Bulgaria.png -------------------------------------------------------------------------------- /public/img/flags/16/Burundi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Burundi.png -------------------------------------------------------------------------------- /public/img/flags/16/Cambodia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Cambodia.png -------------------------------------------------------------------------------- /public/img/flags/16/Cameroon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Cameroon.png -------------------------------------------------------------------------------- /public/img/flags/16/Canada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Canada.png -------------------------------------------------------------------------------- /public/img/flags/16/Chad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Chad.png -------------------------------------------------------------------------------- /public/img/flags/16/Chile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Chile.png -------------------------------------------------------------------------------- /public/img/flags/16/China.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/China.png -------------------------------------------------------------------------------- /public/img/flags/16/Colombia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Colombia.png -------------------------------------------------------------------------------- /public/img/flags/16/Comoros.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Comoros.png -------------------------------------------------------------------------------- /public/img/flags/16/Croatia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Croatia.png -------------------------------------------------------------------------------- /public/img/flags/16/Cuba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Cuba.png -------------------------------------------------------------------------------- /public/img/flags/16/Curacao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Curacao.png -------------------------------------------------------------------------------- /public/img/flags/16/Cyprus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Cyprus.png -------------------------------------------------------------------------------- /public/img/flags/16/Denmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Denmark.png -------------------------------------------------------------------------------- /public/img/flags/16/Djibouti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Djibouti.png -------------------------------------------------------------------------------- /public/img/flags/16/Dominica.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Dominica.png -------------------------------------------------------------------------------- /public/img/flags/16/Ecuador.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Ecuador.png -------------------------------------------------------------------------------- /public/img/flags/16/Egypt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Egypt.png -------------------------------------------------------------------------------- /public/img/flags/16/England.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/England.png -------------------------------------------------------------------------------- /public/img/flags/16/Eritrea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Eritrea.png -------------------------------------------------------------------------------- /public/img/flags/16/Estonia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Estonia.png -------------------------------------------------------------------------------- /public/img/flags/16/Ethiopia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Ethiopia.png -------------------------------------------------------------------------------- /public/img/flags/16/Faroes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Faroes.png -------------------------------------------------------------------------------- /public/img/flags/16/Fiji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Fiji.png -------------------------------------------------------------------------------- /public/img/flags/16/Finland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Finland.png -------------------------------------------------------------------------------- /public/img/flags/16/France.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/France.png -------------------------------------------------------------------------------- /public/img/flags/16/Gabon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Gabon.png -------------------------------------------------------------------------------- /public/img/flags/16/Gambia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Gambia.png -------------------------------------------------------------------------------- /public/img/flags/16/Georgia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Georgia.png -------------------------------------------------------------------------------- /public/img/flags/16/Germany.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Germany.png -------------------------------------------------------------------------------- /public/img/flags/16/Ghana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Ghana.png -------------------------------------------------------------------------------- /public/img/flags/16/Gibraltar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Gibraltar.png -------------------------------------------------------------------------------- /public/img/flags/16/GoSquared.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/GoSquared.png -------------------------------------------------------------------------------- /public/img/flags/16/Greece.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Greece.png -------------------------------------------------------------------------------- /public/img/flags/16/Greenland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Greenland.png -------------------------------------------------------------------------------- /public/img/flags/16/Grenada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Grenada.png -------------------------------------------------------------------------------- /public/img/flags/16/Guam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Guam.png -------------------------------------------------------------------------------- /public/img/flags/16/Guatemala.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Guatemala.png -------------------------------------------------------------------------------- /public/img/flags/16/Guernsey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Guernsey.png -------------------------------------------------------------------------------- /public/img/flags/16/Guinea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Guinea.png -------------------------------------------------------------------------------- /public/img/flags/16/Guyana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Guyana.png -------------------------------------------------------------------------------- /public/img/flags/16/Haiti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Haiti.png -------------------------------------------------------------------------------- /public/img/flags/16/Honduras.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Honduras.png -------------------------------------------------------------------------------- /public/img/flags/16/Hong-Kong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Hong-Kong.png -------------------------------------------------------------------------------- /public/img/flags/16/Hungary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Hungary.png -------------------------------------------------------------------------------- /public/img/flags/16/Iceland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Iceland.png -------------------------------------------------------------------------------- /public/img/flags/16/India.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/India.png -------------------------------------------------------------------------------- /public/img/flags/16/Indonesia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Indonesia.png -------------------------------------------------------------------------------- /public/img/flags/16/Iran.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Iran.png -------------------------------------------------------------------------------- /public/img/flags/16/Iraq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Iraq.png -------------------------------------------------------------------------------- /public/img/flags/16/Ireland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Ireland.png -------------------------------------------------------------------------------- /public/img/flags/16/Israel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Israel.png -------------------------------------------------------------------------------- /public/img/flags/16/Italy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Italy.png -------------------------------------------------------------------------------- /public/img/flags/16/Jamaica.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Jamaica.png -------------------------------------------------------------------------------- /public/img/flags/16/Japan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Japan.png -------------------------------------------------------------------------------- /public/img/flags/16/Jersey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Jersey.png -------------------------------------------------------------------------------- /public/img/flags/16/Jordan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Jordan.png -------------------------------------------------------------------------------- /public/img/flags/16/Kenya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Kenya.png -------------------------------------------------------------------------------- /public/img/flags/16/Kiribati.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Kiribati.png -------------------------------------------------------------------------------- /public/img/flags/16/Kosovo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Kosovo.png -------------------------------------------------------------------------------- /public/img/flags/16/Kuwait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Kuwait.png -------------------------------------------------------------------------------- /public/img/flags/16/Laos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Laos.png -------------------------------------------------------------------------------- /public/img/flags/16/Latvia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Latvia.png -------------------------------------------------------------------------------- /public/img/flags/16/Lebanon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Lebanon.png -------------------------------------------------------------------------------- /public/img/flags/16/Lesotho.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Lesotho.png -------------------------------------------------------------------------------- /public/img/flags/16/Liberia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Liberia.png -------------------------------------------------------------------------------- /public/img/flags/16/Libya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Libya.png -------------------------------------------------------------------------------- /public/img/flags/16/Lithuania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Lithuania.png -------------------------------------------------------------------------------- /public/img/flags/16/Macau.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Macau.png -------------------------------------------------------------------------------- /public/img/flags/16/Macedonia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Macedonia.png -------------------------------------------------------------------------------- /public/img/flags/16/Malawi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Malawi.png -------------------------------------------------------------------------------- /public/img/flags/16/Malaysia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Malaysia.png -------------------------------------------------------------------------------- /public/img/flags/16/Maldives.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Maldives.png -------------------------------------------------------------------------------- /public/img/flags/16/Mali.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Mali.png -------------------------------------------------------------------------------- /public/img/flags/16/Malta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Malta.png -------------------------------------------------------------------------------- /public/img/flags/16/Mars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Mars.png -------------------------------------------------------------------------------- /public/img/flags/16/Mauritius.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Mauritius.png -------------------------------------------------------------------------------- /public/img/flags/16/Mayotte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Mayotte.png -------------------------------------------------------------------------------- /public/img/flags/16/Mexico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Mexico.png -------------------------------------------------------------------------------- /public/img/flags/16/Moldova.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Moldova.png -------------------------------------------------------------------------------- /public/img/flags/16/Monaco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Monaco.png -------------------------------------------------------------------------------- /public/img/flags/16/Mongolia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Mongolia.png -------------------------------------------------------------------------------- /public/img/flags/16/Morocco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Morocco.png -------------------------------------------------------------------------------- /public/img/flags/16/Myanmar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Myanmar.png -------------------------------------------------------------------------------- /public/img/flags/16/NATO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/NATO.png -------------------------------------------------------------------------------- /public/img/flags/16/Namibia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Namibia.png -------------------------------------------------------------------------------- /public/img/flags/16/Nauru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Nauru.png -------------------------------------------------------------------------------- /public/img/flags/16/Nepal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Nepal.png -------------------------------------------------------------------------------- /public/img/flags/16/Nicaragua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Nicaragua.png -------------------------------------------------------------------------------- /public/img/flags/16/Niger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Niger.png -------------------------------------------------------------------------------- /public/img/flags/16/Nigeria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Nigeria.png -------------------------------------------------------------------------------- /public/img/flags/16/Niue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Niue.png -------------------------------------------------------------------------------- /public/img/flags/16/Norway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Norway.png -------------------------------------------------------------------------------- /public/img/flags/16/Olympics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Olympics.png -------------------------------------------------------------------------------- /public/img/flags/16/Oman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Oman.png -------------------------------------------------------------------------------- /public/img/flags/16/Pakistan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Pakistan.png -------------------------------------------------------------------------------- /public/img/flags/16/Palau.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Palau.png -------------------------------------------------------------------------------- /public/img/flags/16/Palestine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Palestine.png -------------------------------------------------------------------------------- /public/img/flags/16/Panama.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Panama.png -------------------------------------------------------------------------------- /public/img/flags/16/Paraguay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Paraguay.png -------------------------------------------------------------------------------- /public/img/flags/16/Peru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Peru.png -------------------------------------------------------------------------------- /public/img/flags/16/Poland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Poland.png -------------------------------------------------------------------------------- /public/img/flags/16/Portugal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Portugal.png -------------------------------------------------------------------------------- /public/img/flags/16/Qatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Qatar.png -------------------------------------------------------------------------------- /public/img/flags/16/Red-Cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Red-Cross.png -------------------------------------------------------------------------------- /public/img/flags/16/Romania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Romania.png -------------------------------------------------------------------------------- /public/img/flags/16/Russia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Russia.png -------------------------------------------------------------------------------- /public/img/flags/16/Rwanda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Rwanda.png -------------------------------------------------------------------------------- /public/img/flags/16/Samoa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Samoa.png -------------------------------------------------------------------------------- /public/img/flags/16/Scotland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Scotland.png -------------------------------------------------------------------------------- /public/img/flags/16/Senegal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Senegal.png -------------------------------------------------------------------------------- /public/img/flags/16/Serbia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Serbia.png -------------------------------------------------------------------------------- /public/img/flags/16/Somalia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Somalia.png -------------------------------------------------------------------------------- /public/img/flags/16/Spain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Spain.png -------------------------------------------------------------------------------- /public/img/flags/16/Sudan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Sudan.png -------------------------------------------------------------------------------- /public/img/flags/16/Sweden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Sweden.png -------------------------------------------------------------------------------- /public/img/flags/16/Syria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Syria.png -------------------------------------------------------------------------------- /public/img/flags/16/Taiwan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Taiwan.png -------------------------------------------------------------------------------- /public/img/flags/16/Togo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Togo.png -------------------------------------------------------------------------------- /public/img/flags/16/Tokelau.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Tokelau.png -------------------------------------------------------------------------------- /public/img/flags/16/Tonga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Tonga.png -------------------------------------------------------------------------------- /public/img/flags/16/Tunisia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Tunisia.png -------------------------------------------------------------------------------- /public/img/flags/16/Turkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Turkey.png -------------------------------------------------------------------------------- /public/img/flags/16/Tuvalu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Tuvalu.png -------------------------------------------------------------------------------- /public/img/flags/16/Uganda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Uganda.png -------------------------------------------------------------------------------- /public/img/flags/16/Ukraine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Ukraine.png -------------------------------------------------------------------------------- /public/img/flags/16/Unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Unknown.png -------------------------------------------------------------------------------- /public/img/flags/16/Uruguay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Uruguay.png -------------------------------------------------------------------------------- /public/img/flags/16/Vanuatu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Vanuatu.png -------------------------------------------------------------------------------- /public/img/flags/16/Vietnam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Vietnam.png -------------------------------------------------------------------------------- /public/img/flags/16/Wales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Wales.png -------------------------------------------------------------------------------- /public/img/flags/16/Yemen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Yemen.png -------------------------------------------------------------------------------- /public/img/flags/16/Zambia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/16/Zambia.png -------------------------------------------------------------------------------- /public/img/flags/32/Aland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Aland.png -------------------------------------------------------------------------------- /public/img/flags/32/Albania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Albania.png -------------------------------------------------------------------------------- /public/img/flags/32/Algeria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Algeria.png -------------------------------------------------------------------------------- /public/img/flags/32/Andorra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Andorra.png -------------------------------------------------------------------------------- /public/img/flags/32/Angola.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Angola.png -------------------------------------------------------------------------------- /public/img/flags/32/Armenia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Armenia.png -------------------------------------------------------------------------------- /public/img/flags/32/Aruba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Aruba.png -------------------------------------------------------------------------------- /public/img/flags/32/Austria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Austria.png -------------------------------------------------------------------------------- /public/img/flags/32/Bahamas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Bahamas.png -------------------------------------------------------------------------------- /public/img/flags/32/Bahrain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Bahrain.png -------------------------------------------------------------------------------- /public/img/flags/32/Belarus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Belarus.png -------------------------------------------------------------------------------- /public/img/flags/32/Belgium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Belgium.png -------------------------------------------------------------------------------- /public/img/flags/32/Belize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Belize.png -------------------------------------------------------------------------------- /public/img/flags/32/Benin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Benin.png -------------------------------------------------------------------------------- /public/img/flags/32/Bermuda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Bermuda.png -------------------------------------------------------------------------------- /public/img/flags/32/Bhutan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Bhutan.png -------------------------------------------------------------------------------- /public/img/flags/32/Bolivia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Bolivia.png -------------------------------------------------------------------------------- /public/img/flags/32/Brazil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Brazil.png -------------------------------------------------------------------------------- /public/img/flags/32/Brunei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Brunei.png -------------------------------------------------------------------------------- /public/img/flags/32/Burundi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Burundi.png -------------------------------------------------------------------------------- /public/img/flags/32/Canada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Canada.png -------------------------------------------------------------------------------- /public/img/flags/32/Chad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Chad.png -------------------------------------------------------------------------------- /public/img/flags/32/Chile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Chile.png -------------------------------------------------------------------------------- /public/img/flags/32/China.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/China.png -------------------------------------------------------------------------------- /public/img/flags/32/Comoros.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Comoros.png -------------------------------------------------------------------------------- /public/img/flags/32/Croatia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Croatia.png -------------------------------------------------------------------------------- /public/img/flags/32/Cuba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Cuba.png -------------------------------------------------------------------------------- /public/img/flags/32/Curacao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Curacao.png -------------------------------------------------------------------------------- /public/img/flags/32/Cyprus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Cyprus.png -------------------------------------------------------------------------------- /public/img/flags/32/Denmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Denmark.png -------------------------------------------------------------------------------- /public/img/flags/32/Ecuador.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Ecuador.png -------------------------------------------------------------------------------- /public/img/flags/32/Egypt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Egypt.png -------------------------------------------------------------------------------- /public/img/flags/32/England.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/England.png -------------------------------------------------------------------------------- /public/img/flags/32/Eritrea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Eritrea.png -------------------------------------------------------------------------------- /public/img/flags/32/Estonia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Estonia.png -------------------------------------------------------------------------------- /public/img/flags/32/Faroes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Faroes.png -------------------------------------------------------------------------------- /public/img/flags/32/Fiji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Fiji.png -------------------------------------------------------------------------------- /public/img/flags/32/Finland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Finland.png -------------------------------------------------------------------------------- /public/img/flags/32/France.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/France.png -------------------------------------------------------------------------------- /public/img/flags/32/Gabon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Gabon.png -------------------------------------------------------------------------------- /public/img/flags/32/Gambia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Gambia.png -------------------------------------------------------------------------------- /public/img/flags/32/Georgia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Georgia.png -------------------------------------------------------------------------------- /public/img/flags/32/Germany.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Germany.png -------------------------------------------------------------------------------- /public/img/flags/32/Ghana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Ghana.png -------------------------------------------------------------------------------- /public/img/flags/32/Greece.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Greece.png -------------------------------------------------------------------------------- /public/img/flags/32/Grenada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Grenada.png -------------------------------------------------------------------------------- /public/img/flags/32/Guam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Guam.png -------------------------------------------------------------------------------- /public/img/flags/32/Guinea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Guinea.png -------------------------------------------------------------------------------- /public/img/flags/32/Guyana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Guyana.png -------------------------------------------------------------------------------- /public/img/flags/32/Haiti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Haiti.png -------------------------------------------------------------------------------- /public/img/flags/32/Hungary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Hungary.png -------------------------------------------------------------------------------- /public/img/flags/32/Iceland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Iceland.png -------------------------------------------------------------------------------- /public/img/flags/32/India.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/India.png -------------------------------------------------------------------------------- /public/img/flags/32/Iran.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Iran.png -------------------------------------------------------------------------------- /public/img/flags/32/Iraq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Iraq.png -------------------------------------------------------------------------------- /public/img/flags/32/Ireland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Ireland.png -------------------------------------------------------------------------------- /public/img/flags/32/Israel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Israel.png -------------------------------------------------------------------------------- /public/img/flags/32/Italy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Italy.png -------------------------------------------------------------------------------- /public/img/flags/32/Jamaica.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Jamaica.png -------------------------------------------------------------------------------- /public/img/flags/32/Japan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Japan.png -------------------------------------------------------------------------------- /public/img/flags/32/Jersey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Jersey.png -------------------------------------------------------------------------------- /public/img/flags/32/Jordan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Jordan.png -------------------------------------------------------------------------------- /public/img/flags/32/Kenya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Kenya.png -------------------------------------------------------------------------------- /public/img/flags/32/Kosovo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Kosovo.png -------------------------------------------------------------------------------- /public/img/flags/32/Kuwait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Kuwait.png -------------------------------------------------------------------------------- /public/img/flags/32/Laos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Laos.png -------------------------------------------------------------------------------- /public/img/flags/32/Latvia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Latvia.png -------------------------------------------------------------------------------- /public/img/flags/32/Lebanon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Lebanon.png -------------------------------------------------------------------------------- /public/img/flags/32/Lesotho.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Lesotho.png -------------------------------------------------------------------------------- /public/img/flags/32/Liberia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Liberia.png -------------------------------------------------------------------------------- /public/img/flags/32/Libya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Libya.png -------------------------------------------------------------------------------- /public/img/flags/32/Macau.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Macau.png -------------------------------------------------------------------------------- /public/img/flags/32/Malawi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Malawi.png -------------------------------------------------------------------------------- /public/img/flags/32/Mali.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Mali.png -------------------------------------------------------------------------------- /public/img/flags/32/Malta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Malta.png -------------------------------------------------------------------------------- /public/img/flags/32/Mars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Mars.png -------------------------------------------------------------------------------- /public/img/flags/32/Mayotte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Mayotte.png -------------------------------------------------------------------------------- /public/img/flags/32/Mexico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Mexico.png -------------------------------------------------------------------------------- /public/img/flags/32/Moldova.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Moldova.png -------------------------------------------------------------------------------- /public/img/flags/32/Monaco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Monaco.png -------------------------------------------------------------------------------- /public/img/flags/32/Morocco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Morocco.png -------------------------------------------------------------------------------- /public/img/flags/32/Myanmar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Myanmar.png -------------------------------------------------------------------------------- /public/img/flags/32/NATO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/NATO.png -------------------------------------------------------------------------------- /public/img/flags/32/Namibia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Namibia.png -------------------------------------------------------------------------------- /public/img/flags/32/Nauru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Nauru.png -------------------------------------------------------------------------------- /public/img/flags/32/Nepal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Nepal.png -------------------------------------------------------------------------------- /public/img/flags/32/Niger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Niger.png -------------------------------------------------------------------------------- /public/img/flags/32/Nigeria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Nigeria.png -------------------------------------------------------------------------------- /public/img/flags/32/Niue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Niue.png -------------------------------------------------------------------------------- /public/img/flags/32/Norway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Norway.png -------------------------------------------------------------------------------- /public/img/flags/32/Oman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Oman.png -------------------------------------------------------------------------------- /public/img/flags/32/Palau.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Palau.png -------------------------------------------------------------------------------- /public/img/flags/32/Panama.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Panama.png -------------------------------------------------------------------------------- /public/img/flags/32/Peru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Peru.png -------------------------------------------------------------------------------- /public/img/flags/32/Poland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Poland.png -------------------------------------------------------------------------------- /public/img/flags/32/Qatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Qatar.png -------------------------------------------------------------------------------- /public/img/flags/32/Romania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Romania.png -------------------------------------------------------------------------------- /public/img/flags/32/Russia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Russia.png -------------------------------------------------------------------------------- /public/img/flags/32/Rwanda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Rwanda.png -------------------------------------------------------------------------------- /public/img/flags/32/Samoa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Samoa.png -------------------------------------------------------------------------------- /public/img/flags/32/Senegal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Senegal.png -------------------------------------------------------------------------------- /public/img/flags/32/Serbia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Serbia.png -------------------------------------------------------------------------------- /public/img/flags/32/Somalia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Somalia.png -------------------------------------------------------------------------------- /public/img/flags/32/Spain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Spain.png -------------------------------------------------------------------------------- /public/img/flags/32/Sudan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Sudan.png -------------------------------------------------------------------------------- /public/img/flags/32/Sweden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Sweden.png -------------------------------------------------------------------------------- /public/img/flags/32/Syria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Syria.png -------------------------------------------------------------------------------- /public/img/flags/32/Taiwan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Taiwan.png -------------------------------------------------------------------------------- /public/img/flags/32/Togo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Togo.png -------------------------------------------------------------------------------- /public/img/flags/32/Tokelau.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Tokelau.png -------------------------------------------------------------------------------- /public/img/flags/32/Tonga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Tonga.png -------------------------------------------------------------------------------- /public/img/flags/32/Tunisia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Tunisia.png -------------------------------------------------------------------------------- /public/img/flags/32/Turkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Turkey.png -------------------------------------------------------------------------------- /public/img/flags/32/Tuvalu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Tuvalu.png -------------------------------------------------------------------------------- /public/img/flags/32/Uganda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Uganda.png -------------------------------------------------------------------------------- /public/img/flags/32/Ukraine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Ukraine.png -------------------------------------------------------------------------------- /public/img/flags/32/Unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Unknown.png -------------------------------------------------------------------------------- /public/img/flags/32/Uruguay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Uruguay.png -------------------------------------------------------------------------------- /public/img/flags/32/Vanuatu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Vanuatu.png -------------------------------------------------------------------------------- /public/img/flags/32/Vietnam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Vietnam.png -------------------------------------------------------------------------------- /public/img/flags/32/Wales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Wales.png -------------------------------------------------------------------------------- /public/img/flags/32/Yemen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Yemen.png -------------------------------------------------------------------------------- /public/img/flags/32/Zambia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/32/Zambia.png -------------------------------------------------------------------------------- /public/img/flags/64/Aland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Aland.png -------------------------------------------------------------------------------- /public/img/flags/64/Albania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Albania.png -------------------------------------------------------------------------------- /public/img/flags/64/Algeria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Algeria.png -------------------------------------------------------------------------------- /public/img/flags/64/Andorra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Andorra.png -------------------------------------------------------------------------------- /public/img/flags/64/Angola.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Angola.png -------------------------------------------------------------------------------- /public/img/flags/64/Armenia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Armenia.png -------------------------------------------------------------------------------- /public/img/flags/64/Aruba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Aruba.png -------------------------------------------------------------------------------- /public/img/flags/64/Austria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Austria.png -------------------------------------------------------------------------------- /public/img/flags/64/Bahamas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Bahamas.png -------------------------------------------------------------------------------- /public/img/flags/64/Bahrain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Bahrain.png -------------------------------------------------------------------------------- /public/img/flags/64/Belarus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Belarus.png -------------------------------------------------------------------------------- /public/img/flags/64/Belgium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Belgium.png -------------------------------------------------------------------------------- /public/img/flags/64/Belize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Belize.png -------------------------------------------------------------------------------- /public/img/flags/64/Benin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Benin.png -------------------------------------------------------------------------------- /public/img/flags/64/Bermuda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Bermuda.png -------------------------------------------------------------------------------- /public/img/flags/64/Bhutan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Bhutan.png -------------------------------------------------------------------------------- /public/img/flags/64/Bolivia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Bolivia.png -------------------------------------------------------------------------------- /public/img/flags/64/Brazil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Brazil.png -------------------------------------------------------------------------------- /public/img/flags/64/Brunei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Brunei.png -------------------------------------------------------------------------------- /public/img/flags/64/Burundi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Burundi.png -------------------------------------------------------------------------------- /public/img/flags/64/Canada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Canada.png -------------------------------------------------------------------------------- /public/img/flags/64/Chad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Chad.png -------------------------------------------------------------------------------- /public/img/flags/64/Chile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Chile.png -------------------------------------------------------------------------------- /public/img/flags/64/China.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/China.png -------------------------------------------------------------------------------- /public/img/flags/64/Comoros.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Comoros.png -------------------------------------------------------------------------------- /public/img/flags/64/Croatia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Croatia.png -------------------------------------------------------------------------------- /public/img/flags/64/Cuba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Cuba.png -------------------------------------------------------------------------------- /public/img/flags/64/Curacao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Curacao.png -------------------------------------------------------------------------------- /public/img/flags/64/Cyprus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Cyprus.png -------------------------------------------------------------------------------- /public/img/flags/64/Denmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Denmark.png -------------------------------------------------------------------------------- /public/img/flags/64/Ecuador.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Ecuador.png -------------------------------------------------------------------------------- /public/img/flags/64/Egypt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Egypt.png -------------------------------------------------------------------------------- /public/img/flags/64/England.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/England.png -------------------------------------------------------------------------------- /public/img/flags/64/Eritrea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Eritrea.png -------------------------------------------------------------------------------- /public/img/flags/64/Estonia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Estonia.png -------------------------------------------------------------------------------- /public/img/flags/64/Faroes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Faroes.png -------------------------------------------------------------------------------- /public/img/flags/64/Fiji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Fiji.png -------------------------------------------------------------------------------- /public/img/flags/64/Finland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Finland.png -------------------------------------------------------------------------------- /public/img/flags/64/France.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/France.png -------------------------------------------------------------------------------- /public/img/flags/64/Gabon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Gabon.png -------------------------------------------------------------------------------- /public/img/flags/64/Gambia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Gambia.png -------------------------------------------------------------------------------- /public/img/flags/64/Georgia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Georgia.png -------------------------------------------------------------------------------- /public/img/flags/64/Germany.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Germany.png -------------------------------------------------------------------------------- /public/img/flags/64/Ghana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Ghana.png -------------------------------------------------------------------------------- /public/img/flags/64/Greece.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Greece.png -------------------------------------------------------------------------------- /public/img/flags/64/Grenada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Grenada.png -------------------------------------------------------------------------------- /public/img/flags/64/Guam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Guam.png -------------------------------------------------------------------------------- /public/img/flags/64/Guinea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Guinea.png -------------------------------------------------------------------------------- /public/img/flags/64/Guyana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Guyana.png -------------------------------------------------------------------------------- /public/img/flags/64/Haiti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Haiti.png -------------------------------------------------------------------------------- /public/img/flags/64/Hungary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Hungary.png -------------------------------------------------------------------------------- /public/img/flags/64/Iceland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Iceland.png -------------------------------------------------------------------------------- /public/img/flags/64/India.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/India.png -------------------------------------------------------------------------------- /public/img/flags/64/Iran.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Iran.png -------------------------------------------------------------------------------- /public/img/flags/64/Iraq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Iraq.png -------------------------------------------------------------------------------- /public/img/flags/64/Ireland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Ireland.png -------------------------------------------------------------------------------- /public/img/flags/64/Israel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Israel.png -------------------------------------------------------------------------------- /public/img/flags/64/Italy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Italy.png -------------------------------------------------------------------------------- /public/img/flags/64/Jamaica.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Jamaica.png -------------------------------------------------------------------------------- /public/img/flags/64/Japan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Japan.png -------------------------------------------------------------------------------- /public/img/flags/64/Jersey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Jersey.png -------------------------------------------------------------------------------- /public/img/flags/64/Jordan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Jordan.png -------------------------------------------------------------------------------- /public/img/flags/64/Kenya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Kenya.png -------------------------------------------------------------------------------- /public/img/flags/64/Kosovo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Kosovo.png -------------------------------------------------------------------------------- /public/img/flags/64/Kuwait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Kuwait.png -------------------------------------------------------------------------------- /public/img/flags/64/Laos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Laos.png -------------------------------------------------------------------------------- /public/img/flags/64/Latvia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Latvia.png -------------------------------------------------------------------------------- /public/img/flags/64/Lebanon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Lebanon.png -------------------------------------------------------------------------------- /public/img/flags/64/Lesotho.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Lesotho.png -------------------------------------------------------------------------------- /public/img/flags/64/Liberia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Liberia.png -------------------------------------------------------------------------------- /public/img/flags/64/Libya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Libya.png -------------------------------------------------------------------------------- /public/img/flags/64/Macau.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Macau.png -------------------------------------------------------------------------------- /public/img/flags/64/Malawi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Malawi.png -------------------------------------------------------------------------------- /public/img/flags/64/Mali.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Mali.png -------------------------------------------------------------------------------- /public/img/flags/64/Malta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Malta.png -------------------------------------------------------------------------------- /public/img/flags/64/Mars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Mars.png -------------------------------------------------------------------------------- /public/img/flags/64/Mayotte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Mayotte.png -------------------------------------------------------------------------------- /public/img/flags/64/Mexico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Mexico.png -------------------------------------------------------------------------------- /public/img/flags/64/Moldova.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Moldova.png -------------------------------------------------------------------------------- /public/img/flags/64/Monaco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Monaco.png -------------------------------------------------------------------------------- /public/img/flags/64/Morocco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Morocco.png -------------------------------------------------------------------------------- /public/img/flags/64/Myanmar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Myanmar.png -------------------------------------------------------------------------------- /public/img/flags/64/NATO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/NATO.png -------------------------------------------------------------------------------- /public/img/flags/64/Namibia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Namibia.png -------------------------------------------------------------------------------- /public/img/flags/64/Nauru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Nauru.png -------------------------------------------------------------------------------- /public/img/flags/64/Nepal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Nepal.png -------------------------------------------------------------------------------- /public/img/flags/64/Niger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Niger.png -------------------------------------------------------------------------------- /public/img/flags/64/Nigeria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Nigeria.png -------------------------------------------------------------------------------- /public/img/flags/64/Niue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Niue.png -------------------------------------------------------------------------------- /public/img/flags/64/Norway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Norway.png -------------------------------------------------------------------------------- /public/img/flags/64/Oman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Oman.png -------------------------------------------------------------------------------- /public/img/flags/64/Palau.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Palau.png -------------------------------------------------------------------------------- /public/img/flags/64/Panama.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Panama.png -------------------------------------------------------------------------------- /public/img/flags/64/Peru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Peru.png -------------------------------------------------------------------------------- /public/img/flags/64/Poland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Poland.png -------------------------------------------------------------------------------- /public/img/flags/64/Qatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Qatar.png -------------------------------------------------------------------------------- /public/img/flags/64/Romania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Romania.png -------------------------------------------------------------------------------- /public/img/flags/64/Russia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Russia.png -------------------------------------------------------------------------------- /public/img/flags/64/Rwanda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Rwanda.png -------------------------------------------------------------------------------- /public/img/flags/64/Samoa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Samoa.png -------------------------------------------------------------------------------- /public/img/flags/64/Senegal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Senegal.png -------------------------------------------------------------------------------- /public/img/flags/64/Serbia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Serbia.png -------------------------------------------------------------------------------- /public/img/flags/64/Somalia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Somalia.png -------------------------------------------------------------------------------- /public/img/flags/64/Spain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Spain.png -------------------------------------------------------------------------------- /public/img/flags/64/Sudan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Sudan.png -------------------------------------------------------------------------------- /public/img/flags/64/Sweden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Sweden.png -------------------------------------------------------------------------------- /public/img/flags/64/Syria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Syria.png -------------------------------------------------------------------------------- /public/img/flags/64/Taiwan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Taiwan.png -------------------------------------------------------------------------------- /public/img/flags/64/Togo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Togo.png -------------------------------------------------------------------------------- /public/img/flags/64/Tokelau.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Tokelau.png -------------------------------------------------------------------------------- /public/img/flags/64/Tonga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Tonga.png -------------------------------------------------------------------------------- /public/img/flags/64/Tunisia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Tunisia.png -------------------------------------------------------------------------------- /public/img/flags/64/Turkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Turkey.png -------------------------------------------------------------------------------- /public/img/flags/64/Tuvalu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Tuvalu.png -------------------------------------------------------------------------------- /public/img/flags/64/Uganda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Uganda.png -------------------------------------------------------------------------------- /public/img/flags/64/Ukraine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Ukraine.png -------------------------------------------------------------------------------- /public/img/flags/64/Unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Unknown.png -------------------------------------------------------------------------------- /public/img/flags/64/Uruguay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Uruguay.png -------------------------------------------------------------------------------- /public/img/flags/64/Vanuatu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Vanuatu.png -------------------------------------------------------------------------------- /public/img/flags/64/Vietnam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Vietnam.png -------------------------------------------------------------------------------- /public/img/flags/64/Wales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Wales.png -------------------------------------------------------------------------------- /public/img/flags/64/Yemen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Yemen.png -------------------------------------------------------------------------------- /public/img/flags/64/Zambia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flags/64/Zambia.png -------------------------------------------------------------------------------- /public/img/floor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/floor.png -------------------------------------------------------------------------------- /public/img/flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/flow.png -------------------------------------------------------------------------------- /public/img/gallery/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/gallery/1.jpg -------------------------------------------------------------------------------- /public/img/gallery/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/gallery/10.jpg -------------------------------------------------------------------------------- /public/img/gallery/10s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/gallery/10s.jpg -------------------------------------------------------------------------------- /public/img/gallery/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/gallery/11.jpg -------------------------------------------------------------------------------- /public/img/gallery/11s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/gallery/11s.jpg -------------------------------------------------------------------------------- /public/img/gallery/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/gallery/12.jpg -------------------------------------------------------------------------------- /public/img/gallery/12s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/gallery/12s.jpg -------------------------------------------------------------------------------- /public/img/gallery/1s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/gallery/1s.jpg -------------------------------------------------------------------------------- /public/img/gallery/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/gallery/2.jpg -------------------------------------------------------------------------------- /public/img/gallery/2s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/gallery/2s.jpg -------------------------------------------------------------------------------- /public/img/gallery/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/gallery/3.jpg -------------------------------------------------------------------------------- /public/img/gallery/3s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/gallery/3s.jpg -------------------------------------------------------------------------------- /public/img/gallery/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/gallery/4.jpg -------------------------------------------------------------------------------- /public/img/gallery/4s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/gallery/4s.jpg -------------------------------------------------------------------------------- /public/img/gallery/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/gallery/5.jpg -------------------------------------------------------------------------------- /public/img/gallery/5s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/gallery/5s.jpg -------------------------------------------------------------------------------- /public/img/gallery/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/gallery/6.jpg -------------------------------------------------------------------------------- /public/img/gallery/6s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/gallery/6s.jpg -------------------------------------------------------------------------------- /public/img/gallery/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/gallery/7.jpg -------------------------------------------------------------------------------- /public/img/gallery/7s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/gallery/7s.jpg -------------------------------------------------------------------------------- /public/img/gallery/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/gallery/8.jpg -------------------------------------------------------------------------------- /public/img/gallery/8s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/gallery/8s.jpg -------------------------------------------------------------------------------- /public/img/gallery/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/gallery/9.jpg -------------------------------------------------------------------------------- /public/img/gallery/9s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/gallery/9s.jpg -------------------------------------------------------------------------------- /public/img/hc_use.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/hc_use.png -------------------------------------------------------------------------------- /public/img/icon-bigimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/icon-bigimg.png -------------------------------------------------------------------------------- /public/img/init.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/init.jpg -------------------------------------------------------------------------------- /public/img/inspection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/inspection.png -------------------------------------------------------------------------------- /public/img/inspection_do.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/inspection_do.png -------------------------------------------------------------------------------- /public/img/job.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/job.png -------------------------------------------------------------------------------- /public/img/landing/avatar1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/landing/avatar1.jpg -------------------------------------------------------------------------------- /public/img/landing/avatar2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/landing/avatar2.jpg -------------------------------------------------------------------------------- /public/img/landing/avatar3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/landing/avatar3.jpg -------------------------------------------------------------------------------- /public/img/landing/avatar4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/landing/avatar4.jpg -------------------------------------------------------------------------------- /public/img/landing/avatar5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/landing/avatar5.jpg -------------------------------------------------------------------------------- /public/img/landing/avatar6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/landing/avatar6.jpg -------------------------------------------------------------------------------- /public/img/landing/avatar7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/landing/avatar7.jpg -------------------------------------------------------------------------------- /public/img/landing/avatar8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/landing/avatar8.jpg -------------------------------------------------------------------------------- /public/img/landing/avatar9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/landing/avatar9.jpg -------------------------------------------------------------------------------- /public/img/landing/iphone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/landing/iphone.jpg -------------------------------------------------------------------------------- /public/img/landing/laptop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/landing/laptop.png -------------------------------------------------------------------------------- /public/img/landing/word_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/landing/word_map.png -------------------------------------------------------------------------------- /public/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/loading.gif -------------------------------------------------------------------------------- /public/img/logbg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/logbg.jpg -------------------------------------------------------------------------------- /public/img/logico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/logico.png -------------------------------------------------------------------------------- /public/img/login-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/login-bg.png -------------------------------------------------------------------------------- /public/img/login-bg1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/login-bg1.png -------------------------------------------------------------------------------- /public/img/login-bg1_x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/login-bg1_x.png -------------------------------------------------------------------------------- /public/img/login-bg_x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/login-bg_x.png -------------------------------------------------------------------------------- /public/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/logo.png -------------------------------------------------------------------------------- /public/img/logo_custom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/logo_custom.png -------------------------------------------------------------------------------- /public/img/logo_hc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/logo_hc.png -------------------------------------------------------------------------------- /public/img/logoico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/logoico.png -------------------------------------------------------------------------------- /public/img/maper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/maper.png -------------------------------------------------------------------------------- /public/img/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/menu.png -------------------------------------------------------------------------------- /public/img/noPhoto.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/noPhoto.gif -------------------------------------------------------------------------------- /public/img/noPhoto.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/noPhoto.jpg -------------------------------------------------------------------------------- /public/img/org.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/org.png -------------------------------------------------------------------------------- /public/img/qrcode-refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/qrcode-refresh.png -------------------------------------------------------------------------------- /public/img/register.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/register.png -------------------------------------------------------------------------------- /public/img/room.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/room.png -------------------------------------------------------------------------------- /public/img/supplier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/supplier.png -------------------------------------------------------------------------------- /public/img/unit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/unit.png -------------------------------------------------------------------------------- /public/img/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/img/user.png -------------------------------------------------------------------------------- /public/import/hc.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/import/hc.xlsx -------------------------------------------------------------------------------- /public/import/hc20200610.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/import/hc20200610.xlsx -------------------------------------------------------------------------------- /public/import/importCar.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/import/importCar.xlsx -------------------------------------------------------------------------------- /public/import/importRoom.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/import/importRoom.xlsx -------------------------------------------------------------------------------- /public/import/meterMachine.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/import/meterMachine.xlsx -------------------------------------------------------------------------------- /public/import/wy.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/import/wy.xlsx -------------------------------------------------------------------------------- /public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/index.html -------------------------------------------------------------------------------- /public/index1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/index1.html -------------------------------------------------------------------------------- /public/initCompany.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/initCompany.html -------------------------------------------------------------------------------- /public/js/demo/chartjs-demo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/js/demo/chartjs-demo.js -------------------------------------------------------------------------------- /public/js/demo/flot-demo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/js/demo/flot-demo.js -------------------------------------------------------------------------------- /public/js/demo/flot-demo2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/js/demo/flot-demo2.js -------------------------------------------------------------------------------- /public/js/demo/morris-demo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/js/demo/morris-demo.js -------------------------------------------------------------------------------- /public/js/demo/peity-demo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/js/demo/peity-demo.js -------------------------------------------------------------------------------- /public/js/demo/rickshaw-demo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/js/demo/rickshaw-demo.js -------------------------------------------------------------------------------- /public/js/geo/abc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/js/geo/abc.js -------------------------------------------------------------------------------- /public/js/geo/ol.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/js/geo/ol.js -------------------------------------------------------------------------------- /public/js/inspinia.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/js/inspinia.js -------------------------------------------------------------------------------- /public/js/jessibuca/renderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/js/jessibuca/renderer.js -------------------------------------------------------------------------------- /public/js/jquery.step.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/js/jquery.step.min.js -------------------------------------------------------------------------------- /public/js/marked.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/js/marked.min.js -------------------------------------------------------------------------------- /public/js/plugins/c3/c3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/js/plugins/c3/c3.min.js -------------------------------------------------------------------------------- /public/js/plugins/d3/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/js/plugins/d3/LICENSE -------------------------------------------------------------------------------- /public/js/plugins/d3/d3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/js/plugins/d3/d3.min.js -------------------------------------------------------------------------------- /public/js/plugins/pdfjs/pdf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/js/plugins/pdfjs/pdf.js -------------------------------------------------------------------------------- /public/js/plugins/xss/xss.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/js/plugins/xss/xss.js -------------------------------------------------------------------------------- /public/js/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/js/popper.min.js -------------------------------------------------------------------------------- /public/js/toastr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/js/toastr.min.js -------------------------------------------------------------------------------- /public/js/vue/vue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/js/vue/vue.js -------------------------------------------------------------------------------- /public/js/vue/vue.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/js/vue/vue.min.js -------------------------------------------------------------------------------- /public/js/webrtc/srs.sdk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/js/webrtc/srs.sdk.js -------------------------------------------------------------------------------- /public/js/xlsx.full.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/js/xlsx.full.min.js -------------------------------------------------------------------------------- /public/js/xlsxStyle.core.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/js/xlsxStyle.core.min.js -------------------------------------------------------------------------------- /public/js/xlsxStyle.utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/js/xlsxStyle.utils.js -------------------------------------------------------------------------------- /public/json/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/json/data.json -------------------------------------------------------------------------------- /public/layui/css/layui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/css/layui.css -------------------------------------------------------------------------------- /public/layui/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/font/iconfont.eot -------------------------------------------------------------------------------- /public/layui/font/iconfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/font/iconfont.svg -------------------------------------------------------------------------------- /public/layui/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/font/iconfont.ttf -------------------------------------------------------------------------------- /public/layui/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/font/iconfont.woff -------------------------------------------------------------------------------- /public/layui/images/face/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/0.gif -------------------------------------------------------------------------------- /public/layui/images/face/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/1.gif -------------------------------------------------------------------------------- /public/layui/images/face/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/10.gif -------------------------------------------------------------------------------- /public/layui/images/face/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/11.gif -------------------------------------------------------------------------------- /public/layui/images/face/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/12.gif -------------------------------------------------------------------------------- /public/layui/images/face/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/13.gif -------------------------------------------------------------------------------- /public/layui/images/face/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/14.gif -------------------------------------------------------------------------------- /public/layui/images/face/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/15.gif -------------------------------------------------------------------------------- /public/layui/images/face/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/16.gif -------------------------------------------------------------------------------- /public/layui/images/face/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/17.gif -------------------------------------------------------------------------------- /public/layui/images/face/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/18.gif -------------------------------------------------------------------------------- /public/layui/images/face/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/19.gif -------------------------------------------------------------------------------- /public/layui/images/face/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/2.gif -------------------------------------------------------------------------------- /public/layui/images/face/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/20.gif -------------------------------------------------------------------------------- /public/layui/images/face/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/21.gif -------------------------------------------------------------------------------- /public/layui/images/face/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/22.gif -------------------------------------------------------------------------------- /public/layui/images/face/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/23.gif -------------------------------------------------------------------------------- /public/layui/images/face/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/24.gif -------------------------------------------------------------------------------- /public/layui/images/face/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/25.gif -------------------------------------------------------------------------------- /public/layui/images/face/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/26.gif -------------------------------------------------------------------------------- /public/layui/images/face/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/27.gif -------------------------------------------------------------------------------- /public/layui/images/face/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/28.gif -------------------------------------------------------------------------------- /public/layui/images/face/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/29.gif -------------------------------------------------------------------------------- /public/layui/images/face/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/3.gif -------------------------------------------------------------------------------- /public/layui/images/face/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/30.gif -------------------------------------------------------------------------------- /public/layui/images/face/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/31.gif -------------------------------------------------------------------------------- /public/layui/images/face/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/32.gif -------------------------------------------------------------------------------- /public/layui/images/face/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/33.gif -------------------------------------------------------------------------------- /public/layui/images/face/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/34.gif -------------------------------------------------------------------------------- /public/layui/images/face/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/35.gif -------------------------------------------------------------------------------- /public/layui/images/face/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/36.gif -------------------------------------------------------------------------------- /public/layui/images/face/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/37.gif -------------------------------------------------------------------------------- /public/layui/images/face/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/38.gif -------------------------------------------------------------------------------- /public/layui/images/face/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/39.gif -------------------------------------------------------------------------------- /public/layui/images/face/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/4.gif -------------------------------------------------------------------------------- /public/layui/images/face/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/40.gif -------------------------------------------------------------------------------- /public/layui/images/face/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/41.gif -------------------------------------------------------------------------------- /public/layui/images/face/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/42.gif -------------------------------------------------------------------------------- /public/layui/images/face/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/43.gif -------------------------------------------------------------------------------- /public/layui/images/face/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/44.gif -------------------------------------------------------------------------------- /public/layui/images/face/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/45.gif -------------------------------------------------------------------------------- /public/layui/images/face/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/46.gif -------------------------------------------------------------------------------- /public/layui/images/face/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/47.gif -------------------------------------------------------------------------------- /public/layui/images/face/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/48.gif -------------------------------------------------------------------------------- /public/layui/images/face/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/49.gif -------------------------------------------------------------------------------- /public/layui/images/face/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/5.gif -------------------------------------------------------------------------------- /public/layui/images/face/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/50.gif -------------------------------------------------------------------------------- /public/layui/images/face/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/51.gif -------------------------------------------------------------------------------- /public/layui/images/face/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/52.gif -------------------------------------------------------------------------------- /public/layui/images/face/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/53.gif -------------------------------------------------------------------------------- /public/layui/images/face/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/54.gif -------------------------------------------------------------------------------- /public/layui/images/face/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/55.gif -------------------------------------------------------------------------------- /public/layui/images/face/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/56.gif -------------------------------------------------------------------------------- /public/layui/images/face/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/57.gif -------------------------------------------------------------------------------- /public/layui/images/face/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/58.gif -------------------------------------------------------------------------------- /public/layui/images/face/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/59.gif -------------------------------------------------------------------------------- /public/layui/images/face/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/6.gif -------------------------------------------------------------------------------- /public/layui/images/face/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/60.gif -------------------------------------------------------------------------------- /public/layui/images/face/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/61.gif -------------------------------------------------------------------------------- /public/layui/images/face/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/62.gif -------------------------------------------------------------------------------- /public/layui/images/face/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/63.gif -------------------------------------------------------------------------------- /public/layui/images/face/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/64.gif -------------------------------------------------------------------------------- /public/layui/images/face/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/65.gif -------------------------------------------------------------------------------- /public/layui/images/face/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/66.gif -------------------------------------------------------------------------------- /public/layui/images/face/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/67.gif -------------------------------------------------------------------------------- /public/layui/images/face/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/68.gif -------------------------------------------------------------------------------- /public/layui/images/face/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/69.gif -------------------------------------------------------------------------------- /public/layui/images/face/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/7.gif -------------------------------------------------------------------------------- /public/layui/images/face/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/70.gif -------------------------------------------------------------------------------- /public/layui/images/face/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/71.gif -------------------------------------------------------------------------------- /public/layui/images/face/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/8.gif -------------------------------------------------------------------------------- /public/layui/images/face/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/images/face/9.gif -------------------------------------------------------------------------------- /public/layui/layui.all.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/layui.all.js -------------------------------------------------------------------------------- /public/layui/layui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/layui/layui.js -------------------------------------------------------------------------------- /public/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/logo.png -------------------------------------------------------------------------------- /public/markdown.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/markdown.html -------------------------------------------------------------------------------- /public/pages/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/pages/.DS_Store -------------------------------------------------------------------------------- /public/pages/admin/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/pages/admin/.DS_Store -------------------------------------------------------------------------------- /public/pages/frame/role/role.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/pages/frame/role/role.js -------------------------------------------------------------------------------- /public/pages/property/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/pages/property/.DS_Store -------------------------------------------------------------------------------- /public/pages/proxy/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/pages/proxy/.DS_Store -------------------------------------------------------------------------------- /public/pages/scm/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/pages/scm/.DS_Store -------------------------------------------------------------------------------- /public/pages/scm/gold/gold.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/pages/scm/gold/gold.html -------------------------------------------------------------------------------- /public/pages/scm/gold/gold.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/pages/scm/gold/gold.js -------------------------------------------------------------------------------- /public/print.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/print.html -------------------------------------------------------------------------------- /public/rebot.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: / -------------------------------------------------------------------------------- /public/smallPrint.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/smallPrint.html -------------------------------------------------------------------------------- /public/sso.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/sso.html -------------------------------------------------------------------------------- /public/stencilset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/stencilset.json -------------------------------------------------------------------------------- /public/stylesheets/log.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/stylesheets/log.css -------------------------------------------------------------------------------- /public/stylesheets/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/stylesheets/style.css -------------------------------------------------------------------------------- /public/testTel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/testTel.html -------------------------------------------------------------------------------- /public/user.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/user.html -------------------------------------------------------------------------------- /public/user_hefei.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/user_hefei.html -------------------------------------------------------------------------------- /public/v.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/v.html -------------------------------------------------------------------------------- /public/vcCore/common.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/vcCore/core.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/vcCore/core.js -------------------------------------------------------------------------------- /public/vcCore/vc-cn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/vcCore/vc-cn.js -------------------------------------------------------------------------------- /public/vcCore/vc-constant.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/vcCore/vc-constant.js -------------------------------------------------------------------------------- /public/vcCore/vc-core.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/vcCore/vc-core.js -------------------------------------------------------------------------------- /public/vcCore/vc-en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/vcCore/vc-en.js -------------------------------------------------------------------------------- /public/vcCore/vc-lang.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/vcCore/vc-lang.js -------------------------------------------------------------------------------- /public/vcCore/vc-tibetan.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/vcCore/vc-tibetan.js -------------------------------------------------------------------------------- /public/vcCore/vc-validate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/vcCore/vc-validate.js -------------------------------------------------------------------------------- /public/vcCore/vc-zh-cn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/vcCore/vc-zh-cn.js -------------------------------------------------------------------------------- /public/vcCore/vcFramework.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/vcCore/vcFramework.js -------------------------------------------------------------------------------- /public/video.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/video.html -------------------------------------------------------------------------------- /public/video1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/public/video1.html -------------------------------------------------------------------------------- /routes/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/routes/index.js -------------------------------------------------------------------------------- /routes/users.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/routes/users.js -------------------------------------------------------------------------------- /views/error.jade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/views/error.jade -------------------------------------------------------------------------------- /views/index.jade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/views/index.jade -------------------------------------------------------------------------------- /views/layout.jade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/views/layout.jade -------------------------------------------------------------------------------- /安装部署.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/java110/MicroCommunityWeb/HEAD/安装部署.md --------------------------------------------------------------------------------