公告板
版本库
filestore
活动
搜索
登录
smartai-v2
/
vue-smart-ai
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
实时监控-右侧数据不准确修复;详情样式调整:任务名称颜色变更;预警声音提示暂时隐藏。 摄像机配置-隐藏复制粘贴功能;
sd
2025-07-25
e6ac83c1fe04e95a3b89b1e1a39773465f2ffb9b
[smartai-v2/vue-smart-ai.git]
/
src
/
pages
/
cameraPlayer
/
components
/
player
/
wfs
/
index.js
1
2
3
4
5
// This is mostly for support of the es6 module export
// syntax with the babel compiler, it looks like it doesnt support
// function exports like we are used to in node/commonjs
/* eslint-disable */
module.exports = require('./wfs.js').default;