Compare commits

..

No commits in common. "c7fe1367d032bcc837f2a798d223910687fbeb4b" and "042c09280227c3d855b7340c2b372e078fe86f0a" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

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

View File

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