[admin] agent allow&deny

This commit is contained in:
xiaomlove
2022-02-25 18:09:31 +08:00
parent e2f30ecf0c
commit 9edbaf49ca
25 changed files with 1420 additions and 28 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ const useTable = () => {
query: {
page: 1,
sort_field: 'id',
sort_type: 'desc'
sort_type: 'desc',
},
tableData: [],
multipleSelection: [],