diff --git a/.env.development b/.env.development index 128fbf0..b0f00e0 100644 --- a/.env.development +++ b/.env.development @@ -3,3 +3,6 @@ ENV = 'development' # base api VUE_APP_BASE_API = '/api' + +# base imgurl +VUE_APP_IMG_URL = 'http://192.168.0.100' \ No newline at end of file diff --git a/.env.production b/.env.production index 80c8103..4a33f03 100644 --- a/.env.production +++ b/.env.production @@ -4,3 +4,5 @@ ENV = 'production' # base api VUE_APP_BASE_API = '/prod-api' +# base imgurl +VUE_APP_IMG_URL = 'https://dev.filesite.io' \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index ec9032c..bee05da 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,6 +5,7 @@