智慧园区前端大屏
linwe
2024-11-15 e7d9bef1b81a27b447c430a3f39bcc26a148b7ea
src/api/user.js
@@ -19,4 +19,11 @@
      scope: 'all',
      type,
    },
  })
export const logout = () =>
  request({
    url: '/blade-auth/oauth/logout',
    method: 'get',
    authorization: false,
  })