No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

layui.html 835B

123456789101112131415161718192021222324252627
  1. <script type="text/javascript">
  2. layui.config({
  3. version: '{$Think.config.version.yzncms_release}',
  4. base: '__STATIC__/libs/layui_exts/'
  5. }).extend({
  6. yzn: 'yzn/yzn',
  7. yznForm: 'yznForm/yznForm',
  8. tab: "pear/tab", // 多选项卡组件
  9. yznUpload: 'yznUpload/yznUpload',
  10. yznTable: 'yznTable/yznTable',
  11. clipboard: 'clipboard/clipboard.min',
  12. notice: 'notice/notice.min',
  13. iconPicker: 'iconPicker/iconPicker.min',
  14. ztree: 'ztree/ztree',
  15. dragsort: 'dragsort/dragsort.min',
  16. tagsinput: 'tagsinput/tagsinput',
  17. xmSelect: 'xmSelect/xm-select',
  18. selectPage: 'selectPage/selectpage.min',
  19. echarts: 'echarts/echarts',
  20. echartsTheme: 'echarts/echartsTheme',
  21. citypicker: 'citypicker/city-picker',
  22. dropzone: 'dropzone/dropzone.min',
  23. ueditor: 'ueditor/ueditor.min',
  24. cxselect: 'cxselect/cxselect',
  25. addons: 'addons',
  26. });
  27. </script>