diff --git a/index.html b/index.html index dd36a04..cd0f572 100644 --- a/index.html +++ b/index.html @@ -1,21 +1,24 @@ - - <%= productName %> - - - - - - - - + + + <%= productName %> + + + + + + + + + + + + + + + - - - diff --git a/src/boot/axios.js b/src/boot/axios.js index 1468fdf..796f8e9 100644 --- a/src/boot/axios.js +++ b/src/boot/axios.js @@ -3,11 +3,7 @@ import { Notify } from "quasar"; export const getBaseUrl = () => { if (process.env.NODE_ENV === "production") { - if (process.env.DOCKER_BUILD) { - return window._env_.PROD_URL; - } else { - return process.env.PROD_API; - } + return window._env_.PROD_URL; } else { return process.env.DEV_API; }