浏览代码

fix:跳转留资source调整

tsz 2 年之前
父节点
当前提交
3032e35718
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/web/staticres/common-module/report-analysis/js/report_analysis.js

+ 2 - 2
src/web/staticres/common-module/report-analysis/js/report_analysis.js

@@ -411,13 +411,13 @@ var vm = new Vue({
       this.saveState()
       if(utils.$envs.inWX){
         if(!this.getStatus) {
-          this.$refs.chartExampleRef.goOpen('', '', 'wx_analysis_ProjectDetails')
+          location.href = '/weixin/frontPage/bigmember/free/perfect_info?source=wx_analysis_ProjectDetails'
         } else {
           window.location.href='/big/wx/page/report_analysis_pro_list?id=' + this.rid
         }
        } else {
         if(!this.getStatus) {
-          this.$refs.chartExampleRef.goOpen('', '', 'app_analysis_ProjectDetails')
+          location.href = '/jyapp/frontPage/bigmember/free/perfect_info?source=app_analysis_ProjectDetails'
         } else {
           window.location.href='/jyapp/big/page/report_analysis_pro_list?id=' + this.rid
         }