Commit 269ad24b authored by sixiaofeng's avatar sixiaofeng

main-page click-left

parent 37a9ee4b
...@@ -58,7 +58,7 @@ export default Vue.extend({ ...@@ -58,7 +58,7 @@ export default Vue.extend({
}, },
methods: { methods: {
clickLeft() { clickLeft() {
this.$emit('click-left') // this.$emit('click-left')
this.$router.go(-1) this.$router.go(-1)
} }
} }
......
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