diff --git a/src/views/Subconverter.vue b/src/views/Subconverter.vue index b81982f..45eea26 100644 --- a/src/views/Subconverter.vue +++ b/src/views/Subconverter.vue @@ -399,7 +399,9 @@ export default { "&scv=" + this.form.scv.toString() + "&fdn=" + - this.form.fdn.toString(); + this.form.fdn.toString() + + "&sort=" + + this.form.sort.toString(); } this.$copyText(this.customSubUrl);