Pārlūkot izejas kodu

Fix:missing param

CareyWong 5 gadi atpakaļ
vecāks
revīzija
a091b64688
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      src/views/Subconverter.vue

+ 4 - 0
src/views/Subconverter.vue

@@ -501,6 +501,10 @@ export default {
         }
         }
 
 
         if (this.form.clientType === "clash") {
         if (this.form.clientType === "clash") {
+          if (this.form.tpl.clash.doh === true) {
+            this.customSubUrl += "&clash.doh=true";
+          }
+
           this.customSubUrl += "&new_name=" + this.form.new_name.toString();
           this.customSubUrl += "&new_name=" + this.form.new_name.toString();
         }
         }
       }
       }