Commit 9a80ffe0 authored by Xuguangxing's avatar Xuguangxing

fix ui error

parent 332a40ab
......@@ -141,7 +141,7 @@ export default {
padding-left: 12px;
padding-right: 12px;
box-sizing: border-box;
z-index: 2;
z-index: 4;
button {
flex: 1;
font-size: 16px;
......
......@@ -69,7 +69,7 @@ export default {
},
methods: {
navigateBack() {
this.$router.go(-1);
this.$router.go(-2);
},
getQuery() {
this.returnUrl = cookies.get('returnUrl') || '';
......
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