|
|
@@ -398,7 +398,7 @@ export default {
|
|
|
async asyncData ({...params}) {
|
|
|
let dealDataObj = new DealSeoDetail(params)
|
|
|
let result = await dealDataObj.dealData()
|
|
|
-
|
|
|
+
|
|
|
return {
|
|
|
...result
|
|
|
}
|
|
|
@@ -410,7 +410,7 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
goUserPage(){
|
|
|
- window.location.href = 'proginn://login'
|
|
|
+ window.location.href = `/wo/${this.userinfo.uid}`
|
|
|
},
|
|
|
/**
|
|
|
* 初始化播放器
|
|
|
@@ -493,7 +493,7 @@ export default {
|
|
|
// 未登录时 => 去登录
|
|
|
if (this.deviceType.ios || this.deviceType.android) {
|
|
|
window.location.href = "proginn://login?backToPage=true";
|
|
|
- } else {
|
|
|
+ } else {
|
|
|
window.location.href = this.baseUrl + "/?loginbox=show&next=" + encodeURIComponent(location.href)
|
|
|
}
|
|
|
} else {
|