From 41629d343b08795dfb776ecf8e3110facdb3250a Mon Sep 17 00:00:00 2001 From: wangxianzhang Date: Tue, 23 Nov 2021 10:00:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=80=E5=8F=91=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=90=8E=E5=8F=B0=E5=9C=B0=E5=9D=80=E4=B8=BA:?= =?UTF-8?q?=E7=A9=BF=E9=80=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epmet-oper-web/.env.development | 4 ++-- epmet-oper-web/.env.production.sit | 4 ++-- epmet-oper-web/public/index.html | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/epmet-oper-web/.env.development b/epmet-oper-web/.env.development index 5431a9b..959fe2f 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 = http://118.190.150.119:41080/api +# VUE_APP_API_SERVER = http://192.168.1.140/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 diff --git a/epmet-oper-web/.env.production.sit b/epmet-oper-web/.env.production.sit index 6e5b4e9..556bf45 100644 --- a/epmet-oper-web/.env.production.sit +++ b/epmet-oper-web/.env.production.sit @@ -1,5 +1,5 @@ NODE_ENV=production -# 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 = http://118.190.150.119:41080/api +# VUE_APP_API_SERVER = http://192.168.1.140/api VUE_APP_NODE_ENV=prod:sit VUE_APP_PUBLIC_PATH=epmet-oper \ No newline at end of file diff --git a/epmet-oper-web/public/index.html b/epmet-oper-web/public/index.html index 74c8614..baa175b 100644 --- a/epmet-oper-web/public/index.html +++ b/epmet-oper-web/public/index.html @@ -35,8 +35,8 @@ <% if (process.env.VUE_APP_NODE_ENV==='dev' ) { %> <% } %> @@ -46,8 +46,8 @@ // window.SITE_CONFIG['apiURL'] = // 'http://epmet-dev.elinkservice.cn:48080/api' - // window.SITE_CONFIG['apiURL'] = 'http://118.190.150.119:41080/api' - window.SITE_CONFIG['apiURL'] = 'http://192.168.1.140/api' + window.SITE_CONFIG['apiURL'] = 'http://118.190.150.119:41080/api' + // window.SITE_CONFIG['apiURL'] = 'http://192.168.1.140/api' <% } %>