Browse Source

处理B2B链接地址

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

+ 1 - 1
components/main/Nav.vue

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