window.open All In One
window.open All In One
window.open(URL, name, specs, replace)
methods: {
gotoDetails () {
// TODO: 调转详情,参数拼接
console.log('this.cardObj', this.cardObj);
// this.$router.push({
// name: 'MaterialDetail',
// params: {
// // spreaderId: '304',
// },
// query: {
// // id: id,
// },
// });
// 新页面打开
// window.open(url, '_blank');
},
},
https://www.w3schools.com/jsref/met_win_open.asp
https://stackoverflow.com/questions/14132122/open-url-in-new-window-with-javascript
refs
https://developer.mozilla.org/en-US/docs/Web/API/Window/open
https://developer.mozilla.org/en-US/docs/Web/API/Window/opener
©xgqfrms 2012-2020
www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!
原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/15683663.html
未经授权禁止转载,违者必究!