Administrator 7 лет назад
Родитель
Сommit
3e52f28861
1 измененных файлов с 1 добавлено и 1 удалено
  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()
         }