Explorar o código

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

liusw %!s(int64=7) %!d(string=hai) anos
pai
achega
62e21e8f7c
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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) {