Kaynağa Gözat

更改proxy配置

Bella 2 yıl önce
ebeveyn
işleme
17fe8259df

+ 3 - 3
src/components/common/BottomForm/CustomModelDialog.vue

@@ -242,8 +242,8 @@ export default {
       }
       this.currentModifiedModelId = node.data.id;
       this.currentOverlayFile = node.data.c_dzfx_file;
-      console.log(this.currentModifiedModelId, "currentModifiedModelId");
-      console.log(this.currentOverlayFile, "currentOverlayFile");
+      // console.log(this.currentModifiedModelId, "currentModifiedModelId");
+      // console.log(this.currentOverlayFile, "currentOverlayFile");
 
       this.$nextTick(() => {
         if (this.$refs.transferTree) {
@@ -635,7 +635,7 @@ export default {
     displayOverlayGeometry(url) {
       // console.log(url);
       this.$Get(url).then((res) => {
-        console.log(res, "叠置分析的结果数据");
+        // console.log(res, "叠置分析的结果数据");
       });
     },
     // 执行叠置分析

+ 1 - 1
vue.config.js

@@ -45,7 +45,7 @@ module.exports = {
         changeOrigin: true, // 允许跨域
       },
       "/audit": {
-        target: "http://121.43.55.7:10011",
+        target: "http://121.43.55.7:10013",
         changeOrigin: true, // 允许跨域
       },
     },