 
						插件封装在了groupRule.js,后续也可根据自己的需要进行扩展。
此插件可通过ajax接收json数据实现动态加载移动端权限树的功能。
ajax对应的案例数据:
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | [{    "id": "1",    "text": "我的公司",    "spread": true,    "checked": false,    "childs": [{        "id": "11",        "text": "公司管理",        "rules": "D"    },    {        "id": "12",        "text": "部门管理",        "rules": "CUD"    }]},{    "id": "2",    "text": "租赁业务",    "spread": true,    "checked": false,    "childs": [{        "id": "21",        "text": "仓库管理",        "rules": "CD"    },    {        "id": "22",        "text": "库存管理",        "rules": "CU"    }]},{    "id": "3",    "text": "物流业务",    "spread": true,    "checked": false,    "childs": []},{    "id": "4",    "text": "婚庆服务",    "spread": true,    "checked": false,    "childs": []},{    "id": "5",    "text": "拉皮条服务",    "spread": true,    "checked": false,    "childs": []}]; | 
特别申明:
			本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
			本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
			如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com