护理站管理端正式环境

This commit is contained in:
纪寒 2022-11-16 14:09:41 +08:00
parent a23e7454dd
commit 7d96510cc4
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ ENV = 'development'
# 泉医到家护理站管理平台/开发环境
# VUE_APP_BASE_API = '/dev-api'
VUE_APP_BASE_API = 'http://hlz.xinelu.com'
VUE_APP_BASE_API = 'https://hlz.xinelu.com'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true

View File

@ -5,4 +5,4 @@ VUE_APP_TITLE = 泉医到家护理站管理平台
ENV = 'production'
# 泉医到家护理站管理平台/生产环境
VUE_APP_BASE_API = 'http://hlz.xinelu.com'
VUE_APP_BASE_API = 'https://hlz.xinelu.com'

View File

@ -1,3 +1,3 @@
var baseurl = "http://hlz.xinelu.com";
var baseurl = "https://hlz.xinelu.com";
export default baseurl