Browse Source

Merge branch 'yufei' of gitadmin/tuoheng_pilot_web into develop

pull/120/head
yufei111 1 year ago
parent
commit
921d441f13
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/login/index.vue

+ 1
- 1
src/views/login/index.vue View File

@@ -30,7 +30,7 @@ export default {
nextTick(() => {
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('暂无权限访问,请联系管理员')

Loading…
Cancel
Save