This commit is contained in:
2026-03-13 09:41:00 +08:00
parent 0f7efec0e1
commit df67f63137

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`)
}