ソースを参照

Merge branch 'develop' of gitadmin/tuoheng_pilot_web into release

pull/114/head
zhangtao 1年前
コミット
5f773606fa
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/views/login/index.vue

+ 1
- 1
src/views/login/index.vue ファイルの表示

@@ -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('暂无权限访问,请联系管理员')

読み込み中…
キャンセル
保存