From e5cdf3af17609b49138cec3e8fb200752365f651 Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期五, 01 十一月 2024 14:58:12 +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