Browse Source

Merge branch 'feature-201820-wangcz'

Administrator 7 years ago
parent
commit
e375c4ccdb
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()
         }