add example page
This commit is contained in:
11
src/api/table.js
Normal file
11
src/api/table.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import fetch from '@/utils/fetch';
|
||||
|
||||
export function getList(params) {
|
||||
return fetch({
|
||||
url: '/table/list',
|
||||
method: 'get',
|
||||
params
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user