|
@@ -199,11 +199,7 @@ export const userMixin = {
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
goToProfile() {
|
|
goToProfile() {
|
|
|
- if (this.$route.path === '/u/profile') {
|
|
|
|
|
- this.$router.go(0)
|
|
|
|
|
- return
|
|
|
|
|
- }
|
|
|
|
|
- this.$router.push('/u/profile')
|
|
|
|
|
|
|
+ window.open("//account.reghao.cn", "_blank");
|
|
|
},
|
|
},
|
|
|
goToCollection() {
|
|
goToCollection() {
|
|
|
if (this.$route.path === '/u/collection') {
|
|
if (this.$route.path === '/u/collection') {
|