qushaowei
2023-12-29 e5ea7094423b4d48c080c9f5d135e0e29a8a8a68
src/components/jeecg/index.js
@@ -42,6 +42,7 @@
import debounce from 'lodash/debounce'
import pick from 'lodash.pick'
import data from 'china-area-data'
import signMd5Utils from '@/utils/encryption/signMd5Utils'
export default {
  install(Vue) {
@@ -93,5 +94,6 @@
    Vue.prototype.$Jdebounce= debounce
    Vue.prototype.$Jpick = pick
    Vue.prototype.$Jpcaa = data
    Vue.prototype.$signMd5Utils = signMd5Utils
  }
}