mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-06 17:36:48 +08:00
feat:404返回首页
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user