@@ -39,7 +39,7 @@
methods: {
sureAccount () {
if (this.$route.query.returnURL) {
- window.location.href = this.$route.query.returnURL
+ window.location.href = decodeURIComponent(this.$route.query.returnURL)
} else {
this.$router.push('/')
}
@@ -34,7 +34,7 @@
this.$router.push('/cloudcenter')
@@ -26,7 +26,7 @@
// 跳转个人中心
goCloudCenter () {
// 跳转至云中心页面