|
@@ -266,7 +266,7 @@ export default {
|
|
|
if (this.checkAuthPower(item.id)) {
|
|
|
this.$router.push(item.to)
|
|
|
} else {
|
|
|
- window.location.href = 'https://web-zyh.jydev.jianyu360.com/big/page/index#' + item.anchor
|
|
|
+ window.location.href = '/big/page/index#' + item.anchor
|
|
|
}
|
|
|
},
|
|
|
getSimpleFollowList (size = 5) {
|