Merge remote-tracking branch 'origin/test' into test

This commit is contained in:
2024-10-08 22:46:29 +08:00

View File

@@ -6,6 +6,7 @@ import { getToken, removeToken } from "./auth";
axios.defaults.headers['Content-Type']='application/json'
console.log(import.meta.env.VITE_BASE_URL);
const serveice = axios.create({
baseURL: import.meta.env.VITE_BASE_URL,
timeout: 6000