diff --git a/.env.dev b/.env.dev index 4b5e7af..79a8cd9 100644 --- a/.env.dev +++ b/.env.dev @@ -1,4 +1,4 @@ NODE_ENV = 'production' -VUE_APP_BASE_URL = http://101.201.121.115:9002/ +VUE_APP_BASE_URL = http://10.0.0.198:9002/ VUE_APP_LOGIN_TITLE = 沈阳领新智科智能信息系统有限公司 VUE_APP_LOGIN_LOGO = ../assets/img/logo.png diff --git a/.env.prod b/.env.prod index df3574e..79a8cd9 100644 --- a/.env.prod +++ b/.env.prod @@ -1,4 +1,4 @@ NODE_ENV = 'production' -VUE_APP_BASE_URL = http://10.114.64.19:9002/ +VUE_APP_BASE_URL = http://10.0.0.198:9002/ VUE_APP_LOGIN_TITLE = 沈阳领新智科智能信息系统有限公司 VUE_APP_LOGIN_LOGO = ../assets/img/logo.png diff --git a/.env.test b/.env.test index 7f17d0f..4c8b216 100644 --- a/.env.test +++ b/.env.test @@ -1,4 +1,4 @@ NODE_ENV = 'production' -VUE_APP_BASE_URL = http://10.114.64.22:9002/ +VUE_APP_BASE_URL = http://10.0.0.198:9002/ VUE_APP_LOGIN_TITLE = 沈阳领新智科智能信息系统有限公司 VUE_APP_LOGIN_LOGO = ../assets/img/logo.png \ No newline at end of file