yanggs
2023-06-01 51c19c397d86259cdf2d9483a6f39332f8be3724
web_src/src/components/dialog/catalogEdit.vue
@@ -116,7 +116,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)=> {
          if (res.data.code === 0) {