From 5d0a077b235fa694bd356b94edbba7c2f483d36a Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期日, 10 十一月 2024 19:42:06 +0800
Subject: [PATCH] 添加饼图

---
 vue.config.js |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index b372543..1386376 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -1,7 +1,7 @@
 /*
  * @Date: 2024-03-23 09:49:06
  * @LastEditors: gaoshp
- * @LastEditTime: 2024-10-06 10:17:18
+ * @LastEditTime: 2024-11-03 20:06:33
  * @FilePath: /cps-web/vue.config.js
  */
 const { defineConfig } = require('@vue/cli-service')
@@ -30,14 +30,14 @@
 					'^/api': '/'
 				}
 			},
-			'/api/smis/workstation/listDatapointsByWorkstationId': {
-				target: 'http://120.46.212.231:4102',
-				// ws: true,
-				changeOrigin: true,
-				pathRewrite: {
-					'^/api': '/'
-				}
-			},
+			// '/api/smis/workstation/listDatapointsByWorkstationId': {
+			// 	target: 'http://120.46.212.231:4102',
+			// 	// ws: true,
+			// 	changeOrigin: true,
+			// 	pathRewrite: {
+			// 		'^/api': '/'
+			// 	}
+			// },
 			'/api/smis/workstation/saveDatapoints': {
 				target: 'http://120.46.212.231:4102',
 				// ws: true,

--
Gitblit v1.9.3