Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
@@ -165,7 +165,7 @@ export default {
this.getList()
},
mounted() {
- this.isInIframe = InContainer.inIframe
+ this.isInIframe = InContainer?.inApp || false
methods: {
resetListState() {