From dff67fd673d6fbf7aaef00f085825c9d769db685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=98=BE=E7=AB=A0?= Date: Tue, 5 Dec 2023 17:08:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E4=BB=80=E4=B9=88development=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=B8=8B=E8=BF=9E=E6=8E=A5=E7=9A=84=E6=98=AF=E6=BC=94?= =?UTF-8?q?=E7=A4=BA=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epmet-oper-web/.env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epmet-oper-web/.env.development b/epmet-oper-web/.env.development index 466a855..93a8bde 100644 --- a/epmet-oper-web/.env.development +++ b/epmet-oper-web/.env.development @@ -1,6 +1,6 @@ NODE_ENV=development # VUE_APP_API_SERVER = http://118.190.150.119:41080/api -VUE_APP_API_SERVER = https://epmet-preview.elinkservice.cn/api +VUE_APP_API_SERVER = http://192.168.1.144/api # VUE_APP_API_SERVER = http://192.168.51.36:8080/api # VUE_APP_API_SERVER = https://epmet-dev.elinkservice.cn/api VUE_APP_NODE_ENV=dev