From 8d90d204f7df7baf625f3c0c75a82ad4c614969d Mon Sep 17 00:00:00 2001 From: wxz Date: Mon, 24 Apr 2023 16:37:42 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8E=E7=AB=AF?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E4=B8=BAhttps=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index d476748..1f550cb 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ NODE_ENV=production -VUE_APP_API_SERVER = http://119.167.72.91/api +VUE_APP_API_SERVER = https://lingshan-smps.elinkservice.cn/api VUE_APP_NODE_ENV=prod VUE_APP_PUBLIC_PATH=lingshan-oper From 18403281abbde60ef02e8f313241a0c98d611b52 Mon Sep 17 00:00:00 2001 From: wxz Date: Mon, 24 Apr 2023 16:41:37 +0800 Subject: [PATCH 2/2] =?UTF-8?q?.gitignore=E6=96=87=E4=BB=B6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fda0121..b53706a 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,7 @@ node_modules dist epmet-oper package-lock.json -.idea/ \ No newline at end of file +.idea/ + +epmet-oper-gov +dist \ No newline at end of file