From 8420debd27d49219a4022a692d8fae980b89593c Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Sat, 18 May 2024 18:06:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- src/api/modules/video.ts | 4 + src/assets/images/icon-video-blue.png | Bin 0 -> 235 bytes src/config/staticMenu.ts | 2 +- .../videoManagement/index.vue | 124 ++++++++++++++---- 5 files changed, 107 insertions(+), 27 deletions(-) create mode 100644 src/assets/images/icon-video-blue.png diff --git a/.env.development b/.env.development index 092d7e7..4ee55a5 100644 --- a/.env.development +++ b/.env.development @@ -4,7 +4,7 @@ NODE_ENV = 'development' # 本地环境接口地址(/api/index.ts文件中使用) # 后端本地 # VITE_API_URL = 'http://192.168.34.221:19111' -# VITE_API_URL = 'http://192.168.34.221:9111' +VITE_API_URL = 'http://192.168.34.221:9111' # VITE_API_URL = 'http://192.168.34.221:28888' # VITE_API_URL = 'http://121.196.214.246/api' # VITE_API_URL = 'http://jxj.zhgdyun.com:100' @@ -23,7 +23,7 @@ NODE_ENV = 'development' # VITE_API_URL = 'http://182.90.224.237:15551' # agjt # VITE_API_URL = 'http://42.180.188.17:9809' #生产环境 -VITE_API_URL = 'http://42.180.188.17:11211' #测试环境 +# VITE_API_URL = 'http://42.180.188.17:11211' #测试环境 # VITE_API_URL = 'http://jxj.zhgdyun.com:19812' # 苏立信 # VITE_API_URL = 'http://101.43.164.214:11111' diff --git a/src/api/modules/video.ts b/src/api/modules/video.ts index 3bdfcba..b1cc92a 100644 --- a/src/api/modules/video.ts +++ b/src/api/modules/video.ts @@ -5,6 +5,10 @@ const BASEURL = import.meta.env.VITE_API_URL; export const selectProjectVideoListApi = (params: {}) => { return http.post(BASEURL + `/xmgl/videoItem/selectProjectVideoList`, params); }; +// 根据分组查询分组视频树形列表 +export const selectProjectVideoGroupApi = (params: {}) => { + return http.post(BASEURL + `/xmgl/videoItem/selectProjectVideoTreeList`, params); +}; // 查询子账号视频列表 export const selectUserVideoListApi = (params: {}) => { return http.post(BASEURL + `/xmgl/videoItem/selectUserVideoList`, params); diff --git a/src/assets/images/icon-video-blue.png b/src/assets/images/icon-video-blue.png new file mode 100644 index 0000000000000000000000000000000000000000..486934337295cabe05881ed79ec92dd2ac3ec562 GIT binary patch literal 235 zcmVPx#rAb6VR2Ug!3~Ktm_5c6>UJSSZBjbO@{|pP()pI6+l!UJO&-~}sj|djLnm{W5 zgY+@DgEck(Q2%@5`$C5Q4CX8#0YZS0k%1AU=I_7%7l4LvfY?kRf>`jM;XhatNIgj! zku4xeBhbmyV48s%8Nb0eIO+e4UqN!~>bSC*n3!A{85tk4Ff%ZQ{9|Nvz@-Tor2meWH0~# literal 0 HcmV?d00001 diff --git a/src/config/staticMenu.ts b/src/config/staticMenu.ts index ac8b7bc..ed3e9d0 100644 --- a/src/config/staticMenu.ts +++ b/src/config/staticMenu.ts @@ -789,7 +789,7 @@ export const AGJTMenu: Array = [ // ] }, { - moduleName: "车辆定位", + moduleName: "机械设备定位", modulePath: "/equipmentPosition" }, { diff --git a/src/views/sevenLargeScreen/videoManagement/index.vue b/src/views/sevenLargeScreen/videoManagement/index.vue index 0931848..c23c267 100644 --- a/src/views/sevenLargeScreen/videoManagement/index.vue +++ b/src/views/sevenLargeScreen/videoManagement/index.vue @@ -4,16 +4,15 @@
- + + +