Browse Source

Merge branch 'debug-xxa' into 'master'

debug

See merge request spfm/spfm-market-front!92
徐兴安 3 years ago
parent
commit
9ae292160b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/main/redir/redir.vue

+ 1 - 1
src/pages/main/redir/redir.vue

@@ -31,7 +31,7 @@
                     // 商户引入流程权限
                     var url = 'http://10.149.15.69:8080/manageapi/admin/api/v3/loginFromWork?account='+res.data[0].phoneNo+'&pass='+this.$route.query.pass;
                     window.open(url);
-                    self.location.href="marketfront/#/leader"
+                    self.location.href="#/leader"
                     // window.location.href=url;
                 });