diff --git a/.env.development b/.env.development index e360b26..b9a2dc6 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VUE_APP_TITLE = 智慧幼儿体质评估与促进系统 ENV = 'development' # 智慧幼儿体质评估与促进系统/开发环境 -VUE_APP_BASE_API = 'http://192.168.16.64:8090' +VUE_APP_BASE_API = 'http://192.168.16.76:8090' #'/dev-api' # 路由懒加载 diff --git a/.env.production b/.env.production index 642fe90..661b81c 100644 --- a/.env.production +++ b/.env.production @@ -5,4 +5,5 @@ VUE_APP_TITLE = 智慧幼儿体质评估与促进系统 ENV = 'production' # 智慧幼儿体质评估与促进系统/生产环境 -VUE_APP_BASE_API = '/prod-api' +# VUE_APP_BASE_API = '/prod-api' +VUE_APP_BASE_API = 'http://192.168.16.76:8090' diff --git a/src/api/baseurl.js b/src/api/baseurl.js index d6c2eca..56c0d45 100644 --- a/src/api/baseurl.js +++ b/src/api/baseurl.js @@ -1,3 +1,3 @@ -var baseurl = "http://192.168.16.64:8090"; +var baseurl = "http://192.168.16.76:8090"; export default baseurl diff --git a/src/views/login.vue b/src/views/login.vue index 1fa8971..9abda99 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -77,13 +77,6 @@ -
- -