更新容器获取
This commit is contained in:
@@ -38,12 +38,3 @@ export const bizMyWorkInfoList = () =>
|
||||
|
||||
export const bizDockerInfoList = (params?: DockerInfo | any) =>
|
||||
defHttp.get<DockerInfo[]>({ url: adminPath + '/biz/myWork/dockerList' , params });
|
||||
|
||||
export const bizDockerRestart = (params?: DockerInfo | any) =>
|
||||
defHttp.get<DockerInfo>({ url: adminPath + '/biz/myWork/restart', params });
|
||||
|
||||
export const bizDockerStart = (params?: DockerInfo | any) =>
|
||||
defHttp.get<DockerInfo>({ url: adminPath + '/biz/myWork/start', params });
|
||||
|
||||
export const bizDockerStop = (params?: DockerInfo | any) =>
|
||||
defHttp.get<DockerInfo>({ url: adminPath + '/biz/myWork/stop', params });
|
||||
Reference in New Issue
Block a user