648540858
2023-03-20 26bdf2e7768ee5dfc400c3970a5aa129fed49453
web_src/src/components/dialog/importChannel.vue
@@ -60,7 +60,7 @@
      console.log(this.form);
      this.$axios({
        method:"post",
        url:`/api/platform/catalog/${!this.isEdit? "add":"edit"}`,
        url:`./api/platform/catalog/${!this.isEdit? "add":"edit"}`,
        data: this.form
      })
        .then((res)=> {