This commit is contained in:
parent
59cd01d153
commit
24ce496a85
|
|
@ -61,7 +61,7 @@ export default {
|
|||
// 检查 URL 参数中是否有 embedded=true 或者当前处于 iframe 中
|
||||
return (
|
||||
// this.$route.query.embedded === "true" || window.self !== window.top
|
||||
true
|
||||
false
|
||||
);
|
||||
},
|
||||
classObj() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue