瀏覽代碼

feat: 新增运营数据来源参数

zhangyuhan 3 年之前
父節點
當前提交
a4eb66ac83
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/web/staticres/common-module/yearEndReport/js/index.js

+ 2 - 2
src/web/staticres/common-module/yearEndReport/js/index.js

@@ -298,11 +298,11 @@ var vPage = new Vue({
                             initSwiper.bind(_this)()
                         })
                     } else {
-                        location.replace('/swordfish/about')
+                        location.replace('/swordfish/about?from=yearEndReportnew')
                     }
                 },
                 error: function () {
-                    location.replace('/swordfish/about')
+                    location.replace('/swordfish/about?from=yearEndReportnew')
                 }
             })
         },