mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-19 04:32:28 +08:00
更新0.1.1版本
This commit is contained in:
12
src/api/table/list.ts
Normal file
12
src/api/table/list.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import http from '@/utils/http/axios'
|
||||
|
||||
//获取table
|
||||
export function getTableList(params) {
|
||||
return http.request(
|
||||
{
|
||||
url: '/table/list',
|
||||
method: 'get',
|
||||
params
|
||||
}
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user