|
@@ -34,7 +34,7 @@
|
|
|
methods: {
|
|
methods: {
|
|
|
sureAccount () {
|
|
sureAccount () {
|
|
|
if (this.$route.query.returnURL) {
|
|
if (this.$route.query.returnURL) {
|
|
|
- window.location.href = this.$route.query.returnURL
|
|
|
|
|
|
|
+ window.location.href = decodeURIComponent(this.$route.query.returnURL)
|
|
|
} else {
|
|
} else {
|
|
|
this.$router.push('/cloudcenter')
|
|
this.$router.push('/cloudcenter')
|
|
|
}
|
|
}
|