Browse Source

[edit][注释]

zhangwei 2 years ago
parent
commit
3eeb4038b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/view/iframe/tool-box/card.vue

+ 1 - 1
src/view/iframe/tool-box/card.vue

@@ -134,7 +134,7 @@ onMounted(() => {
             state.status = '固定右上角'
         } else {
             state.status = '加载'
-            // getDetail()
+            getDetail()
         }
     })