diff --git a/.env.dev b/.env.dev index 7299510..128f1b6 100644 --- a/.env.dev +++ b/.env.dev @@ -1,4 +1,4 @@ NODE_ENV = 'production' -VUE_APP_BASE_URL = http://101.201.121.115:9010/ +VUE_APP_BASE_URL = http://192.168.1.242:8091/ VUE_APP_LOGIN_TITLE = 沈阳领新智科智能信息系统有限公司 VUE_APP_LOGIN_LOGO = ../assets/img/logo.png diff --git a/.env.prod b/.env.prod index 7299510..128f1b6 100644 --- a/.env.prod +++ b/.env.prod @@ -1,4 +1,4 @@ NODE_ENV = 'production' -VUE_APP_BASE_URL = http://101.201.121.115:9010/ +VUE_APP_BASE_URL = http://192.168.1.242:8091/ VUE_APP_LOGIN_TITLE = 沈阳领新智科智能信息系统有限公司 VUE_APP_LOGIN_LOGO = ../assets/img/logo.png diff --git a/.env.test b/.env.test index 4d13ad3..5bf4ef3 100644 --- a/.env.test +++ b/.env.test @@ -1,4 +1,4 @@ NODE_ENV = 'production' -VUE_APP_BASE_URL = http://101.201.121.115:9010/ +VUE_APP_BASE_URL = http://192.168.1.242:8091/ VUE_APP_LOGIN_TITLE = 沈阳领新智科智能信息系统有限公司 VUE_APP_LOGIN_LOGO = ../assets/img/logo.png \ No newline at end of file