公告板
版本库
filestore
活动
搜索
登录
smartai-v2
/
vue-smart-ai
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
实时监控-没有触发预警的数据不再显示任务名称和等级(卡片和详情弹框)
sd
6 天以前
33d6185c6c4e72f9aa4cae657baa6d27a89cb84b
[smartai-v2/vue-smart-ai.git]
/
src
/
pages
/
cameraPlayer
/
index
/
mixins.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import TreeDataPool from "@/Pool/TreeData";
/* eslint-disable */
const onlyTreeDataPool = new TreeDataPool
const mixin = {
data() {
return {
TreeDataPool: onlyTreeDataPool,
};
},
};
export default mixin;