Compare commits
No commits in common. "c7fe1367d032bcc837f2a798d223910687fbeb4b" and "042c09280227c3d855b7340c2b372e078fe86f0a" have entirely different histories.
c7fe1367d0
...
042c092802
|
|
@ -68,7 +68,7 @@ export const lineOptions = {
|
|||
export const pieOptions = {
|
||||
title: {
|
||||
text: '系统开发语言',
|
||||
subtext: '前后端',
|
||||
subtext: 'Fake Data',
|
||||
left: 'center',
|
||||
},
|
||||
tooltip: {
|
||||
|
|
|
|||
|
|
@ -98,8 +98,7 @@ let columns = ref([
|
|||
const getData = async () => {
|
||||
let req={
|
||||
token: localStorage.getItem('token'),
|
||||
type: "UserID",
|
||||
session_type: -1,
|
||||
type: "UserID"
|
||||
}
|
||||
let result = await FindSessionService(req);
|
||||
tableData.value = result.data;
|
||||
|
|
|
|||
Loading…
Reference in New Issue