修改 docs 示例中的静态模拟数据的路径

This commit is contained in:
贤心
2023-05-10 12:56:43 +08:00
parent b46186169e
commit d5bb8cf413
17 changed files with 21 additions and 21 deletions

View File

@@ -14,7 +14,7 @@ layui.use(function(){
// dropdown 在表格中的应用
table.render({
elem: '#ID-dropdown-demo-table',
url: '{{d.root}}/static/json/table/demo5.json',
url: '/static/2.8/json/table/demo5.json',
title: '用户数据表',
cols: [[
{type: 'checkbox', fixed: 'left'},