Browse Source

Fix: sort param

develop
CareyWong 4 years ago
parent
commit
397b7cfb16
  1. 4
      src/views/Subconverter.vue

4
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);

Loading…
Cancel
Save