This commit is contained in:
zc
2026-03-13 10:40:40 +08:00
parent 1a1be2f9d3
commit 5aec2d7d1f

View File

@@ -33,5 +33,5 @@ export function vmSend(code: string) {
/** @desc 获取图片 */
export function getImg() {
return http.get<string>(`/vm/getImg`)
return http.get<string>(`/vm/latest-photo`)
}