二手车交易,协议链接加返回按钮

This commit is contained in:
2025-03-13 13:54:43 +08:00
parent d4485779c6
commit 22f76aaa73
4 changed files with 84 additions and 2 deletions

View File

@ -164,7 +164,8 @@ export default {
url = 'https://crm1.sino-assist.com'
// url = 'http://localhost:8080'
}
window.location.href=url + '/h5/supplier/dispatch/res/privacy.html'
let urls=url + '/h5/supplier/dispatch/res/privacy.html'
this.$router.push({ name: "privacyComponent", query: {url:urls}})
},
closeParentDialog() {
if (window.parent) {