src/components/Screen/top.vue
@@ -22,7 +22,10 @@ <div>管网一张图</div> </div> <div class="topRight"> <div class="topright1 toprightC" @click="ReturnLast"> <div class="topright1 toprightC" @click="ReturnLast" > <img src="../../assets/img/Screen/return.png" /> <span>返回上级</span> </div> @@ -47,6 +50,7 @@ }, methods: { ReturnLast() { sessionStorage.setItem("changeSelectStyle", 1); this.$router.push("/Synthesis") },