Parcourir la source

[edit] switch

wenliming il y a 2 ans
Parent
commit
bdde05acc2
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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
     },
 ]);