From f31c7a9831b97fbeaf984005718c7b30724f7562 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期日, 03 十一月 2024 20:07:51 +0800
Subject: [PATCH] update
---
.env.development | 8 ++++----
vue.config.js | 18 +++++++++---------
2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/.env.development b/.env.development
index d559a8b..be787be 100644
--- a/.env.development
+++ b/.env.development
@@ -1,8 +1,8 @@
###
# @Date: 2024-03-23 09:49:06
- # @LastEditors: lzhe lzhe@example.com
- # @LastEditTime: 2024-10-06 21:10:14
- # @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/.env.development
+ # @LastEditors: gaoshp
+ # @LastEditTime: 2024-11-03 19:14:27
+ # @FilePath: /cps-web/.env.development
###
# 鏈湴鐜
NODE_ENV = development
@@ -11,7 +11,7 @@
VUE_APP_TITLE = 鍒堕�犱俊鎭鐞嗙郴缁�
# 鎺ュ彛鍦板潃
-VUE_APP_API_BASEURL = http://120.46.212.231:85
+VUE_APP_API_BASEURL = http://120.46.212.231:86
# 鏈湴绔彛
VUE_APP_PORT = 2800
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