mirror of
https://gitee.com/layui/layui.git
synced 2025-12-26 22:25:48 +08:00
修改 docs 示例中的静态模拟数据的路径
This commit is contained in:
@@ -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'},
|
||||
|
||||
Reference in New Issue
Block a user