@@ -38,7 +38,11 @@
},
methods: {
sureAccount () {
- this.$router.push('/')
+ if (this.$route.query.source === 'UU') {
+ window.location.href = 'htttp://sureCloseWeb.com'
+ } else {
+ this.$router.push('/')
+ }
}
@@ -116,7 +116,6 @@
.then(response => {
this.$indicator.close()
if (response.data.success) {
- console.log(response.data, type)
this.$emit('stepEvent', type)
this.$emit('tokenEvent', response.data.content.token)
} else {