diff --git a/src/router/index.js b/src/router/index.js index 3d394f4..053367c 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -6,9 +6,8 @@ import { import otusRoutes from '@/modules/otus/router' import dynamicRoutes from '~pages' -import routerConfiguration from '../../config/router.yml' -const { base_url, hash_mode } = routerConfiguration +const { base_url, hash_mode } = __APP_ENV__ const router = createRouter({ history: hash_mode