Vue3 页面跳转:如何使用 window.location.href 跳转到百度
在 Vue3 中,可以使用 window.location.href 来实现页面跳转。可以将下面的代码放在需要跳转的地方:
window.location.href = "http://baidu.com";
这将会直接在当前窗口中跳转到百度网站。
原文地址: https://www.cveoy.top/t/topic/nGJk 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
在 Vue3 中,可以使用 window.location.href 来实现页面跳转。可以将下面的代码放在需要跳转的地方:
window.location.href = "http://baidu.com";
这将会直接在当前窗口中跳转到百度网站。
原文地址: https://www.cveoy.top/t/topic/nGJk 著作权归作者所有。请勿转载和采集!