diff --git a/src/api/user.ts b/src/api/user.ts index 3b9e391..2b804df 100644 --- a/src/api/user.ts +++ b/src/api/user.ts @@ -35,7 +35,7 @@ export async function login(data): Promise { if (import.meta.env.VITE_BUILD_TIMESTAMP) { // 此登录请求走https接口 return request({ - baseURL: 'https://lolosia.top/home/api/', + baseURL: 'https://www.lolosia.top/home/api/', url: '/logout', method: 'post', responseType: 'json',