From 9e8be0743750e799004afa803e7c47ac87dbd0ad Mon Sep 17 00:00:00 2001
From: 懒羊羊 <15939171744@163.com>
Date: 星期四, 25 一月 2024 10:47:15 +0800
Subject: [PATCH] opcua迁移

---
 jcdm-ui/vue.config.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/jcdm-ui/vue.config.js b/jcdm-ui/vue.config.js
index f0c5690..d22457d 100644
--- a/jcdm-ui/vue.config.js
+++ b/jcdm-ui/vue.config.js
@@ -34,7 +34,7 @@
     open: true,
     proxy: {
       [process.env.VUE_APP_BASE_API]: {
-        target: `http://localhost:8081`,
+        target: `http://localhost:8080`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''

--
Gitblit v1.9.3