公告板
版本库
filestore
活动
搜索
登录
smartai-v2
/
vue-smart-ai
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
实时监控-右侧数据不准确修复;详情样式调整:任务名称颜色变更;预警声音提示暂时隐藏。 摄像机配置-隐藏复制粘贴功能;
sd
2025-07-25
e6ac83c1fe04e95a3b89b1e1a39773465f2ffb9b
[smartai-v2/vue-smart-ai.git]
/
src
/
pages
/
ai
/
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
}
}