|
@@ -80,7 +80,7 @@ import { getMediaReport, getMediaMonthReport, getSiteList, getAsSpaceList } from
|
|
import { formatDate } from '@/tool/index'
|
|
import { formatDate } from '@/tool/index'
|
|
import { reactive, ref } from 'vue'
|
|
import { reactive, ref } from 'vue'
|
|
const tableData = ref<IReportItem[]>([])
|
|
const tableData = ref<IReportItem[]>([])
|
|
-const date_ = formatDate(new Date().getTime())
|
|
|
|
|
|
+const date_ = formatDate(new Date().getTime() - 86400000)
|
|
const SiteList = ref<SiteList>([])
|
|
const SiteList = ref<SiteList>([])
|
|
const pages = reactive<Pages>({
|
|
const pages = reactive<Pages>({
|
|
pageNum: 1,
|
|
pageNum: 1,
|