添加源代码链接,修改链接打开方式

This commit is contained in:
2025-03-12 16:24:19 +08:00
parent d41b57b87e
commit 6a9dbf914f
5 changed files with 34 additions and 13 deletions

View File

@ -97,7 +97,7 @@ export default {
};
const openLink = (url) => {
window.open(url, "_blank");
window.open(url, "_self");
};
return {