|
@@ -7,7 +7,6 @@ import {
|
|
|
ajaxGetContentOtherInfo
|
|
|
} from '@/api/modules/detail'
|
|
|
import { getUserResource } from '@/api/modules/bi'
|
|
|
-import { showToast } from '@/components/toast'
|
|
|
|
|
|
function setPageTDK({ title, description, keywords }) {
|
|
|
const descriptionDOM
|
|
@@ -151,7 +150,9 @@ function useRenMaiModel(ContentModel) {
|
|
|
}
|
|
|
else {
|
|
|
// 弹窗
|
|
|
- showToast('暂无权限')
|
|
|
+ // showToast('暂无权限')
|
|
|
+ // 跳转大会员落地页
|
|
|
+ window.open('/big/page/index')
|
|
|
}
|
|
|
}
|
|
|
|