feat:404返回首页

This commit is contained in:
du.meimei
2025-04-28 09:42:45 +08:00
parent 08b7c6c14e
commit b6c43321e6

View File

@@ -22,7 +22,9 @@
<div class="bullshit__info">
请检查您输入的网址是否正确请返回上级页面或者联系网管
</div>
<!--<a href class="bullshit__return-home">返回首页</a>-->
<router-link to="/" class="bullshit__return-home">
返回首页
</router-link>
</div>
</div>
</div>
@@ -49,6 +51,7 @@ export default {
</script>
<style rel="stylesheet/scss" lang="scss" scoped>
@import '@/assets/sass/renderSass/theme.scss';
.wscn-http404-container {
transform: translate(-50%, -50%);
position: absolute;
@@ -216,7 +219,7 @@ export default {
float: left;
width: 110px;
height: 36px;
background: #1482f0;
background: $--color-primary;
border-radius: 100px;
text-align: center;
color: #ffffff;