Kaynağa Gözat

add hnlcpath

hotfix
zhangtao 1 yıl önce
ebeveyn
işleme
cc189527a6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/router/guard/permission-guard.js

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

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

Yükleniyor…
İptal
Kaydet