公告板
版本库
filestore
活动
搜索
登录
smartai-v2
/
vue-smart-ai
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
摄像机配置-添加任务Icon图; 实时监控-左侧和下方列表数据对接,详情数据对接,图片和视频功能调整。
sd
2025-07-23
0fceeccf12405cafeea9a2b8c2fff4989ff0bb44
[smartai-v2/vue-smart-ai.git]
/
src
/
pages
/
cameraPlayer
/
index
/
main.ts
1
2
3
4
5
6
7
8
9
import Vue from 'vue';
import App from './App.vue';
import Mixin from "./mixins";
Vue.mixin(Mixin);
new Vue({
el: '#app',
render: h => h(App)
})