Browse Source

商城中B2B的returnURL修改

hangb 7 years ago
parent
commit
6bd0a808d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/main/Nav.vue

+ 1 - 1
components/main/Nav.vue

@@ -85,7 +85,7 @@
         if (this.user.logged) {
         if (this.user.logged) {
           window.location.href = `${process.env.uasUrl}#/index`
           window.location.href = `${process.env.uasUrl}#/index`
         } else {
         } else {
-          this.login()
+          this.login(`${process.env.uasUrl}`)
         }
         }
       }
       }
     }
     }