mirror of
https://gitee.com/layui/layui.git
synced 2026-01-28 19:11:26 +08:00
更新 docs 相关静态路径
This commit is contained in:
@@ -14,7 +14,7 @@ layui.use(function(){
|
||||
// dropdown 在表格中的应用
|
||||
table.render({
|
||||
elem: '#ID-dropdown-demo-table',
|
||||
url: '/static/2.8/json/table/demo5.json',
|
||||
url: '/static/json/2/table/demo5.json',
|
||||
title: '用户数据表',
|
||||
cols: [[
|
||||
{type: 'checkbox', fixed: 'left'},
|
||||
@@ -74,4 +74,4 @@ layui.use(function(){
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user