Administrator 7 лет назад
Родитель
Сommit
de8e74a9ee
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      components/main/Nav.vue

+ 2 - 2
components/main/Nav.vue

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