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