diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index 130b004..fe5adb7 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -43,13 +43,6 @@
-
-
-
-
-
-
-
diff --git a/src/views/login.vue b/src/views/login.vue
index eebde18..afeb2bb 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -54,12 +54,6 @@
-
-
-
-
-
-
diff --git a/vite.config.ts b/vite.config.ts
index 58ca5f2..9114cb6 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -24,7 +24,7 @@ export default defineConfig(({ mode, command }) => {
open: true,
proxy: {
[env.VITE_APP_BASE_API]: {
- target: 'http://localhost:8080',
+ target: 'http://10.10.10.10:8080',
changeOrigin: true,
ws: true,
rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')