This commit is contained in:
bb_pan 2025-12-04 09:36:02 +08:00
parent f77928de2d
commit 938cdece67
4 changed files with 13 additions and 13 deletions

View File

@ -53,13 +53,13 @@ export default {
try {
let type = 0
if (this.tabIndex == 0) {
type = 0
type = ''
} else if (this.tabIndex == 1) {
type = 5474
type = 1
} else if (this.tabIndex == 2) {
type = 5080
type = 2
} else if (this.tabIndex == 3) {
type = 5010
type = 3
}
const res = await getUsageStatisticsApi({ type })
if (!res.data) return

View File

@ -53,13 +53,13 @@ export default {
try {
let type = 0
if (this.tabIndex == 0) {
type = 0
type = ''
} else if (this.tabIndex == 1) {
type = 5474
type = 1
} else if (this.tabIndex == 2) {
type = 5080
type = 2
} else if (this.tabIndex == 3) {
type = 5010
type = 3
}
const res = await getUsageStatisticsApi({ type })
if (!res.data) return

View File

@ -78,6 +78,6 @@ export default {
}
.right {
//
margin-left: -40px;
margin-left: -20px;
}
</style>

View File

@ -53,13 +53,13 @@ export default {
try {
let type = 0
if (this.tabIndex == 0) {
type = 0
type = ''
} else if (this.tabIndex == 1) {
type = 5474
type = 1
} else if (this.tabIndex == 2) {
type = 5080
type = 2
} else if (this.tabIndex == 3) {
type = 5010
type = 3
}
const res = await getUsageStatisticsApi({ type })
if (!res.data) return