修改文案
site-dist-deploy / build-and-deploy (push) Successful in 1m44s

This commit is contained in:
2026-05-10 20:10:24 +03:00
parent 3f0be7575c
commit 3639e10a11
2 changed files with 2 additions and 2 deletions
@@ -28,7 +28,7 @@ import request from '@/utils/request'
const data = ref([
{ label: '点击量', value: 0, key: 'clicks' },
{ label: '浏览量', value: 0, key: 'views' },
{ label: '付费数', value: 0, key: 'paid_count' },
{ label: '付费用户数', value: 0, key: 'paid_count' },
])
const growthRate = ref('N/A')