浏览代码

处理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()
         }
       }
     }