仪表盘
版本库
文件存储
活动
搜索
登录
main
/
lbqms
兰宝车间质量管理系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge branch 'master' of https://gitee.com/y_project/RuoYi-Vue into dev
疯狂的狮子li
2021-09-23
03b31652a2179f812a63af77077d826fdf05bc12
[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
}
}