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