新增认证对象简化权限验证

This commit is contained in:
RuoYi
2021-10-20 11:23:18 +08:00
parent 9c5c6c6be7
commit d0a5c25b5d
4 changed files with 65 additions and 1 deletions

View File

@@ -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
// 模态框对象