648540858
2023-03-17 c3ce2bc5d069ba57309567aee4ae418bc0cf75ed
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) {