修改 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

@@ -1,4 +1,4 @@
<table class="layui-table" lay-data="{height:315, url:'{{d.root}}/static/json/table/user.json', page:true}" id="ID-table-demo-init">
<table class="layui-table" lay-data="{height:315, url:'/static/2.8/json/table/user.json', page:true}" id="ID-table-demo-init">
<thead>
<tr>
<th lay-data="{field:'id', width:80, sort: true}">ID</th>