我的知识记录

请问pbootcms后台设置二级菜单默认所有栏目展开

  • 打开 /apps/admin/view/default/content/contentsort.html 文件,修改 JavaScript 初始化代码:
    $("#sortTable").treetable({   expandable: true,   column: 1,   indent: 20,   stringCollapse: '收缩',   stringExpand: '展开',   initialState: "expanded" });

     

标签:pbootcms怎么样-pbootcms教程-pbootcms建站-pbootcms模板-pbootcms开发版-

更新时间:2025-04-10 23:49:15

上一篇:请问pbootcms模板如何调用当前站点网址和当前页面网址

下一篇:请问PbootCms上传图片变模糊、上传图片尺寸受限的解决方案