diff --git a/.env.development b/.env.development index 9addc95..34e6df4 100644 --- a/.env.development +++ b/.env.development @@ -12,7 +12,7 @@ VUE_APP_PDOMAIN = 'tanex56-oms' VUE_APP_BASE_API = 'http://47.102.220.189:59089/api/omssvr' VUE_APP_DATA_FROM = "oms" -VUE_APP_WECHAT_APPID = "wxcb329faf410bc997"; +VUE_APP_WECHAT_APPID =wxcb329faf410bc997; # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/.env.production b/.env.production index 98ee41b..002519a 100644 --- a/.env.production +++ b/.env.production @@ -12,4 +12,4 @@ VUE_APP_BASE_API = 'https://api-sapp.tanex56.com/api/omssvr' VUE_APP_DATA_FROM = "oms" -VUE_APP_WECHAT_APPID = "wxcb329faf410bc997"; +VUE_APP_WECHAT_APPID = wxcb329faf410bc997; diff --git a/.env.staging b/.env.staging index 8030bcb..e795d1c 100644 --- a/.env.staging +++ b/.env.staging @@ -13,4 +13,4 @@ VUE_APP_BASE_API = '/stage-api' VUE_APP_PDOMAIN = 'tanex56-oms' VUE_APP_BASE_API = 'http://api.vip.tanex56.com/api/omssvr' -VUE_APP_WECHAT_APPID = "wxcb329faf410bc997"; +VUE_APP_WECHAT_APPID = wxcb329faf410bc997;