Compare commits

..

2 Commits

Author SHA1 Message Date
junleea c7fe1367d0 会话管理中会话类型 2025-04-06 16:40:54 +08:00
junleea 3f776d4d08 会话管理中会话类型 2025-04-06 16:14:12 +08:00
2 changed files with 3 additions and 2 deletions

View File

@ -68,7 +68,7 @@ export const lineOptions = {
export const pieOptions = {
title: {
text: '系统开发语言',
subtext: 'Fake Data',
subtext: '前后端',
left: 'center',
},
tooltip: {

View File

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