ソースを参照

处理B2B商务链接

Administrator 7 年 前
コミット
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()
         }
       }
     }