diff --git a/.env.development b/.env.development index c1c1959..c3c2c79 100644 --- a/.env.development +++ b/.env.development @@ -6,7 +6,7 @@ VITE_PUBLIC_PATH = / # 跨域代理,您可以配置多个 ,请注意,没有换行符 -VITE_PROXY = [["/nursing-unit_101","http://localhost:8091/nursing-unit_101"],["/upload","http://localhost:3300/upload"],["/opeexup","http://localhost:8081/opeapi/"]] +VITE_PROXY = [["/nursing-unit_101","http://localhost:8091/nursing-unit_101"],["/upload","http://localhost:3300/upload"],["/opeexup","http://localhost:8081/opeapi/"],["/opemedia","https://www.focusnu.com/media101/upFiles101"]] #后台接口全路径地址(必填) VITE_GLOB_DOMAIN_URL=http://localhost:8091/nursing-unit_101 diff --git a/.env.production b/.env.production index 4a66108..d684078 100644 --- a/.env.production +++ b/.env.production @@ -4,6 +4,8 @@ VITE_USE_MOCK = false # 发布路径 VITE_PUBLIC_PATH = /biz101 +VITE_PROXY = [["/opemedia","https://www.focusnu.com/media101/upFiles101"]] + # 是否启用gzip或brotli压缩 # 选项值: gzip | brotli | none # 如果需要多个可以使用“,”分隔 diff --git a/src/views/test/video/tongshibofang.vue b/src/views/test/video/tongshibofang.vue new file mode 100644 index 0000000..6b184e9 --- /dev/null +++ b/src/views/test/video/tongshibofang.vue @@ -0,0 +1,168 @@ + + + + + + + + + 视频1: + + 您的浏览器不支持视频播放 + + + + + 视频2 + + 您的浏览器不支持视频播放 + + + + + + + + + + \ No newline at end of file diff --git a/src/views/test/video/tongshibofangCom.vue b/src/views/test/video/tongshibofangCom.vue new file mode 100644 index 0000000..ec8692e --- /dev/null +++ b/src/views/test/video/tongshibofangCom.vue @@ -0,0 +1,256 @@ + + + + + 播放 + 暂停 + 重播 + 停止 + + + + + -3s + + + -9s + + + -15s + + + +3s + + + +9s + + + +15s + + + + + + 0.5x 慢速 + 0.75x 较慢 + 1x 正常 + 1.25x 较快 + 1.5x 快速 + 2x 极快 + + + 正常速度 + + + + 按住加速(松开恢复) + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file