在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → .Net微信企业级OA工作流系统源代码下载,仿微办公,考勤+外勤+报告+出差+报销

.Net微信企业级OA工作流系统源代码下载,仿微办公,考勤+外勤+报告+出差+报销

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:9.99M
  • 下载次数:78
  • 浏览次数:521
  • 发布时间:2020-06-29
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
1、系统采用纯HTML+Ashx开发,好处就不用多说了,终于可以摆脱控件那一大堆要命的东西了 2、不管是微信端还是PC端,前端采用现在流行的MVC框架(avalon,这个类似大名鼎鼎的angularjs)和Jquery配合开发,简直不能更酸爽了 3、界面优美 4、企业号作为一个配置项而存在,也就是说只需要经过简单的配置,即能使用我们开发完毕的企业号相关应用 模块功能 1、 人力资源(考勤,工资发放,出差请假,员工管理) 2、 CRM(客户管理,合同管理,产品管理) 3、 工作报告 4、 经费报销 5、 企业活动 6、 企业文档 7、 工作流程 8、 会议管理 9、 同事社区 10、新闻公告
【实例截图】
【核心代码】
最新微信企业级OA工作流系统源代码完整版
├── QJ_Single
│   ├── FTWeb
│   │   ├── API
│   │   │   ├── HtmlHandler.cs
│   │   │   ├── HtmlModule.cs
│   │   │   ├── VIEWAPI.ashx
│   │   │   ├── VIEWAPI.ashx.cs
│   │   │   ├── WXAPI.ashx
│   │   │   └── WXAPI.ashx.cs
│   │   ├── Global.asax
│   │   ├── Global.asax.cs
│   │   ├── Properties
│   │   │   ├── 010xr_com.htm
│   │   │   ├── 010xr_com.jpg
│   │   │   ├── 126x36.png
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── QjySaasWeb.csproj
│   │   ├── ViewV5
│   │   │   ├── AppPage
│   │   │   │   ├── APPLIST.html
│   │   │   │   ├── APPVIEW.html
│   │   │   │   ├── APP_ADD_WF.html
│   │   │   │   ├── BZZX
│   │   │   │   │   ├── BZZX.html
│   │   │   │   │   ├── BZZXGL.html
│   │   │   │   │   └── BZZXLIST.html
│   │   │   │   ├── CCXJ
│   │   │   │   │   ├── CCXJ.html
│   │   │   │   │   ├── CCXJBRANCH.html
│   │   │   │   │   ├── CCXJLIST.html
│   │   │   │   │   ├── CCXJUserLIST.html
│   │   │   │   │   └── CCXJVIEW.html
│   │   │   │   ├── CRM
│   │   │   │   │   ├── CPGL.html
│   │   │   │   │   ├── CPGLLIST.html
│   │   │   │   │   ├── CPGLVIEW.html
│   │   │   │   │   ├── GJJL.html
│   │   │   │   │   ├── GJJLLIST.html
│   │   │   │   │   ├── GJJLVIEW.html
│   │   │   │   │   ├── HTGJ.html
│   │   │   │   │   ├── HTGL.html
│   │   │   │   │   ├── HTGLLIST.html
│   │   │   │   │   ├── HTGLVIEW.html
│   │   │   │   │   ├── KHCCLIST.html
│   │   │   │   │   ├── KHGL.html
│   │   │   │   │   ├── KHGLLIST.html
│   │   │   │   │   ├── KHGLVIEW.html
│   │   │   │   │   ├── KHLXR.html
│   │   │   │   │   ├── KHLXRLIST.html
│   │   │   │   │   ├── KHLXRVIEW.html
│   │   │   │   │   └── XZLXRLIST.html
│   │   │   │   ├── DBGL
│   │   │   │   │   └── DBGLLIST.html
│   │   │   │   ├── DXGL
│   │   │   │   │   ├── DXGL.html
│   │   │   │   │   ├── DXGLLIST.html
│   │   │   │   │   ├── DXGLVIEW.html
│   │   │   │   │   ├── DXQZ.html
│   │   │   │   │   └── SelDXTemplate.html
│   │   │   │   ├── GZBG
│   │   │   │   │   ├── GZBG.html
│   │   │   │   │   ├── GZBGLIST.html
│   │   │   │   │   ├── GZBGLIST_BAK.html
│   │   │   │   │   ├── GZBGTJ.html
│   │   │   │   │   ├── GZBGUserLIST.html
│   │   │   │   │   ├── GZBGUserLIST_BAK.html
│   │   │   │   │   └── GZBGVIEW.html
│   │   │   │   ├── HYGL
│   │   │   │   │   ├── HYGL.html
│   │   │   │   │   ├── HYGLINDEX.html
│   │   │   │   │   ├── HYGLLIST.html
│   │   │   │   │   ├── HYGLVIEW.html
│   │   │   │   │   ├── HYS.html
│   │   │   │   │   ├── HYSLIST.html
│   │   │   │   │   └── HYSVIEW.html
│   │   │   │   ├── JFBX
│   │   │   │   │   ├── HtmlToWord.aspx
│   │   │   │   │   ├── HtmlToWord.aspx.cs
│   │   │   │   │   ├── HtmlToWord.aspx.designer.cs
│   │   │   │   │   ├── JFBX.html
│   │   │   │   │   ├── JFBXDY.html
│   │   │   │   │   ├── JFBXJL.html
│   │   │   │   │   ├── JFBXLIST.html
│   │   │   │   │   ├── JFBXTJ.html
│   │   │   │   │   ├── JFBXUserLIST.html
│   │   │   │   │   └── JFBXVIEW.html
│   │   │   │   ├── KCGL
│   │   │   │   │   ├── KCCKDetail.html
│   │   │   │   │   ├── KCCKTJ.html
│   │   │   │   │   ├── KCGL.html
│   │   │   │   │   ├── KCGLLIST.html
│   │   │   │   │   ├── KCINFO.html
│   │   │   │   │   ├── KJGL.html
│   │   │   │   │   ├── KJGLLIST.html
│   │   │   │   │   ├── KJGLSelect.html
│   │   │   │   │   └── KJGLVIEW.html
│   │   │   │   ├── KDDY
│   │   │   │   │   ├── KDDY.html
│   │   │   │   │   ├── KDDYLIST.html
│   │   │   │   │   ├── KDDYYL.html
│   │   │   │   │   ├── KDPZ.html
│   │   │   │   │   └── XZCYDZLIST.html
│   │   │   │   ├── KQGL
│   │   │   │   │   ├── GRJL.html
│   │   │   │   │   ├── GRKQ.html
│   │   │   │   │   ├── KQGL.html
│   │   │   │   │   ├── KQINSTALL.html
│   │   │   │   │   └── KQTJ.html
│   │   │   │   ├── KSGL
│   │   │   │   │   ├── HTMLPage1.html
│   │   │   │   │   ├── KSAP.html
│   │   │   │   │   ├── KSAPLIST.html
│   │   │   │   │   ├── KSAPVIEW.html
│   │   │   │   │   ├── SELSTLIST.html
│   │   │   │   │   ├── SJGL.html
│   │   │   │   │   ├── SJGLDF.html
│   │   │   │   │   ├── SJGLLIST.html
│   │   │   │   │   ├── SJGLVIEW.html
│   │   │   │   │   ├── TKFL.html
│   │   │   │   │   ├── TKFLLIST.html
│   │   │   │   │   ├── TKGL.html
│   │   │   │   │   ├── TKLIST.html
│   │   │   │   │   ├── TKST.html
│   │   │   │   │   ├── TKSTExport.html
│   │   │   │   │   ├── TKSTLIST.html
│   │   │   │   │   ├── USERCJLIST.html
│   │   │   │   │   ├── USERKS.html
│   │   │   │   │   ├── USERKSDA.html
│   │   │   │   │   ├── USERKSLIST.html
│   │   │   │   │   └── USERKSView.html
│   │   │   │   ├── LCSP
│   │   │   │   │   ├── APP_LCSP_SEL.html
│   │   │   │   │   ├── APP_WF_LCSZ.html
│   │   │   │   │   ├── ExtendSet.html
│   │   │   │   │   ├── LCSP.html
│   │   │   │   │   ├── LCSPLIST.html
│   │   │   │   │   ├── LCSPTJ.html
│   │   │   │   │   ├── LCSPTJLIST.html
│   │   │   │   │   ├── LCSPTJ_BAK.html
│   │   │   │   │   ├── LCSPVIEW.html
│   │   │   │   │   ├── LCSZ.html
│   │   │   │   │   ├── LCSZSelect.html
│   │   │   │   │   ├── PDSZ.html
│   │   │   │   │   └── PROCESS.html
│   │   │   │   ├── QYHD
│   │   │   │   │   ├── QYHD.html
│   │   │   │   │   ├── QYHDLIST.html
│   │   │   │   │   ├── QYHDVIEW.html
│   │   │   │   │   ├── QYTPVIEW.html
│   │   │   │   │   └── TPJGVIEW.html
│   │   │   │   ├── QYWD
│   │   │   │   │   ├── FolderSel.html
│   │   │   │   │   ├── QYSC.html
│   │   │   │   │   ├── QYWD.html
│   │   │   │   │   ├── QYWDGL.html
│   │   │   │   │   └── QYWDSCVIEW.html
│   │   │   │   ├── RWGL
│   │   │   │   │   ├── RWGL.html
│   │   │   │   │   ├── RWGLLIST.html
│   │   │   │   │   └── RWGLVIEW.html
│   │   │   │   ├── TSSQ
│   │   │   │   │   ├── TSSQ.html
│   │   │   │   │   ├── TSSQLIST.html
│   │   │   │   │   └── TSSQVIEW.html
│   │   │   │   ├── TXL
│   │   │   │   │   ├── QYTXLLIST.html
│   │   │   │   │   └── TXLPrint.html
│   │   │   │   ├── TXSX
│   │   │   │   │   ├── TXGLLIST.html
│   │   │   │   │   ├── TXSX.html
│   │   │   │   │   └── TXSXLIST.html
│   │   │   │   ├── WQQD
│   │   │   │   │   ├── WQQDLIST.html
│   │   │   │   │   └── WQQDVIEW.html
│   │   │   │   ├── WTFK
│   │   │   │   │   ├── WTFK.html
│   │   │   │   │   ├── WTFKLIST.html
│   │   │   │   │   └── WTFKVIEW.html
│   │   │   │   ├── XMGL
│   │   │   │   │   ├── XMGL.html
│   │   │   │   │   ├── XMGLLIST.html
│   │   │   │   │   └── XMGLVIEW.html
│   │   │   │   ├── XTGL
│   │   │   │   │   ├── APPGL.html
│   │   │   │   │   ├── APPSET.html
│   │   │   │   │   ├── BranchSelect.html
│   │   │   │   │   ├── Company.html
│   │   │   │   │   ├── GLYGH.html
│   │   │   │   │   ├── IMPORTUSER.html
│   │   │   │   │   ├── INDEX.html
│   │   │   │   │   ├── QYCenter.html
│   │   │   │   │   ├── QYHPZ_DJ.html
│   │   │   │   │   ├── ROLEINDEX.html
│   │   │   │   │   ├── SZMXLIST.html
│   │   │   │   │   ├── TopBranchSelect.html
│   │   │   │   │   ├── UserCenter.html
│   │   │   │   │   ├── XTGL_INIT.html
│   │   │   │   │   ├── XTRZLIST.html
│   │   │   │   │   ├── YGGL.html
│   │   │   │   │   ├── YGGLVIEW.html
│   │   │   │   │   └── YGINDEX.html
│   │   │   │   ├── XXFB
│   │   │   │   │   ├── LSXXLIST.html
│   │   │   │   │   ├── SelDraft.html
│   │   │   │   │   ├── SelMatterDraft.html
│   │   │   │   │   ├── WX.css
│   │   │   │   │   ├── XXFB.html
│   │   │   │   │   ├── XXFBChildrenVIEw.html
│   │   │   │   │   ├── XXFBSC.html
│   │   │   │   │   ├── XXFBSH.html
│   │   │   │   │   ├── XXFBVIEW.html
│   │   │   │   │   ├── XXFB_WF.html
│   │   │   │   │   ├── XXTYPE.html
│   │   │   │   │   └── XXTYPELIST.html
│   │   │   │   ├── XXZX
│   │   │   │   │   ├── XXZXLIST.html
│   │   │   │   │   └── XXZXVIEW.html
│   │   │   │   ├── XZGL
│   │   │   │   │   ├── FFJLLIST.html
│   │   │   │   │   ├── FFJLVIEW.html
│   │   │   │   │   ├── FL.html
│   │   │   │   │   ├── JCSZ.html
│   │   │   │   │   ├── WXYJ.html
│   │   │   │   │   ├── XZFF.html
│   │   │   │   │   ├── XZGLLIST.html
│   │   │   │   │   └── XZGLVIEW.html
│   │   │   │   └── YCGL
│   │   │   │   ├── CLGL.html
│   │   │   │   ├── CLGLLIST.html
│   │   │   │   ├── CLGLVIEW.html
│   │   │   │   ├── YCGL.html
│   │   │   │   ├── YCGLINDEX.html
│   │   │   │   ├── YCGLLIST.html
│   │   │   │   └── YCGLVIEW.html
│   │   │   ├── Base
│   │   │   │   ├── APP_COMMENT.html
│   │   │   │   ├── APP_IMPORT.html
│   │   │   │   ├── CRM_合同_导入模板.xls
│   │   │   │   ├── CRM_客户_导入模板.xls
│   │   │   │   ├── CRM_客户联系人_导入模板.xls
│   │   │   │   ├── DownFile.aspx
│   │   │   │   ├── DownFile.aspx.cs
│   │   │   │   ├── DownFile.aspx.designer.cs
│   │   │   │   ├── DownFolder.html
│   │   │   │   ├── DownFolderL.html
│   │   │   │   ├── FileSel.html
│   │   │   │   ├── FolderSel.html
│   │   │   │   ├── Loading.html
│   │   │   │   ├── Success.html
│   │   │   │   ├── UploadTX.ashx
│   │   │   │   ├── UploadTX.ashx.cs
│   │   │   │   ├── UploadTX.html
│   │   │   │   ├── UserSelect.html
│   │   │   │   ├── YZMCode.aspx
│   │   │   │   ├── YZMCode.aspx.cs
│   │   │   │   ├── YZMCode.aspx.designer.cs
│   │   │   │   ├── ZDCRMLIST.html
│   │   │   │   ├── ZDLIST.html
│   │   │   │   ├── doc.html
│   │   │   │   ├── import_user.xlsx
│   │   │   │   ├── pdf.html
│   │   │   │   ├── ppt.html
│   │   │   │   ├── showvideo.html
│   │   │   │   ├── showvideo_bak.html
│   │   │   │   ├── xls.html
│   │   │   │   └── 批量发薪通知模板.xlsx
│   │   │   ├── CSS
│   │   │   │   ├── BootOver.css
│   │   │   │   ├── Office
│   │   │   │   │   ├── Doc.css
│   │   │   │   │   ├── bootstrap-responsive.min.css
│   │   │   │   │   ├── bootstrap.min.css
│   │   │   │   │   ├── bootstrap.min.js
│   │   │   │   │   ├── ppt.css
│   │   │   │   │   └── xls.css
│   │   │   │   ├── animate.css
│   │   │   │   ├── bootstrap3.3.5
│   │   │   │   │   ├── HtmlPage1.txt
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── bootstrap-theme.css
│   │   │   │   │   │   ├── bootstrap-theme.css.map
│   │   │   │   │   │   ├── bootstrap-theme.min.css
│   │   │   │   │   │   ├── bootstrap.css
│   │   │   │   │   │   ├── bootstrap.css.map
│   │   │   │   │   │   └── bootstrap.min.css
│   │   │   │   │   ├── fonts
│   │   │   │   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   │   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   │   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   │   │   │   ├── glyphicons-halflings-regular.woff
│   │   │   │   │   │   └── glyphicons-halflings-regular.woff2
│   │   │   │   │   └── js
│   │   │   │   │   ├── bootstrap-datetimepicker.zh-CN.js
│   │   │   │   │   ├── bootstrap.js
│   │   │   │   │   ├── bootstrap.min.js
│   │   │   │   │   ├── bootstrap.min.js.map
│   │   │   │   │   └── npm.js
│   │   │   │   ├── default.css
│   │   │   │   ├── im.css
│   │   │   │   ├── index.css
│   │   │   │   ├── ksmk
│   │   │   │   │   ├── list.css
│   │   │   │   │   ├── sass.css
│   │   │   │   │   ├── saved_resource(2).css
│   │   │   │   │   ├── saved_resource.css
│   │   │   │   │   └── zj.css
│   │   │   │   ├── style.css
│   │   │   │   └── weixin
│   │   │   │   ├── images
│   │   │   │   │   ├── 1.png
│   │   │   │   │   ├── 10.png
│   │   │   │   │   ├── 11.png
│   │   │   │   │   ├── 12.png
│   │   │   │   │   ├── 13.png
│   │   │   │   │   ├── 14.png
│   │   │   │   │   ├── 15.png
│   │   │   │   │   ├── 16.png
│   │   │   │   │   ├── 2.png
│   │   │   │   │   ├── 3.png
│   │   │   │   │   ├── 4.png
│   │   │   │   │   ├── 5.png
│   │   │   │   │   ├── 6.png
│   │   │   │   │   ├── 7.png
│   │   │   │   │   ├── 8.png
│   │   │   │   │   └── 9.png
│   │   │   │   ├── index.css
│   │   │   │   ├── index.html
│   │   │   │   └── index1.html
│   │   │   ├── Chat
│   │   │   │   ├── chat.html
│   │   │   │   ├── chat.js
│   │   │   │   ├── msg.mp3
│   │   │   │   ├── msg.ogg
│   │   │   │   └── qqface
│   │   │   │   ├── face
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── 72.gif
│   │   │   │   │   ├── 73.gif
│   │   │   │   │   ├── 74.gif
│   │   │   │   │   ├── 75.gif
│   │   │   │   │   ├── 8.gif
│   │   │   │   │   └── 9.gif
│   │   │   │   ├── jquery-browser.js
│   │   │   │   ├── jquery.qqFace.js
│   │   │   │   └── qqface.css
│   │   │   ├── JS
│   │   │   │   ├── JQrCode.js
│   │   │   │   ├── SZHLCommon.js
│   │   │   │   ├── SZHLCommon.min.js
│   │   │   │   ├── SZHLCommon.min.js.map
│   │   │   │   ├── Sortable
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── bower.json
│   │   │   │   │   ├── index.html
│   │   │   │   │   ├── jquery.sortable.js
│   │   │   │   │   └── jquery.sortable.min.js
│   │   │   │   ├── Sortable.js
│   │   │   │   ├── Toast
│   │   │   │   │   ├── tests
│   │   │   │   │   │   └── toastr-tests.html
│   │   │   │   │   ├── toastr.css
│   │   │   │   │   ├── toastr.js
│   │   │   │   │   ├── toastr.min.css
│   │   │   │   │   └── toastr.min.js
│   │   │   │   ├── WFJS.js
│   │   │   │   ├── YSteps
│   │   │   │   │   ├── Steps.js
│   │   │   │   │   ├── pointes_blue.png
│   │   │   │   │   └── pointes_green.png
│   │   │   │   ├── YanSelect
│   │   │   │   │   ├── YanSelect.css
│   │   │   │   │   ├── YanSelect.js
│   │   │   │   │   ├── example.htm
│   │   │   │   │   └── jquery-1.4.4.min.js
│   │   │   │   ├── avalon.js
│   │   │   │   ├── avalon.modern.js
│   │   │   │   ├── avalon1.47.js
│   │   │   │   ├── avalon1.5.js
│   │   │   │   ├── chosen_v1.6.2
│   │   │   │   │   ├── bower.json
│   │   │   │   │   ├── chosen-sprite.png
│   │   │   │   │   ├── chosen-sprite@2x.png
│   │   │   │   │   ├── chosen.css
│   │   │   │   │   ├── chosen.jquery.js
│   │   │   │   │   ├── chosen.jquery.min.js
│   │   │   │   │   ├── chosen.min.css
│   │   │   │   │   ├── chosen.proto.js
│   │   │   │   │   ├── chosen.proto.min.js
│   │   │   │   │   ├── docsupport
│   │   │   │   │   │   ├── chosen.png
│   │   │   │   │   │   ├── event.simulate.js
│   │   │   │   │   │   ├── oss-credit.png
│   │   │   │   │   │   ├── prism.css
│   │   │   │   │   │   ├── prism.js
│   │   │   │   │   │   └── style.css
│   │   │   │   │   ├── index.html
│   │   │   │   │   ├── index.proto.html
│   │   │   │   │   ├── jquery-1.8.0.min.js
│   │   │   │   │   ├── options.html
│   │   │   │   │   └── package.json
│   │   │   │   ├── clipboard.js
│   │   │   │   ├── contextmenu.js
│   │   │   │   ├── fullcalendar
│   │   │   │   │   ├── fullcalendar.css
│   │   │   │   │   ├── fullcalendar.min.js
│   │   │   │   │   ├── fullcalendar.print.css
│   │   │   │   │   └── moment.min.js
│   │   │   │   ├── fullteem_doc.js
│   │   │   │   ├── fullteem_pdf.js
│   │   │   │   ├── fullteem_ppt.js
│   │   │   │   ├── fullteem_xls.js
│   │   │   │   ├── im
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── animsition.min.css
│   │   │   │   │   │   ├── bootstrap-theme.css.map
│   │   │   │   │   │   ├── bootstrap.css.map
│   │   │   │   │   │   ├── bootstrap.min.css
│   │   │   │   │   │   └── im.css
│   │   │   │   │   ├── im.html
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── a.png
│   │   │   │   │   │   ├── b.png
│   │   │   │   │   │   ├── c.png
│   │   │   │   │   │   ├── face.png
│   │   │   │   │   │   ├── im.png
│   │   │   │   │   │   ├── sprite.png
│   │   │   │   │   │   └── user2.jpg
│   │   │   │   │   └── js
│   │   │   │   │   ├── bootstrap.min.js
│   │   │   │   │   └── jquery-1.11.2.min.js
│   │   │   │   ├── index.js
│   │   │   │   ├── jquery-1.11.2.min.js
│   │   │   │   ├── jquery-migrate-1.1.0.min.js
│   │   │   │   ├── jquery.lazyload.min.js
│   │   │   │   ├── jquery.md5.js
│   │   │   │   ├── jquery.qrcode.min.js
│   │   │   │   ├── layer
│   │   │   │   │   ├── extend
│   │   │   │   │   │   └── layer.ext.js
│   │   │   │   │   ├── layer.js
│   │   │   │   │   └── skin
│   │   │   │   │   ├── default
│   │   │   │   │   │   ├── icon - 副本.png
│   │   │   │   │   │   ├── icon-ext.png
│   │   │   │   │   │   ├── icon.png
│   │   │   │   │   │   ├── loading-0.gif
│   │   │   │   │   │   ├── loading-1.gif
│   │   │   │   │   │   └── loading-2.gif
│   │   │   │   │   ├── layer.css
│   │   │   │   │   └── layer.ext.css
│   │   │   │   ├── laypage
│   │   │   │   │   ├── laypage.js
│   │   │   │   │   └── skin
│   │   │   │   │   └── laypage.css
│   │   │   │   ├── player
│   │   │   │   │   ├── CuSunV3set.xml
│   │   │   │   │   ├── action.js
│   │   │   │   │   ├── player.swf
│   │   │   │   │   └── swfobject.js
│   │   │   │   ├── raty
│   │   │   │   │   ├── fonts
│   │   │   │   │   │   ├── raty.eot
│   │   │   │   │   │   ├── raty.svg
│   │   │   │   │   │   ├── raty.ttf
│   │   │   │   │   │   └── raty.woff
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── cancel-off.png
│   │   │   │   │   │   ├── cancel-on.png
│   │   │   │   │   │   ├── star-half.png
│   │   │   │   │   │   ├── star-off.png
│   │   │   │   │   │   └── star-on.png
│   │   │   │   │   ├── jquery.raty.css
│   │   │   │   │   └── jquery.raty.js
│   │   │   │   ├── timego.js
│   │   │   │   ├── toastr.js
│   │   │   │   ├── txsc
│   │   │   │   │   ├── crossdomain.xml
│   │   │   │   │   ├── expressInstall.swf
│   │   │   │   │   ├── fullAvatarEditor.js
│   │   │   │   │   ├── fullAvatarEditor.swf
│   │   │   │   │   ├── simpleDemo.html
│   │   │   │   │   └── swfobject.js
│   │   │   │   ├── umeditor122
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   ├── emotion
│   │   │   │   │   │   │   ├── emotion.css
│   │   │   │   │   │   │   ├── emotion.js
│   │   │   │   │   │   │   └── images
│   │   │   │   │   │   │   ├── 0.gif
│   │   │   │   │   │   │   ├── bface.gif
│   │   │   │   │   │   │   ├── cface.gif
│   │   │   │   │   │   │   ├── fface.gif
│   │   │   │   │   │   │   ├── jxface2.gif
│   │   │   │   │   │   │   ├── neweditor-tab-bg.png
│   │   │   │   │   │   │   ├── tface.gif
│   │   │   │   │   │   │   ├── wface.gif
│   │   │   │   │   │   │   └── yface.gif
│   │   │   │   │   │   ├── formula
│   │   │   │   │   │   │   ├── formula.css
│   │   │   │   │   │   │   ├── formula.html
│   │   │   │   │   │   │   ├── formula.js
│   │   │   │   │   │   │   └── images
│   │   │   │   │   │   │   └── formula.png
│   │   │   │   │   │   ├── image
│   │   │   │   │   │   │   ├── image.css
│   │   │   │   │   │   │   ├── image.js
│   │   │   │   │   │   │   └── images
│   │   │   │   │   │   │   ├── close.png
│   │   │   │   │   │   │   ├── upload1.png
│   │   │   │   │   │   │   └── upload2.png
│   │   │   │   │   │   ├── link
│   │   │   │   │   │   │   └── link.js
│   │   │   │   │   │   ├── map
│   │   │   │   │   │   │   ├── map.html
│   │   │   │   │   │   │   └── map.js
│   │   │   │   │   │   └── video
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── center_focus.jpg
│   │   │   │   │   │   │   ├── left_focus.jpg
│   │   │   │   │   │   │   ├── none_focus.jpg
│   │   │   │   │   │   │   └── right_focus.jpg
│   │   │   │   │   │   ├── video.css
│   │   │   │   │   │   └── video.js
│   │   │   │   │   ├── index.html
│   │   │   │   │   ├── lang
│   │   │   │   │   │   ├── en
│   │   │   │   │   │   │   ├── en.js
│   │   │   │   │   │   │   └── images
│   │   │   │   │   │   │   ├── addimage.png
│   │   │   │   │   │   │   ├── alldeletebtnhoverskin.png
│   │   │   │   │   │   │   ├── alldeletebtnupskin.png
│   │   │   │   │   │   │   ├── background.png
│   │   │   │   │   │   │   ├── button.png
│   │   │   │   │   │   │   ├── copy.png
│   │   │   │   │   │   │   ├── deletedisable.png
│   │   │   │   │   │   │   ├── deleteenable.png
│   │   │   │   │   │   │   ├── imglabel.png
│   │   │   │   │   │   │   ├── listbackground.png
│   │   │   │   │   │   │   ├── localimage.png
│   │   │   │   │   │   │   ├── music.png
│   │   │   │   │   │   │   ├── rotateleftdisable.png
│   │   │   │   │   │   │   ├── rotateleftenable.png
│   │   │   │   │   │   │   ├── rotaterightdisable.png
│   │   │   │   │   │   │   ├── rotaterightenable.png
│   │   │   │   │   │   │   └── upload.png
│   │   │   │   │   │   └── zh-cn
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── copy.png
│   │   │   │   │   │   │   ├── imglabel.png
│   │   │   │   │   │   │   ├── localimage.png
│   │   │   │   │   │   │   ├── music.png
│   │   │   │   │   │   │   └── upload.png
│   │   │   │   │   │   └── zh-cn.js
│   │   │   │   │   ├── net
│   │   │   │   │   │   ├── Uploader.cs
│   │   │   │   │   │   ├── getContent.ashx
│   │   │   │   │   │   ├── imageUp.ashx
│   │   │   │   │   │   └── upload
│   │   │   │   │   │   └── 2014-11-29
│   │   │   │   │   │   ├── 3c616477-e2bb-40f9-8a08-c3821dd42742.jpg
│   │   │   │   │   │   ├── 45e4849b-d2b8-4553-b41c-6e5f315d2f05.png
│   │   │   │   │   │   ├── 49d89400-703e-4e67-8001-3bfc2f98cd6e.jpg
│   │   │   │   │   │   ├── 5f5e15b2-009f-4c19-b11a-fde1547cb01b.jpg
│   │   │   │   │   │   ├── 797b161f-a33b-4ae1-ba84-bcdcf2173158.png
│   │   │   │   │   │   ├── 9f5d0f16-82db-4478-9b6f-be167ab413db.jpg
│   │   │   │   │   │   ├── c535721e-cb4a-484d-82ed-cbe7c3fec061.jpg
│   │   │   │   │   │   ├── dabfe6d9-77a1-4b32-936d-6b28ac7ebfad.png
│   │   │   │   │   │   └── e9daa6f5-d18a-4519-9698-fe9826509086.png
│   │   │   │   │   ├── themes
│   │   │   │   │   │   └── default
│   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   ├── umeditor.css
│   │   │   │   │   │   │   └── umeditor.min.css
│   │   │   │   │   │   └── images
│   │   │   │   │   │   ├── caret.png
│   │   │   │   │   │   ├── close.png
│   │   │   │   │   │   ├── icons.gif
│   │   │   │   │   │   ├── icons.png
│   │   │   │   │   │   ├── ok.gif
│   │   │   │   │   │   ├── pop-bg.png
│   │   │   │   │   │   ├── spacer.gif
│   │   │   │   │   │   └── videologo.gif
│   │   │   │   │   ├── third-party
│   │   │   │   │   │   └── jquery.min.js
│   │   │   │   │   ├── umeditor.config.js
│   │   │   │   │   ├── umeditor.js
│   │   │   │   │   └── umeditor.min.js
│   │   │   │   ├── watermark.js
│   │   │   │   ├── zTree_v3
│   │   │   │   │   ├── QUI 框架介绍.txt
│   │   │   │   │   ├── api
│   │   │   │   │   │   ├── API_cn.html
│   │   │   │   │   │   ├── apiCss
│   │   │   │   │   │   │   ├── api.js
│   │   │   │   │   │   │   ├── common.css
│   │   │   │   │   │   │   ├── common_ie6.css
│   │   │   │   │   │   │   ├── img
│   │   │   │   │   │   │   │   ├── apiMenu.gif
│   │   │   │   │   │   │   │   ├── apiMenu.png
│   │   │   │   │   │   │   │   ├── background.jpg
│   │   │   │   │   │   │   │   ├── chinese.png
│   │   │   │   │   │   │   │   ├── close.png
│   │   │   │   │   │   │   │   ├── contact-bg.png
│   │   │   │   │   │   │   │   ├── english.png
│   │   │   │   │   │   │   │   ├── header-bg.png
│   │   │   │   │   │   │   │   ├── lightbulb.png
│   │   │   │   │   │   │   │   ├── overlay_arrow.gif
│   │   │   │   │   │   │   │   ├── overlay_arrow.png
│   │   │   │   │   │   │   │   ├── overlay_bg.png
│   │   │   │   │   │   │   │   ├── overlay_close_IE6.gif
│   │   │   │   │   │   │   │   ├── zTreeStandard.gif
│   │   │   │   │   │   │   │   └── zTreeStandard.png
│   │   │   │   │   │   │   ├── jquery-1.6.2.min.js
│   │   │   │   │   │   │   ├── jquery.ztree.core-3.5.js
│   │   │   │   │   │   │   └── zTreeStyleForApi.css
│   │   │   │   │   │   └── cn
│   │   │   │   │   │   ├── fn.zTree._z.html
│   │   │   │   │   │   ├── fn.zTree.destroy.html
│   │   │   │   │   │   ├── fn.zTree.getZTreeObj.html
│   │   │   │   │   │   ├── fn.zTree.init.html
│   │   │   │   │   │   ├── setting.async.autoParam.html
│   │   │   │   │   │   ├── setting.async.contentType.html
│   │   │   │   │   │   ├── setting.async.dataFilter.html
│   │   │   │   │   │   ├── setting.async.dataType.html
│   │   │   │   │   │   ├── setting.async.enable.html
│   │   │   │   │   │   ├── setting.async.otherParam.html
│   │   │   │   │   │   ├── setting.async.type.html
│   │   │   │   │   │   ├── setting.async.url.html
│   │   │   │   │   │   ├── setting.callback.beforeAsync.html
│   │   │   │   │   │   ├── setting.callback.beforeCheck.html
│   │   │   │   │   │   ├── setting.callback.beforeClick.html
│   │   │   │   │   │   ├── setting.callback.beforeCollapse.html
│   │   │   │   │   │   ├── setting.callback.beforeDblClick.html
│   │   │   │   │   │   ├── setting.callback.beforeDrag.html
│   │   │   │   │   │   ├── setting.callback.beforeDragOpen.html
│   │   │   │   │   │   ├── setting.callback.beforeDrop.html
│   │   │   │   │   │   ├── setting.callback.beforeEditName.html
│   │   │   │   │   │   ├── setting.callback.beforeExpand.html
│   │   │   │   │   │   ├── setting.callback.beforeMouseDown.html
│   │   │   │   │   │   ├── setting.callback.beforeMouseUp.html
│   │   │   │   │   │   ├── setting.callback.beforeRemove.html
│   │   │   │   │   │   ├── setting.callback.beforeRename.html
│   │   │   │   │   │   ├── setting.callback.beforeRightClick.html
│   │   │   │   │   │   ├── setting.callback.onAsyncError.html
│   │   │   │   │   │   ├── setting.callback.onAsyncSuccess.html
│   │   │   │   │   │   ├── setting.callback.onCheck.html
│   │   │   │   │   │   ├── setting.callback.onClick.html
│   │   │   │   │   │   ├── setting.callback.onCollapse.html
│   │   │   │   │   │   ├── setting.callback.onDblClick.html
│   │   │   │   │   │   ├── setting.callback.onDrag.html
│   │   │   │   │   │   ├── setting.callback.onDragMove.html
│   │   │   │   │   │   ├── setting.callback.onDrop.html
│   │   │   │   │   │   ├── setting.callback.onExpand.html
│   │   │   │   │   │   ├── setting.callback.onMouseDown.html
│   │   │   │   │   │   ├── setting.callback.onMouseUp.html
│   │   │   │   │   │   ├── setting.callback.onNodeCreated.html
│   │   │   │   │   │   ├── setting.callback.onRemove.html
│   │   │   │   │   │   ├── setting.callback.onRename.html
│   │   │   │   │   │   ├── setting.callback.onRightClick.html
│   │   │   │   │   │   ├── setting.check.autoCheckTrigger.html
│   │   │   │   │   │   ├── setting.check.chkDisabledInherit.html
│   │   │   │   │   │   ├── setting.check.chkStyle.html
│   │   │   │   │   │   ├── setting.check.chkboxType.html
│   │   │   │   │   │   ├── setting.check.enable.html
│   │   │   │   │   │   ├── setting.check.nocheckInherit.html
│   │   │   │   │   │   ├── setting.check.radioType.html
│   │   │   │   │   │   ├── setting.data.keep.leaf.html
│   │   │   │   │   │   ├── setting.data.keep.parent.html
│   │   │   │   │   │   ├── setting.data.key.checked.html
│   │   │   │   │   │   ├── setting.data.key.children.html
│   │   │   │   │   │   ├── setting.data.key.name.html
│   │   │   │   │   │   ├── setting.data.key.title.html
│   │   │   │   │   │   ├── setting.data.key.url.html
│   │   │   │   │   │   ├── setting.data.simpleData.enable.html
│   │   │   │   │   │   ├── setting.data.simpleData.idKey.html
│   │   │   │   │   │   ├── setting.data.simpleData.pIdKey.html
│   │   │   │   │   │   ├── setting.data.simpleData.rootPId.html
│   │   │   │   │   │   ├── setting.edit.drag.autoExpandTrigger.html
│   │   │   │   │   │   ├── setting.edit.drag.autoOpenTime.html
│   │   │   │   │   │   ├── setting.edit.drag.borderMax.html
│   │   │   │   │   │   ├── setting.edit.drag.borderMin.html
│   │   │   │   │   │   ├── setting.edit.drag.inner.html
│   │   │   │   │   │   ├── setting.edit.drag.isCopy.html
│   │   │   │   │   │   ├── setting.edit.drag.isMove.html
│   │   │   │   │   │   ├── setting.edit.drag.maxShowNodeNum.html
│   │   │   │   │   │   ├── setting.edit.drag.minMoveSize.html
│   │   │   │   │   │   ├── setting.edit.drag.next.html
│   │   │   │   │   │   ├── setting.edit.drag.prev.html
│   │   │   │   │   │   ├── setting.edit.editNameSelectAll.html
│   │   │   │   │   │   ├── setting.edit.enable.html
│   │   │   │   │   │   ├── setting.edit.removeTitle.html
│   │   │   │   │   │   ├── setting.edit.renameTitle.html
│   │   │   │   │   │   ├── setting.edit.showRemoveBtn.html
│   │   │   │   │   │   ├── setting.edit.showRenameBtn.html
│   │   │   │   │   │   ├── setting.treeId.html
│   │   │   │   │   │   ├── setting.treeObj.html
│   │   │   │   │   │   ├── setting.view.addDiyDom.html
│   │   │   │   │   │   ├── setting.view.addHoverDom.html
│   │   │   │   │   │   ├── setting.view.autoCancelSelected.html
│   │   │   │   │   │   ├── setting.view.dblClickExpand.html
│   │   │   │   │   │   ├── setting.view.expandSpeed.html
│   │   │   │   │   │   ├── setting.view.fontCss.html
│   │   │   │   │   │   ├── setting.view.nameIsHTML.html
│   │   │   │   │   │   ├── setting.view.removeHoverDom.html
│   │   │   │   │   │   ├── setting.view.selectedMulti.html
│   │   │   │   │   │   ├── setting.view.showIcon.html
│   │   │   │   │   │   ├── setting.view.showLine.html
│   │   │   │   │   │   ├── setting.view.showTitle.html
│   │   │   │   │   │   ├── setting.view.txtSelectedEnable.html
│   │   │   │   │   │   ├── treeNode.check_Child_State.html
│   │   │   │   │   │   ├── treeNode.check_Focus.html
│   │   │   │   │   │   ├── treeNode.checked.html
│   │   │   │   │   │   ├── treeNode.checkedOld.html
│   │   │   │   │   │   ├── treeNode.children.html
│   │   │   │   │   │   ├── treeNode.chkDisabled.html
│   │   │   │   │   │   ├── treeNode.click.html
│   │   │   │   │   │   ├── treeNode.diy.html
│   │   │   │   │   │   ├── treeNode.editNameFlag.html
│   │   │   │   │   │   ├── treeNode.getCheckStatus.html
│   │   │   │   │   │   ├── treeNode.getNextNode.html
│   │   │   │   │   │   ├── treeNode.getParentNode.html
│   │   │   │   │   │   ├── treeNode.getPreNode.html
│   │   │   │   │   │   ├── treeNode.halfCheck.html
│   │   │   │   │   │   ├── treeNode.icon.html
│   │   │   │   │   │   ├── treeNode.iconClose.html
│   │   │   │   │   │   ├── treeNode.iconOpen.html
│   │   │   │   │   │   ├── treeNode.iconSkin.html
│   │   │   │   │   │   ├── treeNode.isAjaxing.html
│   │   │   │   │   │   ├── treeNode.isFirstNode.html
│   │   │   │   │   │   ├── treeNode.isHidden.html
│   │   │   │   │   │   ├── treeNode.isHover.html
│   │   │   │   │   │   ├── treeNode.isLastNode.html
│   │   │   │   │   │   ├── treeNode.isParent.html
│   │   │   │   │   │   ├── treeNode.level.html
│   │   │   │   │   │   ├── treeNode.name.html
│   │   │   │   │   │   ├── treeNode.nocheck.html
│   │   │   │   │   │   ├── treeNode.open.html
│   │   │   │   │   │   ├── treeNode.parentTId.html
│   │   │   │   │   │   ├── treeNode.tId.html
│   │   │   │   │   │   ├── treeNode.target.html
│   │   │   │   │   │   ├── treeNode.url.html
│   │   │   │   │   │   ├── treeNode.zAsync.html
│   │   │   │   │   │   ├── zTreeObj.addNodes.html
│   │   │   │   │   │   ├── zTreeObj.cancelEditName.html
│   │   │   │   │   │   ├── zTreeObj.cancelSelectedNode.html
│   │   │   │   │   │   ├── zTreeObj.checkAllNodes.html
│   │   │   │   │   │   ├── zTreeObj.checkNode.html
│   │   │   │   │   │   ├── zTreeObj.copyNode.html
│   │   │   │   │   │   ├── zTreeObj.destroy.html
│   │   │   │   │   │   ├── zTreeObj.editName.html
│   │   │   │   │   │   ├── zTreeObj.expandAll.html
│   │   │   │   │   │   ├── zTreeObj.expandNode.html
│   │   │   │   │   │   ├── zTreeObj.getChangeCheckedNodes.html
│   │   │   │   │   │   ├── zTreeObj.getCheckedNodes.html
│   │   │   │   │   │   ├── zTreeObj.getNodeByParam.html
│   │   │   │   │   │   ├── zTreeObj.getNodeByTId.html
│   │   │   │   │   │   ├── zTreeObj.getNodeIndex.html
│   │   │   │   │   │   ├── zTreeObj.getNodes.html
│   │   │   │   │   │   ├── zTreeObj.getNodesByFilter.html
│   │   │   │   │   │   ├── zTreeObj.getNodesByParam.html
│   │   │   │   │   │   ├── zTreeObj.getNodesByParamFuzzy.html
│   │   │   │   │   │   ├── zTreeObj.getSelectedNodes.html
│   │   │   │   │   │   ├── zTreeObj.hideNode.html
│   │   │   │   │   │   ├── zTreeObj.hideNodes.html
│   │   │   │   │   │   ├── zTreeObj.moveNode.html
│   │   │   │   │   │   ├── zTreeObj.reAsyncChildNodes.html
│   │   │   │   │   │   ├── zTreeObj.refresh.html
│   │   │   │   │   │   ├── zTreeObj.removeChildNodes.html
│   │   │   │   │   │   ├── zTreeObj.removeNode.html
│   │   │   │   │   │   ├── zTreeObj.selectNode.html
│   │   │   │   │   │   ├── zTreeObj.setChkDisabled.html
│   │   │   │   │   │   ├── zTreeObj.setEditable.html
│   │   │   │   │   │   ├── zTreeObj.setting.html
│   │   │   │   │   │   ├── zTreeObj.showNode.html
│   │   │   │   │   │   ├── zTreeObj.showNodes.html
│   │   │   │   │   │   ├── zTreeObj.transformToArray.html
│   │   │   │   │   │   ├── zTreeObj.transformTozTreeNodes.html
│   │   │   │   │   │   └── zTreeObj.updateNode.html
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── demo.css
│   │   │   │   │   │   └── zTreeStyle
│   │   │   │   │   │   ├── img
│   │   │   │   │   │   │   ├── diy
│   │   │   │   │   │   │   │   ├── 1_close.png
│   │   │   │   │   │   │   │   ├── 1_open.png
│   │   │   │   │   │   │   │   ├── 2.png
│   │   │   │   │   │   │   │   ├── 3.png
│   │   │   │   │   │   │   │   ├── 4.png
│   │   │   │   │   │   │   │   ├── 5.png
│   │   │   │   │   │   │   │   ├── 6.png
│   │   │   │   │   │   │   │   ├── 7.png
│   │   │   │   │   │   │   │   ├── 8.png
│   │   │   │   │   │   │   │   └── 9.png
│   │   │   │   │   │   │   ├── line_conn.gif
│   │   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   │   ├── zTreeStandard.gif
│   │   │   │   │   │   │   └── zTreeStandard.png
│   │   │   │   │   │   └── zTreeStyle.css
│   │   │   │   │   ├── demo
│   │   │   │   │   │   └── cn
│   │   │   │   │   │   ├── asyncData
│   │   │   │   │   │   │   ├── getNodes.php
│   │   │   │   │   │   │   └── getNodesForBigData.php
│   │   │   │   │   │   ├── bigdata
│   │   │   │   │   │   │   ├── common.html
│   │   │   │   │   │   │   ├── diy_async.html
│   │   │   │   │   │   │   └── page.html
│   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   ├── async.html
│   │   │   │   │   │   │   ├── async_fun.html
│   │   │   │   │   │   │   ├── click.html
│   │   │   │   │   │   │   ├── custom_font.html
│   │   │   │   │   │   │   ├── custom_icon.html
│   │   │   │   │   │   │   ├── custom_iconSkin.html
│   │   │   │   │   │   │   ├── expand.html
│   │   │   │   │   │   │   ├── noicon.html
│   │   │   │   │   │   │   ├── noline.html
│   │   │   │   │   │   │   ├── otherMouse.html
│   │   │   │   │   │   │   ├── searchNodes.html
│   │   │   │   │   │   │   ├── simpleData.html
│   │   │   │   │   │   │   ├── standardData.html
│   │   │   │   │   │   │   ├── update_fun.html
│   │   │   │   │   │   │   └── url.html
│   │   │   │   │   │   ├── excheck
│   │   │   │   │   │   │   ├── checkbox.html
│   │   │   │   │   │   │   ├── checkbox_chkDisabled.html
│   │   │   │   │   │   │   ├── checkbox_count.html
│   │   │   │   │   │   │   ├── checkbox_fun.html
│   │   │   │   │   │   │   ├── checkbox_halfCheck.html
│   │   │   │   │   │   │   ├── checkbox_nocheck.html
│   │   │   │   │   │   │   ├── radio.html
│   │   │   │   │   │   │   ├── radio_chkDisabled.html
│   │   │   │   │   │   │   ├── radio_fun.html
│   │   │   │   │   │   │   ├── radio_halfCheck.html
│   │   │   │   │   │   │   └── radio_nocheck.html
│   │   │   │   │   │   ├── exedit
│   │   │   │   │   │   │   ├── async_edit.html
│   │   │   │   │   │   │   ├── drag.html
│   │   │   │   │   │   │   ├── drag_fun.html
│   │   │   │   │   │   │   ├── drag_super.html
│   │   │   │   │   │   │   ├── edit.html
│   │   │   │   │   │   │   ├── edit_fun.html
│   │   │   │   │   │   │   ├── edit_super.html
│   │   │   │   │   │   │   └── multiTree.html
│   │   │   │   │   │   ├── exhide
│   │   │   │   │   │   │   ├── checkbox.html
│   │   │   │   │   │   │   ├── common.html
│   │   │   │   │   │   │   └── radio.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── super
│   │   │   │   │   │   ├── asyncForAll.html
│   │   │   │   │   │   ├── checkbox_radio.html
│   │   │   │   │   │   ├── diydom.html
│   │   │   │   │   │   ├── dragWithOther.html
│   │   │   │   │   │   ├── left_menu.html
│   │   │   │   │   │   ├── left_menuForOutLook.gif
│   │   │   │   │   │   ├── left_menuForOutLook.html
│   │   │   │   │   │   ├── left_menuForOutLook.png
│   │   │   │   │   │   ├── oneclick.html
│   │   │   │   │   │   ├── oneroot.html
│   │   │   │   │   │   ├── rightClickMenu.html
│   │   │   │   │   │   ├── select_menu.html
│   │   │   │   │   │   ├── select_menu_checkbox.html
│   │   │   │   │   │   ├── select_menu_radio.html
│   │   │   │   │   │   └── singlepath.html
│   │   │   │   │   ├── js
│   │   │   │   │   │   ├── jquery-1.4.4.min.js
│   │   │   │   │   │   ├── jquery.ztree.all-3.5.js
│   │   │   │   │   │   ├── jquery.ztree.all-3.5.min.js
│   │   │   │   │   │   ├── jquery.ztree.core-3.5.js
│   │   │   │   │   │   ├── jquery.ztree.core-3.5.min.js
│   │   │   │   │   │   ├── jquery.ztree.excheck-3.5.js
│   │   │   │   │   │   ├── jquery.ztree.excheck-3.5.min.js
│   │   │   │   │   │   ├── jquery.ztree.exedit-3.5.js
│   │   │   │   │   │   ├── jquery.ztree.exedit-3.5.min.js
│   │   │   │   │   │   ├── jquery.ztree.exedit.js
│   │   │   │   │   │   ├── jquery.ztree.exhide-3.5.js
│   │   │   │   │   │   └── jquery.ztree.exhide-3.5.min.js
│   │   │   │   │   └── log v3.x.txt
│   │   │   │   └── zoomify.js
│   │   │   ├── Share.html
│   │   │   ├── TempWiget
│   │   │   │   ├── KJFS.html
│   │   │   │   ├── LCSP.html
│   │   │   │   ├── NOTE.html
│   │   │   │   └── im.html
│   │   │   ├── images
│   │   │   │   ├── DJ
│   │   │   │   │   └── sethd.png
│   │   │   │   ├── IM
│   │   │   │   │   ├── a.png
│   │   │   │   │   ├── b.png
│   │   │   │   │   ├── c.png
│   │   │   │   │   ├── face.png
│   │   │   │   │   ├── im.png
│   │   │   │   │   ├── sprite.png
│   │   │   │   │   └── user2.jpg
│   │   │   │   ├── head.jpg
│   │   │   │   ├── ico_pay.png
│   │   │   │   ├── icon
│   │   │   │   │   ├── CCXJ.png
│   │   │   │   │   ├── CRM.png
│   │   │   │   │   ├── Common.png
│   │   │   │   │   ├── DBRW.png
│   │   │   │   │   ├── DCGL.png
│   │   │   │   │   ├── DXGL.png
│   │   │   │   │   ├── GZBG.png
│   │   │   │   │   ├── HYGL.png
│   │   │   │   │   ├── Info.jpg
│   │   │   │   │   ├── JFBX.png
│   │   │   │   │   ├── KDDY.png
│   │   │   │   │   ├── KDGL.png
│   │   │   │   │   ├── KQGL.png
│   │   │   │   │   ├── KSGL.png
│   │   │   │   │   ├── LCSP.png
│   │   │   │   │   ├── NOTE.png
│   │   │   │   │   ├── PXGL.png
│   │   │   │   │   ├── QYHD.png
│   │   │   │   │   ├── QYIM.png
│   │   │   │   │   ├── QYTX.png
│   │   │   │   │   ├── QYWD.png
│   │   │   │   │   ├── RCTX.png
│   │   │   │   │   ├── RLZY.png
│   │   │   │   │   ├── RWGL.png
│   │   │   │   │   ├── TSSQ.png
│   │   │   │   │   ├── TXSX.png
│   │   │   │   │   ├── WQQD.png
│   │   │   │   │   ├── WTFK.png
│   │   │   │   │   ├── XMGL.png
│   │   │   │   │   ├── XTGL.png
│   │   │   │   │   ├── XXFB.png
│   │   │   │   │   ├── YCGL.png
│   │   │   │   │   └── ZHBG.png
│   │   │   │   ├── icon-1.png
│   │   │   │   ├── icon-2.png
│   │   │   │   ├── icon-3.png
│   │   │   │   ├── icon-4.png
│   │   │   │   ├── logo.png
│   │   │   │   ├── qrcode.jpg
│   │   │   │   ├── qyh.png
│   │   │   │   ├── qyhlogo.png
│   │   │   │   ├── qywd
│   │   │   │   │   ├── AI.png
│   │   │   │   │   ├── AVI.png
│   │   │   │   │   ├── BMP.png
│   │   │   │   │   ├── CAB.png
│   │   │   │   │   ├── DOC.png
│   │   │   │   │   ├── DOCX.png
│   │   │   │   │   ├── DVD.png
│   │   │   │   │   ├── Folder.png
│   │   │   │   │   ├── GIF.png
│   │   │   │   │   ├── HTML.png
│   │   │   │   │   ├── ICO.png
│   │   │   │   │   ├── JAVA.png
│   │   │   │   │   ├── JPG.png
│   │   │   │   │   ├── MP3.png
│   │   │   │   │   ├── MP4.png
│   │   │   │   │   ├── PDF.png
│   │   │   │   │   ├── PNG.png
│   │   │   │   │   ├── PPT.png
│   │   │   │   │   ├── PPTX.png
│   │   │   │   │   ├── PSD.png
│   │   │   │   │   ├── RAR.png
│   │   │   │   │   ├── TXT.png
│   │   │   │   │   ├── WAV.png
│   │   │   │   │   ├── WMA.png
│   │   │   │   │   ├── WMV.png
│   │   │   │   │   ├── XLS.png
│   │   │   │   │   ├── XLSX.png
│   │   │   │   │   ├── XML.png
│   │   │   │   │   ├── ZIP.png
│   │   │   │   │   ├── bf.png
│   │   │   │   │   ├── exe.png
│   │   │   │   │   ├── file.png
│   │   │   │   │   ├── file1.png
│   │   │   │   │   ├── gz.png
│   │   │   │   │   ├── hand.png
│   │   │   │   │   ├── swf.png
│   │   │   │   │   └── tb.png
│   │   │   │   ├── rgqyh.png
│   │   │   │   ├── scicon.png
│   │   │   │   ├── script.png
│   │   │   │   ├── skin
│   │   │   │   │   └── skin1.png
│   │   │   │   ├── sprite.png
│   │   │   │   ├── time-z.png
│   │   │   │   ├── tk_exam.png
│   │   │   │   ├── tuijian.gif
│   │   │   │   ├── tx.png
│   │   │   │   ├── xt-error.png
│   │   │   │   ├── xt-right.png
│   │   │   │   ├── xt-warning.png
│   │   │   │   └── yd
│   │   │   │   ├── jt1.png
│   │   │   │   ├── jt2.png
│   │   │   │   ├── text2.png
│   │   │   │   ├── text3.png
│   │   │   │   ├── yd2.png
│   │   │   │   ├── ydpic1.png
│   │   │   │   ├── ydpic2.png
│   │   │   │   ├── ydpic3.png
│   │   │   │   ├── ydpic4.png
│   │   │   │   ├── ydpic5.png
│   │   │   │   ├── ydpic6.png
│   │   │   │   ├── ydtext1.png
│   │   │   │   ├── ydtext2.png
│   │   │   │   ├── ydtext3.png
│   │   │   │   ├── ydtext4.png
│   │   │   │   ├── ydtext5.png
│   │   │   │   ├── ydtext6.png
│   │   │   │   ├── yes1.png
│   │   │   │   ├── yes2.png
│   │   │   │   └── yes3.png
│   │   │   ├── index.html
│   │   │   └── web
│   │   │   ├── css
│   │   │   │   ├── css.css
│   │   │   │   └── default.css
│   │   │   ├── images
│   │   │   │   ├── erweima.png
│   │   │   │   ├── input.png
│   │   │   │   ├── logo.png
│   │   │   │   ├── szkj.png
│   │   │   │   ├── weixin1.png
│   │   │   │   └── yes.png
│   │   │   ├── js
│   │   │   │   ├── SZHLCommon.js
│   │   │   │   ├── jquery-1.9.1.min.js
│   │   │   │   └── layer
│   │   │   │   ├── extend
│   │   │   │   │   └── layer.ext.js
│   │   │   │   ├── layer.js
│   │   │   │   └── skin
│   │   │   │   ├── default
│   │   │   │   │   ├── icon-ext.png
│   │   │   │   │   ├── icon.png
│   │   │   │   │   ├── loading-0.gif
│   │   │   │   │   ├── loading-1.gif
│   │   │   │   │   └── loading-2.gif
│   │   │   │   ├── layer.css
│   │   │   │   └── layer.ext.css
│   │   │   └── login
│   │   │   ├── bootstrap.css
│   │   │   ├── bootstrap.min.js
│   │   │   ├── components.css
│   │   │   ├── css.css
│   │   │   ├── index.css
│   │   │   ├── lg2.png
│   │   │   ├── lg3.png
│   │   │   ├── lock.png
│   │   │   ├── logo.png
│   │   │   ├── logo_r.png
│   │   │   ├── lonnew.png
│   │   │   ├── ueser.png
│   │   │   └── uniform.default.css
│   │   ├── View_Mobile
│   │   │   ├── CSS
│   │   │   │   ├── FT_Mobile.css
│   │   │   │   ├── WFmain.css
│   │   │   │   ├── add.css
│   │   │   │   ├── animate.css
│   │   │   │   ├── base.css
│   │   │   │   ├── fs_gallery.css
│   │   │   │   ├── mob.css
│   │   │   │   ├── reset.css
│   │   │   │   ├── style.css
│   │   │   │   └── szhlextend.css
│   │   │   ├── Frozenui1.3
│   │   │   │   ├── css
│   │   │   │   │   ├── basic.css
│   │   │   │   │   └── frozen.css
│   │   │   │   ├── font
│   │   │   │   │   ├── iconfont-full.ttf
│   │   │   │   │   └── iconfont.ttf
│   │   │   │   ├── img
│   │   │   │   │   ├── loading_sprite.png
│   │   │   │   │   └── loading_sprite_white.png
│   │   │   │   ├── js
│   │   │   │   │   └── frozen.js
│   │   │   │   └── lib
│   │   │   │   └── zepto.min.js
│   │   │   ├── Images
│   │   │   │   ├── DTX.png
│   │   │   │   ├── GGTitle.png
│   │   │   │   ├── HuoDong.png
│   │   │   │   ├── RCTX.png
│   │   │   │   ├── add-detail-bg.jpg
│   │   │   │   ├── add-pic1.jpg
│   │   │   │   ├── add-pic2.jpg
│   │   │   │   ├── add-pic3.jpg
│   │   │   │   ├── add.png
│   │   │   │   ├── addresBook-nor.png
│   │   │   │   ├── address.png
│   │   │   │   ├── addressBook-hover.png
│   │   │   │   ├── airplane-icon.png
│   │   │   │   ├── arr-d.png
│   │   │   │   ├── arr-l.png
│   │   │   │   ├── back.png
│   │   │   │   ├── banner.jpg
│   │   │   │   ├── c-bj.png
│   │   │   │   ├── c-wj.png
│   │   │   │   ├── c-wjj.png
│   │   │   │   ├── car-icon.png
│   │   │   │   ├── ceshi.jpg
│   │   │   │   ├── checked.png
│   │   │   │   ├── close.png
│   │   │   │   ├── close2.png
│   │   │   │   ├── delete.png
│   │   │   │   ├── document-icon.png
│   │   │   │   ├── down.png
│   │   │   │   ├── earch-icon.png
│   │   │   │   ├── edit.png
│   │   │   │   ├── face
│   │   │   │   │   ├── 0_微笑.gif
│   │   │   │   │   ├── 10_尴尬.gif
│   │   │   │   │   ├── 11_发怒.gif
│   │   │   │   │   ├── 12_调皮.gif
│   │   │   │   │   ├── 13_龇牙.gif
│   │   │   │   │   ├── 14_惊讶.gif
│   │   │   │   │   ├── 15_难过.gif
│   │   │   │   │   ├── 16_酷.gif
│   │   │   │   │   ├── 17_冷汗.gif
│   │   │   │   │   ├── 18_抓狂.gif
│   │   │   │   │   ├── 19_吐.gif
│   │   │   │   │   ├── 1_撇嘴.gif
│   │   │   │   │   ├── 20_偷笑.gif
│   │   │   │   │   ├── 21_可爱.gif
│   │   │   │   │   ├── 22_白眼.gif
│   │   │   │   │   ├── 23_傲慢.gif
│   │   │   │   │   ├── 24_饥饿.gif
│   │   │   │   │   ├── 25_困.gif
│   │   │   │   │   ├── 26_惊恐.gif
│   │   │   │   │   ├── 27_流汗.gif
│   │   │   │   │   ├── 28_憨笑.gif
│   │   │   │   │   ├── 29_大兵.gif
│   │   │   │   │   ├── 2_色.gif
│   │   │   │   │   ├── 30_奋斗.gif
│   │   │   │   │   ├── 31_咒骂.gif
│   │   │   │   │   ├── 32_疑问.gif
│   │   │   │   │   ├── 33_嘘.gif
│   │   │   │   │   ├── 34_晕.gif
│   │   │   │   │   ├── 35_折磨.gif
│   │   │   │   │   ├── 36_衰.gif
│   │   │   │   │   ├── 37_骷髅.gif
│   │   │   │   │   ├── 38_敲打.gif
│   │   │   │   │   ├── 39_再见.gif
│   │   │   │   │   ├── 3_发呆.gif
│   │   │   │   │   ├── 40_擦汗.gif
│   │   │   │   │   ├── 41_抠鼻.gif
│   │   │   │   │   ├── 42_鼓掌.gif
│   │   │   │   │   ├── 43_糗大了.gif
│   │   │   │   │   ├── 44_坏笑.gif
│   │   │   │   │   ├── 45_左哼哼.gif
│   │   │   │   │   ├── 46_右哼哼.gif
│   │   │   │   │   ├── 47_哈欠.gif
│   │   │   │   │   ├── 48_鄙视.gif
│   │   │   │   │   ├── 49_委屈.gif
│   │   │   │   │   ├── 4_得意.gif
│   │   │   │   │   ├── 50_快哭了.gif
│   │   │   │   │   ├── 51_阴险.gif
│   │   │   │   │   ├── 52_亲亲.gif
│   │   │   │   │   ├── 53_吓.gif
│   │   │   │   │   ├── 54_可怜.gif
│   │   │   │   │   ├── 55_菜刀.gif
│   │   │   │   │   ├── 56_西瓜.gif
│   │   │   │   │   ├── 57_啤酒.gif
│   │   │   │   │   ├── 58_篮球.gif
│   │   │   │   │   ├── 59_乒乓.gif
│   │   │   │   │   ├── 5_流泪.gif
│   │   │   │   │   ├── 6_害羞.gif
│   │   │   │   │   ├── 78_拥抱.gif
│   │   │   │   │   ├── 7_闭嘴.gif
│   │   │   │   │   ├── 81_握手.gif
│   │   │   │   │   ├── 8_睡.gif
│   │   │   │   │   ├── 9_大哭.gif
│   │   │   │   │   ├── imgs.png
│   │   │   │   │   ├── weixin.jpg
│   │   │   │   │   ├── white.png
│   │   │   │   │   ├── www_010xr_com.jpg
│   │   │   │   │   ├── 新睿社区-精品资源网.url
│   │   │   │   │   └── 安装说明.htm
│   │   │   │   ├── golf-icon.png
│   │   │   │   ├── icon
│   │   │   │   │   ├── CCXJ.png
│   │   │   │   │   ├── CRM.png
│   │   │   │   │   ├── Common.png
│   │   │   │   │   ├── DBRW.png
│   │   │   │   │   ├── DCGL.png
│   │   │   │   │   ├── DXGL.png
│   │   │   │   │   ├── GZBG.png
│   │   │   │   │   ├── GZRB.png
│   │   │   │   │   ├── HYGL.png
│   │   │   │   │   ├── Info.jpg
│   │   │   │   │   ├── JFBX.png
│   │   │   │   │   ├── KDDY.png
│   │   │   │   │   ├── KDGL.png
│   │   │   │   │   ├── KQGL.png
│   │   │   │   │   ├── KSGL.png
│   │   │   │   │   ├── LCSP.png
│   │   │   │   │   ├── NOTE.png
│   │   │   │   │   ├── PXGL.png
│   │   │   │   │   ├── QYHD.png
│   │   │   │   │   ├── QYIM.png
│   │   │   │   │   ├── QYTP.png
│   │   │   │   │   ├── QYTX.png
│   │   │   │   │   ├── QYWD.png
│   │   │   │   │   ├── RCTX.png
│   │   │   │   │   ├── RLZY.png
│   │   │   │   │   ├── RWDB.png
│   │   │   │   │   ├── RWGL.png
│   │   │   │   │   ├── TSSQ.png
│   │   │   │   │   ├── TXSX.png
│   │   │   │   │   ├── WQQD.png
│   │   │   │   │   ├── WTFK.png
│   │   │   │   │   ├── XMGL.png
│   │   │   │   │   ├── XTGL.png
│   │   │   │   │   ├── XXFB.png
│   │   │   │   │   ├── XZFF.png
│   │   │   │   │   ├── YCGL.png
│   │   │   │   │   ├── ZHBG.jpg
│   │   │   │   │   ├── ZHBG.png
│   │   │   │   │   ├── ZHBGBACK.jpg
│   │   │   │   │   ├── 移动办公.jpg
│   │   │   │   │   ├── 综合办公.jpg
│   │   │   │   │   ├── 企业文化2.jpg
│   │   │   │   │   └── 企业文化3.jpg
│   │   │   │   ├── icon-add.png
│   │   │   │   ├── incon-info.png
│   │   │   │   ├── information.png
│   │   │   │   ├── job-hover.png
│   │   │   │   ├── job-nor.png
│   │   │   │   ├── kf.jpg
│   │   │   │   ├── lg.png
│   │   │   │   ├── logo.jpg
│   │   │   │   ├── logo.png
│   │   │   │   ├── ls-bg.png
│   │   │   │   ├── masg.png
│   │   │   │   ├── me.png
│   │   │   │   ├── meeting-icon.png
│   │   │   │   ├── mes-car-icon.png
│   │   │   │   ├── mes-today-icon.png
│   │   │   │   ├── message-hover.png
│   │   │   │   ├── message-nor.png
│   │   │   │   ├── music-plus.png
│   │   │   │   ├── noread.png
│   │   │   │   ├── notice.png
│   │   │   │   ├── outgoing.png
│   │   │   │   ├── people.png
│   │   │   │   ├── phone-plus4.png
│   │   │   │   ├── phone-plusm.png
│   │   │   │   ├── phone-plusp.png
│   │   │   │   ├── phone.png
│   │   │   │   ├── pie-icon.png
│   │   │   │   ├── plus-add.png
│   │   │   │   ├── plus-plus.png
│   │   │   │   ├── plus-serch.png
│   │   │   │   ├── plus-zhankai.png
│   │   │   │   ├── plus-zhedie.png
│   │   │   │   ├── plus_icon.png
│   │   │   │   ├── process-icon.png
│   │   │   │   ├── pull-icon@2x.png
│   │   │   │   ├── qd-bg.gif
│   │   │   │   ├── qd.png
│   │   │   │   ├── qrcode.jpg
│   │   │   │   ├── qrcode.png
│   │   │   │   ├── qt.png
│   │   │   │   ├── qywd
│   │   │   │   │   ├── AI.png
│   │   │   │   │   ├── AVI.png
│   │   │   │   │   ├── BMP.png
│   │   │   │   │   ├── CAB.png
│   │   │   │   │   ├── DOC.png
│   │   │   │   │   ├── DOCX.png
│   │   │   │   │   ├── DVD.png
│   │   │   │   │   ├── GIF.png
│   │   │   │   │   ├── HTML.png
│   │   │   │   │   ├── ICO.png
│   │   │   │   │   ├── JAVA.png
│   │   │   │   │   ├── JPG.png
│   │   │   │   │   ├── MP3.png
│   │   │   │   │   ├── MP4.png
│   │   │   │   │   ├── PDF.png
│   │   │   │   │   ├── PNG.png
│   │   │   │   │   ├── PPT.png
│   │   │   │   │   ├── PPTX.png
│   │   │   │   │   ├── PSD.png
│   │   │   │   │   ├── RAR.png
│   │   │   │   │   ├── TXT.png
│   │   │   │   │   ├── WAV.png
│   │   │   │   │   ├── WMA.png
│   │   │   │   │   ├── WMV.png
│   │   │   │   │   ├── XLS.png
│   │   │   │   │   ├── XLSX.png
│   │   │   │   │   ├── XML.png
│   │   │   │   │   ├── ZIP.png
│   │   │   │   │   ├── exe.png
│   │   │   │   │   ├── file.png
│   │   │   │   │   ├── file1.png
│   │   │   │   │   ├── gz.png
│   │   │   │   │   ├── hand.png
│   │   │   │   │   └── swf.png
│   │   │   │   ├── read.png
│   │   │   │   ├── readme.html
│   │   │   │   ├── report-icon.png
│   │   │   │   ├── rwglss.png
│   │   │   │   ├── rwglzk.png
│   │   │   │   ├── sffwade.png
│   │   │   │   ├── sms.png
│   │   │   │   ├── time.png
│   │   │   │   ├── today-icon.png
│   │   │   │   ├── tssq.png
│   │   │   │   ├── uncheck.png
│   │   │   │   ├── user-icon.png
│   │   │   │   ├── user-img.png
│   │   │   │   ├── user-plus.png
│   │   │   │   ├── yqd.png
│   │   │   │   ├── yqt.png
│   │   │   │   └── zoom.png
│   │   │   ├── JS
│   │   │   │   ├── ComFunJS.js
│   │   │   │   ├── Date
│   │   │   │   │   ├── FT_Date.min.css
│   │   │   │   │   ├── FT_Date.min.js
│   │   │   │   │   ├── JQ1.9.js
│   │   │   │   │   ├── exemple.html
│   │   │   │   │   ├── mobiscroll.css
│   │   │   │   │   └── mobiscroll.js
│   │   │   │   ├── Jquery2.1.js
│   │   │   │   ├── TouchSlide.1.1.js
│   │   │   │   ├── avalon.min.js
│   │   │   │   ├── avalon.mobile.js
│   │   │   │   ├── avalon.mobile.min.js
│   │   │   │   ├── edit.js
│   │   │   │   ├── fs_gallery.js
│   │   │   │   ├── iscroll.js
│   │   │   │   ├── jquery.autoTextarea.js
│   │   │   │   ├── jquery.charfirst.pinyin.js
│   │   │   │   ├── layer
│   │   │   │   │   ├── layer.m.js
│   │   │   │   │   └── need
│   │   │   │   │   └── layer.css
│   │   │   │   ├── mobiscroll.core.js
│   │   │   │   ├── mobiscroll.datetime.js
│   │   │   │   ├── mobiscroll.i18n.zh.js
│   │   │   │   ├── mobiscroll.scroller.js
│   │   │   │   ├── mobiscroll.zepto.js
│   │   │   │   ├── raty
│   │   │   │   │   ├── fonts
│   │   │   │   │   │   ├── raty.eot
│   │   │   │   │   │   ├── raty.svg
│   │   │   │   │   │   ├── raty.ttf
│   │   │   │   │   │   └── raty.woff
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── cancel-off.png
│   │   │   │   │   │   ├── cancel-on.png
│   │   │   │   │   │   ├── star-half.png
│   │   │   │   │   │   ├── star-off.png
│   │   │   │   │   │   └── star-on.png
│   │   │   │   │   ├── jquery.raty.css
│   │   │   │   │   └── jquery.raty.js
│   │   │   │   ├── sort.js
│   │   │   │   ├── touch
│   │   │   │   │   ├── touch.html
│   │   │   │   │   ├── touchbaidu.js
│   │   │   │   │   └── toucher.js
│   │   │   │   ├── touch-tab.js
│   │   │   │   ├── watermark.js
│   │   │   │   ├── zepto.js
│   │   │   │   └── zepto.min.js
│   │   │   ├── UI
│   │   │   │   ├── BASE
│   │   │   │   │   ├── APP_MOBILE_APPLIST.html
│   │   │   │   │   ├── APP_MOBIL_WF.html
│   │   │   │   │   └── APP_VIEW.html
│   │   │   │   ├── CRM
│   │   │   │   │   ├── UI_CPGL_LIST.html
│   │   │   │   │   ├── UI_GJJL_LIST.html
│   │   │   │   │   ├── UI_HTGL_LIST.html
│   │   │   │   │   ├── UI_KHGL_LIST.html
│   │   │   │   │   ├── UI_KHLXR_LIST.html
│   │   │   │   │   ├── UI_KHMP_LIST.html
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── base.css
│   │   │   │   │   │   ├── default.css
│   │   │   │   │   │   └── reset.css
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── bg-account.jpg
│   │   │   │   │   │   ├── bg.png
│   │   │   │   │   │   ├── c-cp.png
│   │   │   │   │   │   ├── c-ht.png
│   │   │   │   │   │   ├── c-kh.png
│   │   │   │   │   │   ├── c-lxr.png
│   │   │   │   │   │   ├── c-sj.png
│   │   │   │   │   │   ├── pic-cp.png
│   │   │   │   │   │   ├── pic-ht.png
│   │   │   │   │   │   ├── pic-kh.png
│   │   │   │   │   │   ├── pic-lxr.png
│   │   │   │   │   │   ├── pic-pmp.png
│   │   │   │   │   │   ├── pic-sj.png
│   │   │   │   │   │   ├── plus_icon.png
│   │   │   │   │   │   └── tx.jpg
│   │   │   │   │   ├── index.html
│   │   │   │   │   └── js
│   │   │   │   │   ├── TouchSlide.1.1.js
│   │   │   │   │   └── jquery.js
│   │   │   │   ├── CUSTOM
│   │   │   │   │   ├── UI_DCGL_INPUT.html
│   │   │   │   │   ├── UI_DCGL_LIST.html
│   │   │   │   │   ├── UI_DCGL_YDLIST.html
│   │   │   │   │   ├── UI_KDGL_INPUT.html
│   │   │   │   │   ├── UI_KDGL_LIST.html
│   │   │   │   │   ├── UI_RWGL_INFO.html
│   │   │   │   │   ├── UI_RWGL_INPUT.html
│   │   │   │   │   ├── UI_RWGL_LIST.html
│   │   │   │   │   └── UI_RWGL_PJLIST.html
│   │   │   │   ├── KQQD.html
│   │   │   │   ├── KSGL
│   │   │   │   │   ├── UI_KCGL.html
│   │   │   │   │   ├── UI_KCGLIST.html
│   │   │   │   │   ├── UI_KSAP.html
│   │   │   │   │   ├── UI_KSRESULT.html
│   │   │   │   │   ├── UI_SJGL.html
│   │   │   │   │   ├── UI_USERKS.html
│   │   │   │   │   ├── UI_USERKSLIST.html
│   │   │   │   │   └── css
│   │   │   │   │   └── style.css
│   │   │   │   ├── RLZY
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── base.css
│   │   │   │   │   │   ├── default.css
│   │   │   │   │   │   └── reset.css
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── bg-account.jpg
│   │   │   │   │   │   ├── bg.png
│   │   │   │   │   │   ├── c-cp.png
│   │   │   │   │   │   ├── c-ht.png
│   │   │   │   │   │   ├── c-kh.png
│   │   │   │   │   │   ├── c-lxr.png
│   │   │   │   │   │   ├── c-sj.png
│   │   │   │   │   │   ├── pic-cp.png
│   │   │   │   │   │   ├── pic-ht.png
│   │   │   │   │   │   ├── pic-kh.png
│   │   │   │   │   │   ├── pic-lxr.png
│   │   │   │   │   │   ├── pic-pmp.png
│   │   │   │   │   │   ├── pic-sj.png
│   │   │   │   │   │   ├── plus_icon.png
│   │   │   │   │   │   └── tx.jpg
│   │   │   │   │   ├── index.html
│   │   │   │   │   ├── js
│   │   │   │   │   │   ├── TouchSlide.1.1.js
│   │   │   │   │   │   └── jquery.js
│   │   │   │   │   └── list.html
│   │   │   │   ├── TEMP
│   │   │   │   │   ├── Loading.html
│   │   │   │   │   ├── MODEL
│   │   │   │   │   │   ├── MCCXJ.html
│   │   │   │   │   │   ├── MCPGL.html
│   │   │   │   │   │   ├── MDCGL.html
│   │   │   │   │   │   ├── MDXGL.html
│   │   │   │   │   │   ├── MGJJL.html
│   │   │   │   │   │   ├── MGZBG.html
│   │   │   │   │   │   ├── MHTGJ.html
│   │   │   │   │   │   ├── MHTGL.html
│   │   │   │   │   │   ├── MHYGL.html
│   │   │   │   │   │   ├── MJFBX.html
│   │   │   │   │   │   ├── MKDGL.html
│   │   │   │   │   │   ├── MKHGL.html
│   │   │   │   │   │   ├── MKHLXR.html
│   │   │   │   │   │   ├── MKHMP.html
│   │   │   │   │   │   ├── MKQQD.html
│   │   │   │   │   │   ├── MLCSP.html
│   │   │   │   │   │   ├── MQYHD.html
│   │   │   │   │   │   ├── MRWGL.html
│   │   │   │   │   │   ├── MTSSQ.html
│   │   │   │   │   │   ├── MTXSX.html
│   │   │   │   │   │   ├── MWQQD.html
│   │   │   │   │   │   ├── MXMGL.html
│   │   │   │   │   │   └── MYCGL.html
│   │   │   │   │   ├── TEMP_INDEX_KH.html
│   │   │   │   │   ├── TEMP_INDEX_MSG.html
│   │   │   │   │   ├── TEMP_INDEX_TXL.html
│   │   │   │   │   ├── TEMP_INDEX_USERINFO.html
│   │   │   │   │   ├── TEMP_INDEX_WORK.html
│   │   │   │   │   └── TEMP_PINGLUN.html
│   │   │   │   ├── UI_CAR_INFO.html
│   │   │   │   ├── UI_CAR_LIST.html
│   │   │   │   ├── UI_CCXJ_LIST.html
│   │   │   │   ├── UI_COMMON.html
│   │   │   │   ├── UI_DCGL_LIST.html
│   │   │   │   ├── UI_DCGL_YDLIST.html
│   │   │   │   ├── UI_DXGL_LIST.html
│   │   │   │   ├── UI_Error.html
│   │   │   │   ├── UI_GZBG_LIST.html
│   │   │   │   ├── UI_GZD_VIEW.html
│   │   │   │   ├── UI_GZT_LIST.html
│   │   │   │   ├── UI_HYGL_LIST.html
│   │   │   │   ├── UI_HYS_INFO.html
│   │   │   │   ├── UI_HYS_LIST.html
│   │   │   │   ├── UI_JFBX_LIST.html
│   │   │   │   ├── UI_KDGL_LIST.html
│   │   │   │   ├── UI_KQQD_LIST.html
│   │   │   │   ├── UI_LCSP_LCLIST.html
│   │   │   │   ├── UI_LCSP_LIST.html
│   │   │   │   ├── UI_PERSON.html
│   │   │   │   ├── UI_PROCESS.html
│   │   │   │   ├── UI_QYHD_LIST.html
│   │   │   │   ├── UI_QYHD_TYPE.html
│   │   │   │   ├── UI_QYTXL_INFO.html
│   │   │   │   ├── UI_QYTXL_LIST.html
│   │   │   │   ├── UI_QYTX_LIST.html
│   │   │   │   ├── UI_QYWD_LIST.html
│   │   │   │   ├── UI_QYWD_LISTN.html
│   │   │   │   ├── UI_QYWD_SC.html
│   │   │   │   ├── UI_QYWD_Share.html
│   │   │   │   ├── UI_RWGL_LIST.html
│   │   │   │   ├── UI_SWBG_INDEX.html
│   │   │   │   ├── UI_SWWH_INDEX.html
│   │   │   │   ├── UI_TSSQ_FXLJ.html
│   │   │   │   ├── UI_TSSQ_INDEX.html
│   │   │   │   ├── UI_TSSQ_INFO.html
│   │   │   │   ├── UI_TSSQ_LIST.html
│   │   │   │   ├── UI_TXSX_LIST.html
│   │   │   │   ├── UI_USERINFO.html
│   │   │   │   ├── UI_WQQD_LIST.html
│   │   │   │   ├── UI_XMGL_LIST.html
│   │   │   │   ├── UI_XXFB_INDEXNEW.html
│   │   │   │   ├── UI_XXFB_INFO.html
│   │   │   │   ├── UI_XXFB_LIST.html
│   │   │   │   ├── UI_XXFB_LIST_SH.html
│   │   │   │   ├── UI_XXZX_LIST.html
│   │   │   │   ├── UI_YCGL_LIST.html
│   │   │   │   ├── UI_ZHBG_INDEX.html
│   │   │   │   └── UI_ZHBG_NEWS.html
│   │   │   └── zhang-new-page
│   │   │   ├── LT-cont.html
│   │   │   ├── LT.html
│   │   │   ├── about-us.html
│   │   │   ├── add3.html
│   │   │   ├── add4.html
│   │   │   ├── list.html
│   │   │   └── success.html
│   │   ├── Web.Debug.config
│   │   ├── Web.Release.config
│   │   ├── Web.config
│   │   ├── login.html
│   │   ├── packages.config
│   │   └── signupV5.html
│   ├── FTWeb.Data
│   │   ├── App.Config
│   │   ├── BaseEFDao.cs
│   │   ├── FT_File.cs
│   │   ├── FT_File_Downhistory.cs
│   │   ├── FT_File_Share.cs
│   │   ├── FT_File_UserAuth.cs
│   │   ├── FT_File_UserTag.cs
│   │   ├── FT_File_Vesion.cs
│   │   ├── FT_Folder.cs
│   │   ├── IBaseDao.cs
│   │   ├── JH_Auth_Branch.cs
│   │   ├── JH_Auth_Collect.cs
│   │   ├── JH_Auth_Common.cs
│   │   ├── JH_Auth_ConFirmData.cs
│   │   ├── JH_Auth_ExtendData.cs
│   │   ├── JH_Auth_ExtendMode.cs
│   │   ├── JH_Auth_FormAttchg.cs
│   │   ├── JH_Auth_FormBase.cs
│   │   ├── JH_Auth_Function.cs
│   │   ├── JH_Auth_GUANZHU.cs
│   │   ├── JH_Auth_Identity.cs
│   │   ├── JH_Auth_Log.cs
│   │   ├── JH_Auth_Menu.cs
│   │   ├── JH_Auth_Model.cs
│   │   ├── JH_Auth_QY.cs
│   │   ├── JH_Auth_QY_Model.cs
│   │   ├── JH_Auth_QY_WXSC.cs
│   │   ├── JH_Auth_Role.cs
│   │   ├── JH_Auth_RoleAuth.cs
│   │   ├── JH_Auth_RoleFun.cs
│   │   ├── JH_Auth_TL.cs
│   │   ├── JH_Auth_User.cs
│   │   ├── JH_Auth_UserCustomData.cs
│   │   ├── JH_Auth_UserRole.cs
│   │   ├── JH_Auth_User_Center.cs
│   │   ├── JH_Auth_Version.cs
│   │   ├── JH_Auth_WXMSG.cs
│   │   ├── JH_Auth_WXPJ.cs
│   │   ├── JH_Auth_XTDT.cs
│   │   ├── JH_Auth_YYLog.cs
│   │   ├── JH_Auth_ZiDian.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── QJY.Context.cs
│   │   ├── QJY.Context.tt
│   │   ├── QJY.Data.Designer.cs
│   │   ├── QJY.Data.csproj
│   │   ├── QJY.Data.edmx
│   │   ├── QJY.Data.edmx.diagram
│   │   ├── QJY.cs
│   │   ├── QJY.tt
│   │   ├── SZHL_CCXJ.cs
│   │   ├── SZHL_CHAT_GROUP.cs
│   │   ├── SZHL_CHAT_GROUPUSER.cs
│   │   ├── SZHL_CHAT_MSG.cs
│   │   ├── SZHL_CHAT_MSG_GROUP.cs
│   │   ├── SZHL_CHAT_MSG_GROUP_USER.cs
│   │   ├── SZHL_CRM_CARD.cs
│   │   ├── SZHL_CRM_CONTACT.cs
│   │   ├── SZHL_CRM_CPGL.cs
│   │   ├── SZHL_CRM_GJJL.cs
│   │   ├── SZHL_CRM_HTGL.cs
│   │   ├── SZHL_CRM_KD.cs
│   │   ├── SZHL_CRM_KHGL.cs
│   │   ├── SZHL_DBGL.cs
│   │   ├── SZHL_DCGL.cs
│   │   ├── SZHL_DCGL_HEADER.cs
│   │   ├── SZHL_DCGL_ITEM.cs
│   │   ├── SZHL_DDGL.cs
│   │   ├── SZHL_DDGL_ITEM.cs
│   │   ├── SZHL_DRAFT.cs
│   │   ├── SZHL_DXGL.cs
│   │   ├── SZHL_GZBG.cs
│   │   ├── SZHL_GZGL.cs
│   │   ├── SZHL_GZGL_FL.cs
│   │   ├── SZHL_GZGL_JCSZ.cs
│   │   ├── SZHL_GZGL_WXYJ.cs
│   │   ├── SZHL_HYGL.cs
│   │   ├── SZHL_HYGL_QD.cs
│   │   ├── SZHL_HYGL_QR.cs
│   │   ├── SZHL_HYGL_ROOM.cs
│   │   ├── SZHL_HelpMenu.cs
│   │   ├── SZHL_JFBX.cs
│   │   ├── SZHL_JFBXITEM.cs
│   │   ├── SZHL_KDDY_CYDZ.cs
│   │   ├── SZHL_KDDY_LIST.cs
│   │   ├── SZHL_KDDY_PZ.cs
│   │   ├── SZHL_KDGL.cs
│   │   ├── SZHL_KQBC.cs
│   │   ├── SZHL_KQJL.cs
│   │   ├── SZHL_KS_KSAP.cs
│   │   ├── SZHL_KS_SJ.cs
│   │   ├── SZHL_KS_SJST.cs
│   │   ├── SZHL_KS_SJSTGL.cs
│   │   ├── SZHL_KS_SJSTGLItem.cs
│   │   ├── SZHL_KS_ST.cs
│   │   ├── SZHL_KS_STItem.cs
│   │   ├── SZHL_KS_TK.cs
│   │   ├── SZHL_KS_TKFL.cs
│   │   ├── SZHL_KS_USERKS.cs
│   │   ├── SZHL_KS_USERKSItem.cs
│   │   ├── SZHL_LCSP.cs
│   │   ├── SZHL_NOTE.cs
│   │   ├── SZHL_PX_KCGL.cs
│   │   ├── SZHL_PX_KJGL.cs
│   │   ├── SZHL_PX_SeeTime.cs
│   │   ├── SZHL_QYHD.cs
│   │   ├── SZHL_QYHDN.cs
│   │   ├── SZHL_QYHD_ITEM.cs
│   │   ├── SZHL_QYHD_Option.cs
│   │   ├── SZHL_QYHD_Result.cs
│   │   ├── SZHL_QYIM.cs
│   │   ├── SZHL_QYIM_ITEM.cs
│   │   ├── SZHL_QYIM_LIST.cs
│   │   ├── SZHL_RWGL.cs
│   │   ├── SZHL_RWGL_ITEM.cs
│   │   ├── SZHL_TSSQ.cs
│   │   ├── SZHL_TXL.cs
│   │   ├── SZHL_TXSX.cs
│   │   ├── SZHL_WQQD.cs
│   │   ├── SZHL_WTFK.cs
│   │   ├── SZHL_XMGL.cs
│   │   ├── SZHL_XXFB.cs
│   │   ├── SZHL_XXFBType.cs
│   │   ├── SZHL_XXFB_ITEM.cs
│   │   ├── SZHL_XXFB_SCK.cs
│   │   ├── SZHL_XZ_GZD.cs
│   │   ├── SZHL_XZ_JL.cs
│   │   ├── SZHL_YCGL.cs
│   │   ├── SZHL_YCGL_CAR.cs
│   │   ├── Yan_WF_ChiTask.cs
│   │   ├── Yan_WF_DaiLi.cs
│   │   ├── Yan_WF_PD.cs
│   │   ├── Yan_WF_PI.cs
│   │   ├── Yan_WF_TD.cs
│   │   ├── Yan_WF_TI.cs
│   │   ├── iplogo.gif
│   │   ├── lo1 (2).png
│   │   ├── loaygo.png
│   │   └── packages.config
│   ├── LICENSE
│   ├── QJY.API
│   │   ├── API
│   │   │   ├── Base
│   │   │   │   ├── AuthManage.cs
│   │   │   │   ├── BaseManage.cs
│   │   │   │   └── INITManage.cs
│   │   │   ├── CCXJ
│   │   │   │   └── CCXJManage.cs
│   │   │   ├── CHAT
│   │   │   │   └── ChatManage.cs
│   │   │   ├── CRM
│   │   │   │   └── CRMManage.cs
│   │   │   ├── DBGL
│   │   │   │   └── DBGLManage.cs
│   │   │   ├── DCGL
│   │   │   │   └── DCGLManage.cs
│   │   │   ├── DDGL
│   │   │   │   └── DDGLManage.cs
│   │   │   ├── DXGL
│   │   │   │   └── DXGLManage.cs
│   │   │   ├── GZBG
│   │   │   │   └── GZBGManage.cs
│   │   │   ├── HELP
│   │   │   │   └── HELPManage.cs
│   │   │   ├── HYGL
│   │   │   │   └── HYGLManage.cs
│   │   │   ├── JFBX
│   │   │   │   └── JFBXManage.cs
│   │   │   ├── JSAPI
│   │   │   │   └── JSAPI.cs
│   │   │   ├── KCGL
│   │   │   │   └── KCGLManage.cs
│   │   │   ├── KDDY
│   │   │   │   └── KDDYManage.cs
│   │   │   ├── KDGL
│   │   │   │   └── KDGLManage.cs
│   │   │   ├── KQGL
│   │   │   │   └── KQGLManage.cs
│   │   │   ├── KSGL
│   │   │   │   └── KSGLManage.cs
│   │   │   ├── LCSP
│   │   │   │   └── LCSPManage.cs
│   │   │   ├── NOTE
│   │   │   │   └── NOTEManage.cs
│   │   │   ├── QYHD
│   │   │   │   └── QYHDManage.cs
│   │   │   ├── QYIM
│   │   │   │   └── QYIMManage.cs
│   │   │   ├── QYWD
│   │   │   │   └── QYWDManage.cs
│   │   │   ├── RWGL
│   │   │   │   └── RWGLManage.cs
│   │   │   ├── TSSQ
│   │   │   │   └── TSSQManage.cs
│   │   │   ├── TXL
│   │   │   │   └── TXLManage.cs
│   │   │   ├── TXSX
│   │   │   │   ├── TXSXAPI.cs
│   │   │   │   └── TXSXManage.cs
│   │   │   ├── WQQD
│   │   │   │   └── WQQDManage.cs
│   │   │   ├── WTFK
│   │   │   │   └── WTFKManage.cs
│   │   │   ├── XMGL
│   │   │   │   └── XMGLManage.cs
│   │   │   ├── XXFB
│   │   │   │   └── XXFBManage.cs
│   │   │   ├── XZGL
│   │   │   │   └── XZGLManage.cs
│   │   │   ├── YCGL
│   │   │   │   └── YCGLManage.cs
│   │   │   ├── ZHBG
│   │   │   │   └── Commanage.cs
│   │   │   └── ZHGL
│   │   │   └── ZHGLManage.cs
│   │   ├── BusinessCode
│   │   │   ├── BLL.cs
│   │   │   └── JH_Auth.cs
│   │   ├── CommonCode
│   │   │   ├── CatheHelp.cs
│   │   │   ├── CommonHelp.cs
│   │   │   ├── EncrpytHelper.cs
│   │   │   ├── ExtensionMethods.cs
│   │   │   ├── FileHelp.cs
│   │   │   ├── ImageCLass.cs
│   │   │   ├── Msg_Result.cs
│   │   │   └── PinYing.cs
│   │   ├── IWsService.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── QJY.API.csproj
│   │   ├── ServiceContainerV.cs
│   │   ├── WXHelp
│   │   │   ├── GetAppInfoResultNew.cs
│   │   │   └── WXHelp.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   └── FastReflectionLib.dll
│   │   └── packages.config
│   ├── QjySaas.sln
│   └── 安装说明.txt
├── 新睿社区-精品资源网.url
└── 新睿社区调试说明.txt

212 directories, 1650 files

标签:

实例下载地址

.Net微信企业级OA工作流系统源代码下载,仿微办公,考勤+外勤+报告+出差+报销

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

第 1 楼 张雨12 发表于: 2022-04-06 16:16 58
里面没找到数据库

支持(0) 盖楼(回复)

发表评论

(您的评论需要经过审核才能显示)

查看所有1条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警