公告板
版本库
filestore
活动
搜索
登录
main
/
dream_web
叮当微教务后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
样式优化
zhanghua
2025-01-04
0b6085313adfaea72af9d1fcbf874394e9575a1b
[dream_web.git]
/
src
/
api
/
table.js
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
export function getList(params) {
return request({
url: '/vue-admin-template/table/list',
method: 'get',
params
})
}