From e1bbf2e1ead77183e75aca8f511cf49ba53f8a74 Mon Sep 17 00:00:00 2001
From: lzhe <181968431@qq.com>
Date: 星期六, 02 十一月 2024 22:16:10 +0800
Subject: [PATCH] 1

---
 vue.config.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index 3c4ebea..b372543 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -30,7 +30,7 @@
 					'^/api': '/'
 				}
 			},
-			'/api/blade-cps/workstation/listDatapointsByWorkstationId': {
+			'/api/smis/workstation/listDatapointsByWorkstationId': {
 				target: 'http://120.46.212.231:4102',
 				// ws: true,
 				changeOrigin: true,
@@ -38,7 +38,7 @@
 					'^/api': '/'
 				}
 			},
-			'/api/blade-cps/workstation/saveDatapoints': {
+			'/api/smis/workstation/saveDatapoints': {
 				target: 'http://120.46.212.231:4102',
 				// ws: true,
 				changeOrigin: true,
@@ -46,7 +46,7 @@
 					'^/api': '/'
 				}
 			},
-			'/api/blade-cps/workstation/export-dp': {
+			'/api/smis/workstation/export-dp': {
 				target: 'http://120.46.212.231:4102',
 				// ws: true,
 				changeOrigin: true,

--
Gitblit v1.9.3