From 4e8d4f3b0fccc68364ea8655dfb60b015de2857e Mon Sep 17 00:00:00 2001
From: zhangyong <517047165@qq.com>
Date: 星期一, 04 九月 2023 17:58:05 +0800
Subject: [PATCH] 修改主页面设备示意图显示效果
---
CanadaMes-ui/vue.config.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/CanadaMes-ui/vue.config.js b/CanadaMes-ui/vue.config.js
index 0529c8d..b6c17bb 100644
--- a/CanadaMes-ui/vue.config.js
+++ b/CanadaMes-ui/vue.config.js
@@ -8,7 +8,7 @@
devServer: {
proxy: {
'/api': {
- target: `http://127.0.0.1:8888/canadames`,
+ target: `http://127.0.0.1:8888/springboot-vue3`,
changeOrigin: true,
pathRewrite: {
'^/api': ''
--
Gitblit v1.8.0