1
0
forked from ruoyi/RuoYi-Vue

remove all semicolons

This commit is contained in:
RuoYi
2025-04-27 10:05:55 +08:00
parent f30e737be2
commit 62630a5a95
92 changed files with 2285 additions and 2287 deletions

View File

@@ -1024,14 +1024,14 @@ export default {
return {
// 版本号
version: "3.8.9"
};
}
},
methods: {
goTarget(href) {
window.open(href, "_blank");
window.open(href, "_blank")
}
}
};
}
</script>
<style scoped lang="scss">