疯狂的狮子li
2021-11-17 1c8d44b3094b0f0bae18abeb5fffc8b59c50f9b7
ruoyi-ui/src/plugins/index.js
@@ -1,9 +1,12 @@
import auth from './auth'
import cache from './cache'
import modal from './modal'
import download from './download'
export default {
  install(Vue) {
    // 认证对象
    Vue.prototype.$auth = auth
    // 缓存对象
    Vue.prototype.$cache = cache
    // 模态框对象