fix: bug#32507【通知配置】【2.2】通知管理>>>通知配置访问时,Console报错,界面展示空白

This commit is contained in:
qiaochuLei 2024-12-06 15:32:46 +08:00 committed by GitHub
parent 92d8c5090e
commit e5966f19e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@
<script setup lang="ts">
import ConfigApi from '@/api/notice/config';
import type { ActionsType } from '@/views/device/Instance/typings';
import { usePermissionStore } from '@/store/permission';
import { NOTICE_METHOD, MSG_TYPE } from '@/views/notice/const';
import SyncUser from './SyncUser/index.vue';
import Debug from './Debug/index.vue';