瀏覽代碼

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

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

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 1 周之前
父節點
當前提交
67fe085e94
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      apps/bigmember_pc/src/views/analysisReport/MarketAnalysisResult.vue

+ 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}`)