feat: 跟踪管理
This commit is contained in:
11
src/api/trace/pcap.ts
Normal file
11
src/api/trace/pcap.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { request } from '@/plugins/http-fetch';
|
||||
|
||||
// 登录方法
|
||||
export function login(data: Record<string, string>) {
|
||||
return request({
|
||||
url: '/securityManagement/v1/login',
|
||||
method: 'post',
|
||||
data: data,
|
||||
whithToken: false,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user