do.setconfig('mods', { //lrz 'lrz': {path: '/static/system/plugins/localresizeimg/lrz.all.bundle.js', type: 'js', charset: 'utf-8'}, //upload 'theme': {path: '/static/system/plugins/h5upload/theme.js', type: 'js', charset: 'utf-8'}, 'upload': {path: '/static/system/plugins/h5upload/upload.js', type: 'js', charset: 'utf-8', requires: ['theme']}, //ckeditor 'ckeditor': {path: '/static/system/plugins/ckeditor/ckeditor.js', type: 'js', charset: 'utf-8'}, //city 'city': {path: '/static/system/plugins/jquery-citys/jquery.citys.js', type: 'js', charset: 'utf-8'}, //tags 'tags-css': {path: '/static/system/plugins/bootstrap-tags/bootstrap-tags.css', type: 'css', charset: 'utf-8'}, 'tags': {path: '/static/system/plugins/bootstrap-tags/bootstrap-tags.min.js', type: 'js', charset: 'utf-8', requires: ['tags-css']}, //ace 'ace': {path: '/static/system/plugins/ace/ace.js', type: 'js', charset: 'utf-8'}, //swiper 'swiper-css': {path: '/static/system/plugins/swiper/css/swiper.css', type: 'css', charset: 'utf-8'}, 'swiper': {path: '/static/system/plugins/swiper/js/swiper.js', type: 'js', charset: 'utf-8',requires: ['swiper-css']}, //selectpage 'selectpage-css': {path: '/static/system/plugins/selectpage/selectpage.css', type: 'css', charset: 'utf-8'}, 'selectpage': { path: '/static/system/plugins/selectpage/selectpage.js', type: 'js', charset: 'utf-8', requires: ['selectpage-css'] }, //laydate 'laydate': {path: '/static/system/plugins/laydate/laydate.js', type: 'js', charset: 'utf-8'}, //bootstrap-table 'bootstrap-table-css': { path: '/static/system/plugins/bootstrap-table/bootstrap-table.min.css', type: 'css', charset: 'utf-8' }, 'bootstrap-table-js': { path: '/static/system/plugins/bootstrap-table/bootstrap-table.min.js', type: 'js', charset: 'utf-8', requires: ['bootstrap-table-css'] }, 'bootstrap-table-export': { path: '/static/system/plugins/bootstrap-table/extensions/export/bootstrap-table-export.min.js', type: 'js', charset: 'utf-8', requires: ['bootstrap-table-js'] }, 'bootstrap-table-page-jump-to': { path: '/static/system/plugins/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.min.js', type: 'js', charset: 'utf-8', requires: ['bootstrap-table-export'] }, 'bootstrap-table': { path: '/static/system/plugins/bootstrap-table/locale/bootstrap-table-zh-cn.min.js', type: 'js', charset: 'utf-8', requires: ['bootstrap-table-page-jump-to'] }, //treegrid 'tree-grid-css': { path: '/static/system/plugins/jquery-treegrid/css/jquery.treegrid.css', type: 'css', charset: 'utf-8' }, 'tree-grid-js': { path: '/static/system/plugins/jquery-treegrid/js/jquery.treegrid.min.js', type: 'js', charset: 'utf-8', requires: ['tree-grid-css'] }, 'tree-grid': { path: '/static/system/plugins/jquery-cookie/jquery.cookie.js', type: 'js', charset: 'utf-8', requires: ['tree-grid-js'] }, //export 'export': {path: '/static/system/plugins/jquery-table-export/tableexport.min.js', type: 'js', charset: 'utf-8'}, //copy 'copy': {path: '/static/system/plugins/clipboard/clipboard.min.js', type: 'js', charset: 'utf-8'}, //echo 'echo': {path: '/static/system/plugins/echo/echo.min.js', type: 'js', charset: 'utf-8'}, //pagination 'pagination-css': {path: '/static/system/plugins/pagination/pagination.css', type: 'css', charset: 'utf-8'}, 'pagination': { path: '/static/system/plugins/pagination/pagination.min.js', type: 'js', charset: 'utf-8', requires: ['pagination-css'] }, //valid 'valid-css': {path: '/static/system/plugins/validform/css/style.css', type: 'css', charset: 'utf-8'}, 'valid-js': { path: '/static/system/plugins/validform/js/validform.js', type: 'js', charset: 'utf-8', requires: ['valid-css'] }, 'valid': { path: '/static/system/plugins/validform/js/validform_datatype.js', type: 'js', charset: 'utf-8', requires: ['valid-js'] }, //ztree 'ztree-css': {path: '/static/system/plugins/ztree/css/metrostyle/metrostyle.css', type: 'css', charset: 'utf-8'}, 'ztree': {path: '/static/system/plugins/ztree/js/jquery.ztree.all-3.5.min.js', type: 'js', charset: 'utf-8', requires: ['ztree-css']}, //edittable 'editable-css': {path: '/static/system/plugins/bootstrap-editable/css/bootstrap-editable.css', type: 'css', charset: 'utf-8'}, 'editable': {path: '/static/system/plugins/bootstrap-editable/js/bootstrap-editable.min.js', type: 'js', charset: 'utf-8', requires: ['editable-css']}, });