feat: 所有格式转换成wav
This commit is contained in:
@@ -46,6 +46,9 @@ class AxiosInstance {
|
||||
return this.instance;
|
||||
}
|
||||
}
|
||||
|
||||
const baseURL = import.meta.env.VITE_BASE_URL || "https://petshy.tashowz.com";
|
||||
console.log(import.meta.env.VITE_BASE_URL, "import.meta.env.VITE_BASE_URL");
|
||||
// https://petshy.tashowz.com
|
||||
//192.168.1.231:48080
|
||||
// || "http://192.168.1.231:48080"
|
||||
const baseURL = import.meta.env.VITE_BASE_URL;
|
||||
export const axiosInstance = new AxiosInstance(baseURL).getInstance();
|
||||
|
||||
Reference in New Issue
Block a user