diff --git a/.env.production b/.env.production index 9fae15a..b55556a 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ NODE_ENV=production VUE_APP_PREVIEW=true VUE_APP_API_BASE_URL=/api -VUE_APP_API_URL=http://127.0.0.1:8099 -VUE_APP_WEBSOCKET_URL=ws://127.0.0.1:9001 \ No newline at end of file +VUE_APP_API_URL=http://192.168.0.189:8099 +VUE_APP_WEBSOCKET_URL=ws://192.168.0.96:9001 \ No newline at end of file diff --git a/src/layouts/UserLayout.vue b/src/layouts/UserLayout.vue index cc461c7..828e536 100644 --- a/src/layouts/UserLayout.vue +++ b/src/layouts/UserLayout.vue @@ -3,7 +3,7 @@
- +
@@ -20,13 +20,13 @@