zhongrj
2022-12-26 de69b4e78bfbd4023cb787ebeec5fbbaccc64733
src/api/login/login.js
@@ -37,3 +37,15 @@
    },
  });
};
/**
 * 登出
 */
export const logout = () =>{
  return request({
    url: '/api/blade-auth/oauth/logout',
    method: 'get',
    params: {}
  })
}