Ver código fonte

[edit] switch

wenliming 2 anos atrás
pai
commit
bdde05acc2
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/view/iframe/publish/give-dialog.vue

+ 2 - 2
src/view/iframe/publish/give-dialog.vue

@@ -560,7 +560,7 @@ let formList = reactive([
         nodeType: "div",
         text: '',
         type: 8,
-        checked: true,
+        checked: false,
         show: true
     },
     {
@@ -569,7 +569,7 @@ let formList = reactive([
         nodeType: "input",
         text: '',
         type: 7,
-        checked: true,
+        checked: false,
         show: true
     },
 ]);