zxl
2025-06-12 9f16b5c553b479ea12fe368a7ecc748872ea8b98
web_src/src/components/dialog/getCatalog.vue
old mode 100644 new mode 100755
@@ -89,7 +89,7 @@
            let that = this;
            this.$axios({
                    method:"get",
                    url:`./api/platform/catalog`,
                    url:`/api/platform/catalog`,
                    params: {
                        platformId: that.platformId,
                        parentId: parentId
@@ -111,7 +111,7 @@
          if (node.level === 0) {
            this.$axios({
              method:"get",
              url:`./api/platform/info/` + this.platformId,
              url:`/api/platform/info/` + this.platformId,
            })
              .then((res)=> {
                if (res.data.code === 0) {