会话管理中会话类型

This commit is contained in:
junleea 2025-04-06 16:40:54 +08:00
parent 3f776d4d08
commit c7fe1367d0
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ const getData = async () => {
let req={
token: localStorage.getItem('token'),
type: "UserID",
session_type: 1,
session_type: -1,
}
let result = await FindSessionService(req);
tableData.value = result.data;