diff --git a/.env.development b/.env.development index 50542d6..60641d3 100644 --- a/.env.development +++ b/.env.development @@ -6,9 +6,7 @@ ENV = 'development' # 泉医到家运营管理平台/开发环境 # VUE_APP_BASE_API = '/dev-api' -VUE_APP_BASE_API = 'http://192.168.16.49:8080' +VUE_APP_BASE_API = 'https://quanyidaojia.xinelu.cn' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true - - diff --git a/.env.production b/.env.production index 6e694c4..de5a373 100644 --- a/.env.production +++ b/.env.production @@ -5,4 +5,4 @@ VUE_APP_TITLE = 泉医到家运营管理平台 ENV = 'production' # 泉医到家运营管理平台/生产环境 -VUE_APP_BASE_API = '/prod-api' +VUE_APP_BASE_API = 'https://quanyidaojia.xinelu.cn' diff --git a/src/api/baseurl.js b/src/api/baseurl.js index 8998a23..8cc8962 100644 --- a/src/api/baseurl.js +++ b/src/api/baseurl.js @@ -1,3 +1,3 @@ -var baseurl = "http://192.168.16.30:8080"; +var baseurl = "https://quanyidaojia.xinelu.cn"; -export default baseurl \ No newline at end of file +export default baseurl diff --git a/src/main.js b/src/main.js index b432dfa..d7cb107 100644 --- a/src/main.js +++ b/src/main.js @@ -1,6 +1,5 @@ import Vue from 'vue' - import Cookies from 'js-cookie' import Element from 'element-ui' @@ -85,4 +84,4 @@ new Vue({ router, store, render: h => h(App) -}) \ No newline at end of file +}) diff --git a/src/views/system/stationConsumable/indexjs.js b/src/views/system/stationConsumable/indexjs.js index b0ac9df..beedfdb 100644 --- a/src/views/system/stationConsumable/indexjs.js +++ b/src/views/system/stationConsumable/indexjs.js @@ -424,4 +424,4 @@ export default { }); }, }, -}; \ No newline at end of file +}; diff --git a/src/views/system/stationItem/index.vue b/src/views/system/stationItem/index.vue index f1bf577..e2fc41c 100644 --- a/src/views/system/stationItem/index.vue +++ b/src/views/system/stationItem/index.vue @@ -8,7 +8,7 @@ v-show="showSearch" label-width="110px" > - + {{ queryParams.nurseStationName @@ -340,7 +340,6 @@ -