perf(format): code format
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import httpFetch from "@/api/fetch"
|
||||
import { BASE_LABEL_API } from "../const"
|
||||
import {
|
||||
LabelResult,
|
||||
LoginInfo,
|
||||
RequestLabelResult,
|
||||
ServerResponse,
|
||||
} from "./typing"
|
||||
import { BASE_LABEL_API } from "../const"
|
||||
|
||||
// 获取标注结果
|
||||
export const getLabelResult = (task_id: number) => {
|
||||
@@ -31,7 +31,7 @@ export const saveLabelResult = (data: RequestLabelResult) => {
|
||||
export const getServerImage = async (data: {
|
||||
data_names: string[]
|
||||
/**
|
||||
* 0-图片 1-点云
|
||||
* 0-图片 1-点云 2-视频
|
||||
*/
|
||||
data_type: number
|
||||
flag?: number
|
||||
|
||||
Reference in New Issue
Block a user