feat(too): to

This commit is contained in:
ex_zhangwenlei@exiot.cmcc
2024-01-10 01:04:51 +08:00
parent f0a62aacb5
commit 3283a2d975
9 changed files with 5 additions and 246 deletions

View File

@@ -1,15 +0,0 @@
import request from '@/api/request';
export function getData(params: any) {
return request({
url: '/getData',
method: 'get',
params,
});
}
export function postData(data: any) {
return request({
url: '/postData',
method: 'post',
data,
});
}