From 6275a2a504125810143f24a9aa9a45238a2ef125 Mon Sep 17 00:00:00 2001 From: LiLongLong <13717757313@163.com> Date: Thu, 8 May 2025 15:31:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=BA=B6=E6=B6=B2=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev | 4 ++-- src/router/index.ts | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.env.dev b/.env.dev index 3821850..11d2b5c 100644 --- a/.env.dev +++ b/.env.dev @@ -2,6 +2,6 @@ FT_NODE_ENV=dev -FT_WS_URL=ws://192.168.1.200:8080/ws -FT_PROXY=http://192.168.1.200:8080 +FT_WS_URL=ws://192.168.1.199:9527 +FT_PROXY=http://192.168.1.199:8080 FT_API_BASE=/api \ No newline at end of file diff --git a/src/router/index.ts b/src/router/index.ts index 3e2e72f..4693f6c 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -9,7 +9,6 @@ const router = createRouter({ }) router.beforeEach((to: RouteLocationNormalized, from: RouteLocationNormalized, next: NavigationGuardNext) => { - console.log('routes-------', routes) if (getToken()) { next() }