v3.8.0 新增认证对象简化权限验证

This commit is contained in:
YunaiV
2022-02-17 14:33:52 +08:00
parent fad3a030e9
commit cfd8cd57cf
2 changed files with 63 additions and 0 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
// 模态框对象