update ruoyi-ui/src/utils/dict/index.js.

防止字典重复加载,做字典全局缓存
This commit is contained in:
chf12mm 2022-01-12 02:43:01 +00:00 committed by Gitee
parent 869dcf73f8
commit ec20194186
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,7 @@
import Dict from './Dict'
import { mergeOptions } from './DictOptions'
var __dictCache = new Map();
window.__dictCache = __dictCache;
export default function(Vue, options) {
mergeOptions(options)
Vue.mixin({