仪表盘
版本库
文件存储
活动
搜索
登录
main
/
lbqms
兰宝车间质量管理系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge remote-tracking branch 'origin/dev' into satoken
疯狂的狮子li
2021-09-26
6f6a3566ac50bcb9bcae4ae68744c9f49b75933c
[lbqms.git]
/
ruoyi-ui
/
src
/
plugins
/
index.js
1
2
3
4
5
6
7
8
9
10
11
import cache from './cache'
import modal from './modal'
export default {
install(Vue) {
// 缓存对象
Vue.prototype.$cache = cache
// 模态框对象
Vue.prototype.$modal = modal
}
}