init admin

This commit is contained in:
2025-11-07 09:56:20 +08:00
commit d9d7ddc05d
2718 changed files with 665424 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
## 2.5.32023-02-13
1.`新增` `reload``refresh``complete``completeByTotal``completeByNoMore``completeByKey``setLocalPaging`等方法的返回值添加请求结果promise,可以通过方法名().then()获取本次操作请求结束后的【总列表】和【是否有更多数据】。
2.`修复``v2.5.0`引出的在vue2 + 钉钉小程序中,`slot="top"`插入无效的问题。