|
@@ -637,7 +637,6 @@ import { dateFormatter, formatPrice, moneyUnit } from '@/utils/globalFunctions'
|
|
import { workDeskTop } from '@/utils/mixins/in-workdesktop'
|
|
import { workDeskTop } from '@/utils/mixins/in-workdesktop'
|
|
import DownloadBottomTip from '@/components/download-report/DownloadBottomTip.vue'
|
|
import DownloadBottomTip from '@/components/download-report/DownloadBottomTip.vue'
|
|
import { getAssetsFile } from '@/utils'
|
|
import { getAssetsFile } from '@/utils'
|
|
-import { doLeave } from '@/utils/leave'
|
|
|
|
|
|
|
|
function getImgForVipUpgrade(name, bg = false, suffix = '.png') {
|
|
function getImgForVipUpgrade(name, bg = false, suffix = '.png') {
|
|
return getAssetsFile(`report/${bg ? 'bg/' : ''}${name}${suffix}`)
|
|
return getAssetsFile(`report/${bg ? 'bg/' : ''}${name}${suffix}`)
|