diff --git a/.env b/.env index 33cf802..6c873d1 100644 --- a/.env +++ b/.env @@ -1,4 +1,6 @@ -# VUE_APP_API_URL=http://31.129.106.67:8080 -# VUE_APP_GEO_URL=http://31.129.106.67:6001 -VUE_APP_API_URL=http://127.0.0.1:8080 -VUE_APP_GEO_URL=http://127.0.0.1:6001 \ No newline at end of file +VUE_APP_API_URL=http://31.129.106.67:8080 +VUE_APP_GEO_URL=http://31.129.106.67:6001 +VUE_APP_WEATHER_URL=http://31.129.106.67:6002 +# VUE_APP_API_URL=http://127.0.0.1:8080 +# VUE_APP_GEO_URL=http://127.0.0.1:6001 +# VUE_APP_WEATHER_URL=http://127.0.0.1:6002 \ No newline at end of file diff --git a/src/components/carrierinfo.vue b/src/components/carrierinfo.vue index 8afac48..74ad041 100644 --- a/src/components/carrierinfo.vue +++ b/src/components/carrierinfo.vue @@ -2,6 +2,593 @@