lxr 5 روز پیش
والد
کامیت
fa9bacb7ce
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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`);
 };