Compare commits

...

1 Commits

Author SHA1 Message Date
df67f63137 优化 2026-03-13 09:41:00 +08:00

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