#125 hotfix

Birleştirildi
zhangtao master 1 yıl önce içindeki hotfix işlemelerini 2 ile birleştirdi
  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 Dosyayı Görüntüle

} }
} }
} else { } else {
if (to.path === '/login' || to.path === '/Hunan_CUCC') {
if (to.path === '/login' || to.path === '/hnlt/refer') {
next() next()
} else { } else {
signinRedirect() signinRedirect()

+ 1
- 1
src/router/routes/index.js Dosyayı Görüntüle

} }
}, },
{ {
path: '/Hunan_CUCC',
path: '/hnlt/refer',
component: () => import('@/views/transfer/index.vue'), component: () => import('@/views/transfer/index.vue'),
meta: { title: '中转页' } meta: { title: '中转页' }
}, },

Yükleniyor…
İptal
Kaydet