Browse Source

fix:市场分析--报告下载记录跳转处理

zhangsiya 1 year ago
parent
commit
14e41f3a12
1 changed files with 1 additions and 2 deletions
  1. 1 2
      apps/bigmember_pc/src/views/analysisReport/index.vue

+ 1 - 2
apps/bigmember_pc/src/views/analysisReport/index.vue

@@ -140,9 +140,8 @@ export default {
       }
       }
     },
     },
     tabChange(newVal, oldVal) {
     tabChange(newVal, oldVal) {
-      console.log(newVal)
       if(newVal === 'download') {
       if(newVal === 'download') {
-        this.$router.push('/page_workDesktop/work-bench/app/big/report/download_record')
+        this.$router.push('/report/download_record')
       }
       }
 
 
       // 设置URL参数
       // 设置URL参数