feat: translate

This commit is contained in:
2025-10-15 10:34:22 +08:00
parent 32b4a7e624
commit ee96c5feb8
11 changed files with 231 additions and 75 deletions

View File

@@ -47,5 +47,5 @@ class AxiosInstance {
}
}
const baseURL = import.meta.env.VITE_BASE_URL || "http://192.168.1.231:48080";
const baseURL = import.meta.env.VITE_BASE_URL || "https://petshy.tashowz.com";
export const axiosInstance = new AxiosInstance(baseURL).getInstance();