@@ -271,7 +271,7 @@ const toDetails = async (info) => {
url += `&enterprise=${info.contact.enterpriseId}`
}
- router.push(url)
+ window.open(url)
const showLogin = ref(false)
@@ -124,7 +124,7 @@ const toDetails = async (info) => {
@@ -462,7 +462,7 @@ const toDetails = async (info) => {
} catch (error) {
console.log(error)