14 commits | 51 files changed | 0 commit comments | 1 contributor |
|
优化电子围栏功能 | ced8958 |
|
电子围栏根据分辨率调整 | 7d902dd |
|
添加电子围栏 | aaeccf7 |
|
菜单修改 | 91e397f |
|
添加视频状态图片 | 127f84b |
|
视频切换逻辑修改 | 51669ee |
|
视频播放添加状态判断 | c4ca2a8 |
|
视频修改 | 454b3c2 |
|
识别结果图片自适应/结果刷新 | a4842b6 |
|
设备/模型/场景相关页面逻辑完成 | 6dcc8ed |
|
识别结果页面完成 | afe1bd1 |
|
电子围栏组件封装 | c87ff9d |
|
基础路由 | 90fdbc2 |
|
基础模板 去掉登录权限等相关功能 | 9bae379 |
.env.development |
---|
.env.production |
---|
README.md |
---|
index.html |
---|
pnpm-lock.yaml |
---|
public/config/config.json 0 → 100644 |
---|
public/image/error.png 0 → 100644 |
---|
|
public/image/loading.gif 0 → 100644 |
---|
|
public/image/nodata.png 0 → 100644 |
---|
|
public/image/normal.png 0 → 100644 |
---|
|
public/image/offline.png 0 → 100644 |
---|
|
public/webrtc/adapter.min.js 0 → 100644 |
---|
public/webrtc/webrtcstreamer.js 0 → 100644 |
---|
src/api/index.ts |
---|
src/api/page/control.ts 0 → 100644 |
---|
src/api/page/device.ts 0 → 100644 |
---|
src/api/page/gas.ts 0 → 100644 |
---|
src/api/page/model.ts 0 → 100644 |
---|
src/api/page/result.ts 0 → 100644 |
---|
src/api/page/scene.ts 0 → 100644 |
---|
src/assets/icons/icon-gas.svg 0 → 100644 |
---|
src/assets/icons/icon-identify.svg 0 → 100644 |
---|
src/assets/icons/icon-model.svg 0 → 100644 |
---|
src/assets/icons/icon-restart.svg 0 → 100644 |
---|
src/assets/icons/icon-sence.svg 0 → 100644 |
---|
src/assets/icons/icon-video.svg 0 → 100644 |
---|
src/assets/images/loading.gif 0 → 100644 |
---|
|
src/components/NormalTable/index.vue |
---|
src/layouts/components/Logo/index.vue |
---|
src/layouts/components/Tools/index.vue |
---|
src/layouts/components/Tools/pushConfig.vue 0 → 100644 |
---|
src/layouts/components/Topbar/index.vue |
---|
src/main.ts |
---|
src/router/index.ts |
---|
src/router/modules/page.ts 0 → 100644 |
---|
src/router/routes.ts |
---|
src/store/modules/route.ts |
---|
src/views/page/device/components/addDialog.vue 0 → 100644 |
---|
src/views/page/device/components/drawArea.vue 0 → 100644 |
---|
src/views/page/device/index.vue 0 → 100644 |
---|
src/views/page/gas/index.vue 0 → 100644 |
---|
src/views/page/model/components/addDialog.vue 0 → 100644 |
---|
src/views/page/model/index.vue 0 → 100644 |
---|
src/views/page/result/index.vue 0 → 100644 |
---|
src/views/page/sence/components/addDialog.vue 0 → 100644 |
---|
src/views/page/sence/index.vue 0 → 100644 |
---|
src/views/page/video/components/getPlayer.vue 0 → 100644 |
---|
src/views/page/video/components/player.vue 0 → 100644 |
---|
src/views/page/video/components/wsPlayer.vue 0 → 100644 |
---|
src/views/page/video/index.vue 0 → 100644 |
---|
vite.config.ts |
---|