公告板
版本库
filestore
活动
搜索
登录
smartai-v2
/
vue-smart-ai
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
数据推送-增加推送方式标签,UDP有单独的ip输入框和推送字段
sd
2025-08-07
b30c5831406c85369835eb0e9b48c60a8b65cf72
[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)
})