From 65d7fdd4a34ab6095e9a31c05359516ab7c76f67 Mon Sep 17 00:00:00 2001 From: wxz Date: Fri, 1 Sep 2023 10:31:07 +0800 Subject: [PATCH] =?UTF-8?q?preview=E7=8E=AF=E5=A2=83=E7=9A=84=E5=90=8E?= =?UTF-8?q?=E5=8F=B0=E5=9C=B0=E5=9D=80=E4=BF=AE=E6=94=B9?= 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 5431a9b..466a855 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 = http://192.168.1.140/api +VUE_APP_API_SERVER = https://epmet-preview.elinkservice.cn/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