From f446dac8225ca860f65dd284a6949869e2363eb2 Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Wed, 30 Oct 2024 09:21:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=A0=E5=B0=84=E5=85=B3=E7=B3=BB=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/iceserver/index.vue | 23 ++++++++----- .../components/addMappDialog.vue | 5 +++ src/views/mappingConfig/index.vue | 32 +++++++++++++++++-- vue.config.js | 2 +- 4 files changed, 51 insertions(+), 11 deletions(-) diff --git a/src/views/iceserver/index.vue b/src/views/iceserver/index.vue index 5ba45573..7881f034 100644 --- a/src/views/iceserver/index.vue +++ b/src/views/iceserver/index.vue @@ -12,7 +12,7 @@ >
- IEC服务器状态 + 61850服务端

@@ -47,7 +47,7 @@

- +
diff --git a/vue.config.js b/vue.config.js index 7d41c9bc..0c7092d9 100644 --- a/vue.config.js +++ b/vue.config.js @@ -22,7 +22,7 @@ module.exports = defineConfig({ //表示拦截以/api开头的请求路径 target: "http://192.168.1.190:88", //200服务器 // target: "http://61.169.135.146:40080/", //dell服务器 - + //target: "http://192.168.50.197:8099/", //本地 changOrigin: true, //是否开启跨域 pathRewrite: { "^/api": "/cac-api", //重写api,把api变成空字符,因为我们真正请求的路径是没有api的