浏览代码

fix:pc端代理页面跳转问题

liusw 7 年之前
父节点
当前提交
62e21e8f7c
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      pages/agency/index.vue

+ 3 - 0
pages/agency/index.vue

@@ -107,6 +107,9 @@
             }
           }).catch(err => {
             this.$message.error(err.errMsg)
+            setTimeout(() => {
+              this.crossAfter(this.$route.query.returnURL || 'http://www.usoftchina.com')
+            }, 3000)
           })
       },
       getJsonp: function (url, timeout = 500) {