#125 hotfix

병합
zhangtao hotfix 에서 master 로 2 commits 를 머지했습니다 1 년 전
  1. +1
    -1
      src/router/guard/permission-guard.js
  2. +1
    -1
      src/router/routes/index.js

+ 1
- 1
src/router/guard/permission-guard.js 파일 보기

@@ -32,7 +32,7 @@ export function createPermissionGuard(router) {
}
}
} else {
if (to.path === '/login' || to.path === '/Hunan_CUCC') {
if (to.path === '/login' || to.path === '/hnlt/refer') {
next()
} else {
signinRedirect()

+ 1
- 1
src/router/routes/index.js 파일 보기

@@ -12,7 +12,7 @@ export const basicRoutes = [
}
},
{
path: '/Hunan_CUCC',
path: '/hnlt/refer',
component: () => import('@/views/transfer/index.vue'),
meta: { title: '中转页' }
},

Loading…
취소
저장