lxr hace 6 días
padre
commit
fa9bacb7ce
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/api/modules/login.ts

+ 1 - 1
src/api/modules/login.ts

@@ -41,5 +41,5 @@ export const getAuthButtonListApi = () => {
 
 // 用户退出登录
 export const logoutApi = () => {
-  return http.post(PORT_NONE + `/sys/logout`);
+  return http.post(`/sys/logout`);
 };