Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
standalone-anyremote
Overview
Overview
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
qlintonger xeno
standalone-anyremote
Commits
8f94d8aa
Commit
8f94d8aa
authored
May 16, 2024
by
pangchong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 高度调整
parent
5aa8066f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/views/remote/videoCall/videoChat.vue
+2
-2
No files found.
src/views/remote/videoCall/videoChat.vue
View file @
8f94d8aa
<
template
>
<
template
>
<div
class=
"g-block ml-4 pb-0"
>
<div
class=
"g-block ml-4 pb-0"
>
<div
class=
"px-4 h-[172px]"
>
<div
class=
"px-4
min-
h-[172px]"
>
<video-item
:id=
"''"
:is-self=
"true"
></video-item>
<video-item
:id=
"''"
:is-self=
"true"
></video-item>
</div>
</div>
<a-row
class=
"mt-2 px-4"
>
<a-row
class=
"mt-2 px-4"
>
...
@@ -132,7 +132,7 @@ const uploadMuFile = (option: any, type: string) => {
...
@@ -132,7 +132,7 @@ const uploadMuFile = (option: any, type: string) => {
}
}
function
convertURL
(
string
:
string
)
{
function
convertURL
(
string
:
string
)
{
return
string
.
replace
(
/^http:
\/\/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}
:
\d{1,5}
/
,
"https://ifar.test.com:440"
);
return
string
.
replace
(
/^http:
\/\/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}
:
\d{1,5}
/
,
'https://ifar.test.com:440'
)
}
}
const
mapChatMessageQueue
=
computed
(
function
()
{
const
mapChatMessageQueue
=
computed
(
function
()
{
...
...
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