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() }