diff --git a/src/config/index.js b/src/config/index.js index 3606d45d..a059adba 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -83,7 +83,7 @@ function get_api_url(){ function get_host_url(){ if(process.env.NODE_ENV === 'development'){ - return process.env.VUE_APP_API_BASEURL + return process.env.VUE_APP_BASEURL } return 'http://' + window.location.host }