Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wisdom-components
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
wisdom-components
Commits
f79c1b46
Commit
f79c1b46
authored
Apr 26, 2023
by
程恺文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
视频组件新增网关配置
parent
3bd3379b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
index.jsx
packages/base-components/VmsVideo/src/index.jsx
+5
-3
No files found.
packages/base-components/VmsVideo/src/index.jsx
View file @
f79c1b46
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: 634665781 634665781@qq.com
* @Author: 634665781 634665781@qq.com
* @Date: 2023-04-11 13:40:18
* @Date: 2023-04-11 13:40:18
* @LastEditors: 634665781 634665781@qq.com
* @LastEditors: 634665781 634665781@qq.com
* @LastEditTime: 2023-04-26 1
0:22:43
* @LastEditTime: 2023-04-26 1
6:00:59
* @FilePath: \wisdom-components\packages\base-components\VmsVideo\src\index.jsx
* @FilePath: \wisdom-components\packages\base-components\VmsVideo\src\index.jsx
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
*/
...
@@ -86,10 +86,12 @@ const Video = (props, ref) => {
...
@@ -86,10 +86,12 @@ const Video = (props, ref) => {
}
else
{
}
else
{
getToken
();
getToken
();
}
}
const
CommonPath
=
window
?.
globalConfig
?.
hasGateWay
?
'/PandaCore/GateWay/Video'
:
''
;
const
CommonPath
=
window
?.
globalConfig
?.
hasGateWay
?
'/PandaCore/GateWay/Video'
:
''
;
VideoInfo
.
url
=
VideoInfo
.
useFullUrl
VideoInfo
.
url
=
VideoInfo
.
useFullUrl
?
VideoInfo
.
fullUrl
?
VideoInfo
.
fullUrl
:
VideoInfo
.
pandavmsHost
+
VideoInfo
.
gateway
?
CommonPath
:
''
+
'/jessica/'
+
VideoInfo
.
id
;
:
(
VideoInfo
.
pandavmsHost
||
'ws://'
+
location
.
host
)
+
(
VideoInfo
.
gateway
?
CommonPath
:
''
+
'/jessica/'
+
VideoInfo
.
id
);
let
operateBtns
=
{
let
operateBtns
=
{
fullscreen
:
true
,
fullscreen
:
true
,
screenshot
:
true
,
screenshot
:
true
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment