Przeglądaj źródła

Merge branch 'develop' of gitadmin/tuoheng_pilot_web into release

pull/114/head
zhangtao 1 rok temu
rodzic
commit
5f773606fa
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/views/login/index.vue

+ 1
- 1
src/views/login/index.vue Wyświetl plik

@@ -28,7 +28,7 @@ export default {
userStore.getUserInfos()
const authority = res.profile.authority
const { VITE_PLATFORM } = import.meta.env
if (authority && (authority.includes(VITE_PLATFORM) || authority.includes('admin'))) {
if (authority && (authority.includes(VITE_PLATFORM))) {
router.push({ path: '/' })
} else {
$message.error('暂无权限访问,请联系管理员')

Ładowanie…
Anuluj
Zapisz