公告板
版本库
filestore
活动
搜索
登录
web
/
apsDashboard-1
终端移植SmartAI的界面
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
朔黄首页任务分析列表填充假数据,视频检索页列表收藏功能修复;摄像机目录树修改摄像机信息节点选中错位bug修复
hanbaoshan
2021-02-27
d4d6b6d1070d49b3ec793c744ba4191b0cefefa4
[web/apsDashboard-1.git]
/
src
/
components
/
subComponents
/
FileUpload
/
common
/
mixins.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export const uploaderMixin = {
inject: ['uploader']
}
export const supportMixin = {
data () {
return {
support: true
}
},
mounted () {
this.support = this.uploader.uploader.support
}
}