diff --git a/.env.development b/.env.development index 2ee1390..038e52d 100644 --- a/.env.development +++ b/.env.development @@ -6,11 +6,11 @@ VITE_APP_ENV = 'development' # 开发环境 -VITE_APP_BASE_API = 'http://192.168.110.209:8899' +# VITE_APP_BASE_API = 'http://192.168.110.209:8899' # 李陈杰 209 # VITE_APP_BASE_API = 'http://192.168.110.209:8899' # 曾涛 -# VITE_APP_BASE_API = 'http://192.168.110.180:8899' +VITE_APP_BASE_API = 'http://192.168.110.180:8899' # 罗成 # VITE_APP_BASE_API = 'http://192.168.110.188:8899' # 朱银 diff --git a/public/vite.svg b/public/vite.svg new file mode 100644 index 0000000..e7b8dfb --- /dev/null +++ b/public/vite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/views/other/ys7Device/component/presetAdd.vue b/src/views/other/ys7Device/component/presetAdd.vue index 5262a88..80421f0 100644 --- a/src/views/other/ys7Device/component/presetAdd.vue +++ b/src/views/other/ys7Device/component/presetAdd.vue @@ -123,6 +123,8 @@ function addPre() { // 视频播放 function videoPlay(obj: any) { + console.log('objobjobj',obj); + getAccessToken().then((res: any) => { if (res.code == 200 && obj.deviceSerial) { flvPlayer.value = new EZUIKit.EZUIKitPlayer({ diff --git a/src/views/projectLarge/ProjectScreen/components/centerPage.vue b/src/views/projectLarge/ProjectScreen/components/centerPage.vue index 3a0a78a..d0c2451 100644 --- a/src/views/projectLarge/ProjectScreen/components/centerPage.vue +++ b/src/views/projectLarge/ProjectScreen/components/centerPage.vue @@ -1,7 +1,7 @@