Commit 1358d259 authored by yun's avatar yun

返回按钮log

parent 840367d7
......@@ -88,6 +88,7 @@ export default {
methods: {
// 返回按钮
back() {
console.log(this.$route.name, 'HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH')
if (this.$route.name === 'Home' || this.$route.path === sessionStorage.getItem('toPath')) {
sendInfoToJava('close')
} else if (this.$route.name === 'Zcdsh') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment