Browse Source

处理B2B商务链接

Administrator 7 years ago
parent
commit
de8e74a9ee
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/main/Nav.vue

+ 2 - 2
components/main/Nav.vue

@@ -83,9 +83,9 @@
       },
       },
       goB2B () {
       goB2B () {
         if (this.user.logged) {
         if (this.user.logged) {
-          window.location.href = `${process.env.uasUrl}/#/index`
+          window.location.href = `${process.env.uasUrl}#/sale/pubinquiry`
         } else {
         } else {
-          this.$router.push('/btbBusiness')
+          this.login()
         }
         }
       }
       }
     }
     }