src/views/screen/components/screen-wrapper/index.vue
@@ -2,7 +2,7 @@ <div class="wrapper-container"> <select-item></select-item> <div class="return-button"> <el-button type="primary" @click="returnPath">返回</el-button> <el-button type="primary" @click="returnPath">管理系统</el-button> </div> <div class="wrapper-content"> <div class="left-container wrapper"> @@ -43,7 +43,7 @@ }, methods: { returnPath() { this.$router.go(-1); this.$router.push('/index'); } } }