Browse Source

完善溶液管理

feature/three
LiLongLong 3 months ago
parent
commit
6275a2a504
  1. 4
      .env.dev
  2. 1
      src/router/index.ts

4
.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

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

Loading…
Cancel
Save