瀏覽代碼

feat: 广东移动DICT判断是否在工作台内

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 9 月之前
父節點
當前提交
2715388ecb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/bigmember_pc/src/views/customer/Search.vue

+ 1 - 1
apps/bigmember_pc/src/views/customer/Search.vue

@@ -165,7 +165,7 @@ export default {
     this.getList()
     this.getList()
   },
   },
   mounted() {
   mounted() {
-    this.isInIframe = InContainer.inIframe
+    this.isInIframe = InContainer?.inApp || false
   },
   },
   methods: {
   methods: {
     resetListState() {
     resetListState() {