mirror of
https://github.com/Kisechan/Mainpage.git
synced 2025-08-30 07:17:17 +00:00
添加源代码链接,修改链接打开方式
This commit is contained in:
@ -97,7 +97,7 @@ export default {
|
||||
};
|
||||
|
||||
const openLink = (url) => {
|
||||
window.open(url, "_blank");
|
||||
window.open(url, "_self");
|
||||
};
|
||||
|
||||
return {
|
||||
|
Reference in New Issue
Block a user