Pre Merge pull request !74 from dhb52/N/A

This commit is contained in:
dhb52 2024-01-03 03:36:33 +00:00 committed by Gitee
commit 86ba15353e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -9,7 +9,7 @@ import type { addDateRange, handleTree, selectDictLabel, selectDictLabels, parse
import type { getConfigKey, updateConfigByKey } from '@/api/system/config'; import type { getConfigKey, updateConfigByKey } from '@/api/system/config';
import type { download as rd } from '@/utils/request'; import type { download as rd } from '@/utils/request';
declare module '@vue/runtime-core' { declare module 'vue' {
interface ComponentCustomProperties { interface ComponentCustomProperties {
// 全局方法声明 // 全局方法声明
$modal: typeof modal; $modal: typeof modal;