Explorar el Código

refactor(analysisReport): 移除未使用的导入

- 删除了未使用的 doLeave 导入语句
- 优化代码结构,减少冗余导入,提高代码可读性

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe hace 1 semana
padre
commit
67fe085e94

+ 0 - 1
apps/bigmember_pc/src/views/analysisReport/MarketAnalysisResult.vue

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