Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
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
海康威视
web-project
Commits
b6131926
Commit
b6131926
authored
Jul 19, 2024
by
moonby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
240719
parent
7c49e8b0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
VideoWebPlugin.zip
public/OutputFile/VideoWebPlugin.zip
+0
-0
VideoViewPage.vue
src/views/Video/VideoViewPage.vue
+6
-0
No files found.
public/OutputFile/VideoWebPlugin.zip
0 → 100644
View file @
b6131926
File added
src/views/Video/VideoViewPage.vue
View file @
b6131926
...
@@ -65,6 +65,7 @@
...
@@ -65,6 +65,7 @@
</
style
>
</
style
>
<
script
setup
>
<
script
setup
>
// ../OutputFile/VideoWebPlugin.zip
import
{
ref
,
reactive
,
onMounted
,
onUnmounted
,
provide
,
computed
,
handleError
}
from
'vue'
import
{
ref
,
reactive
,
onMounted
,
onUnmounted
,
provide
,
computed
,
handleError
}
from
'vue'
import
DataForm
from
'../../components/DataForm.vue'
;
import
DataForm
from
'../../components/DataForm.vue'
;
import
{
useRoute
}
from
'vue-router'
import
{
useRoute
}
from
'vue-router'
...
@@ -111,6 +112,11 @@ var VideoInfo = reactive({
...
@@ -111,6 +112,11 @@ var VideoInfo = reactive({
const
props
=
{
multiple
:
false
,
emitPath
:
false
}
const
props
=
{
multiple
:
false
,
emitPath
:
false
}
initPage
();
initPage
();
function
down
(){
//下载插件
const
filepath
=
'/OutputFile/VideoWebPlugin.zip'
;
window
.
open
(
filepath
);
}
//获取服务中心->供热站->换热站,三级列表
//获取服务中心->供热站->换热站,三级列表
function
getStats
()
{
function
getStats
()
{
...
...
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