@@ -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()
}