From 49c8b89710f806e3d4e50e86fb90a48baa54af01 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 20 Nov 2024 17:30:55 +0800
Subject: [PATCH] 突发事件模拟加载样式调整、内容语音播放
---
src/api/user.js | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/api/user.js b/src/api/user.js
index 69c7ebd..c96cec6 100644
--- a/src/api/user.js
+++ b/src/api/user.js
@@ -19,4 +19,11 @@
scope: 'all',
type,
},
+ })
+
+export const logout = () =>
+ request({
+ url: '/blade-auth/oauth/logout',
+ method: 'get',
+ authorization: false,
})
\ No newline at end of file
--
Gitblit v1.9.3