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
19fdaa26
Commit
19fdaa26
authored
Feb 17, 2025
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了下载证书按钮
parent
6eb810c3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
15 deletions
+2
-15
index.vue
src/views/AIStation/ExtinguisherPage/index.vue
+0
-7
index.vue
src/views/AIStation/MoveMonitorPage/index.vue
+1
-1
index.vue
src/views/AIStation/TransTempPage/index.vue
+1
-7
No files found.
src/views/AIStation/ExtinguisherPage/index.vue
View file @
19fdaa26
...
@@ -369,12 +369,6 @@ function getSupplys(){
...
@@ -369,12 +369,6 @@ function getSupplys(){
}
}
}
}
//下载图片插件
function
downloadPlugin
(){
//下载插件
const
filepath
=
'https://111.33.86.174:1443/nginxService/v1/download/InstallRootCert.exe'
;
window
.
open
(
filepath
);
}
</
script
>
</
script
>
<
template
>
<
template
>
...
@@ -421,7 +415,6 @@ function downloadPlugin(){
...
@@ -421,7 +415,6 @@ function downloadPlugin(){
<el-button
type=
"primary"
@
click=
"search"
class=
"add-search-btn"
>
查询
</el-button>
<el-button
type=
"primary"
@
click=
"search"
class=
"add-search-btn"
>
查询
</el-button>
<el-button
type=
"primary"
@
click=
"resetSearch()"
class=
"add-search-btn"
>
重置
</el-button>
<el-button
type=
"primary"
@
click=
"resetSearch()"
class=
"add-search-btn"
>
重置
</el-button>
<el-button
type=
"primary"
@
click=
"handleExport()"
class=
"add-search-btn"
>
导出
</el-button>
<el-button
type=
"primary"
@
click=
"handleExport()"
class=
"add-search-btn"
>
导出
</el-button>
<el-button
type=
"primary"
@
click=
"downloadPlugin()"
class=
"add-search-btn"
>
下载证书
</el-button>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
</div>
</div>
...
...
src/views/AIStation/MoveMonitorPage/index.vue
View file @
19fdaa26
...
@@ -445,7 +445,7 @@ function downloadPlugin(){
...
@@ -445,7 +445,7 @@ function downloadPlugin(){
<el-button
type=
"primary"
@
click=
"search"
class=
"add-search-btn"
>
查询
</el-button>
<el-button
type=
"primary"
@
click=
"search"
class=
"add-search-btn"
>
查询
</el-button>
<el-button
type=
"primary"
@
click=
"resetSearch"
class=
"add-search-btn"
v-if=
"selectedBtn !== 3"
>
重置
</el-button>
<el-button
type=
"primary"
@
click=
"resetSearch"
class=
"add-search-btn"
v-if=
"selectedBtn !== 3"
>
重置
</el-button>
<el-button
type=
"primary"
@
click=
"handleExport"
class=
"add-search-btn"
>
导出
</el-button>
<el-button
type=
"primary"
@
click=
"handleExport"
class=
"add-search-btn"
>
导出
</el-button>
<el-button
type=
"primary"
@
click=
"downloadPlugin()"
class=
"add-search-btn"
>
下载证书
</el-button>
<el-button
type=
"primary"
@
click=
"downloadPlugin()"
class=
"add-search-btn"
>
下载证书
</el-button>
(如果图片不能加载请安装证书)
</el-form-item>
</el-form-item>
</el-form>
</el-form>
</div>
</div>
...
...
src/views/AIStation/TransTempPage/index.vue
View file @
19fdaa26
...
@@ -387,12 +387,7 @@ function getSupplys() {
...
@@ -387,12 +387,7 @@ function getSupplys() {
}
}
}
}
//下载图片插件
function
downloadPlugin
(){
//下载插件
const
filepath
=
'https://111.33.86.174:1443/nginxService/v1/download/InstallRootCert.exe'
;
window
.
open
(
filepath
);
}
</
script
>
</
script
>
<
template
>
<
template
>
<div
class=
"app-content"
>
<div
class=
"app-content"
>
...
@@ -451,7 +446,6 @@ function downloadPlugin(){
...
@@ -451,7 +446,6 @@ function downloadPlugin(){
<el-button
type=
"primary"
@
click=
"search"
class=
"add-search-btn"
>
查询
</el-button>
<el-button
type=
"primary"
@
click=
"search"
class=
"add-search-btn"
>
查询
</el-button>
<el-button
type=
"primary"
@
click=
"resetSearch"
class=
"add-search-btn"
>
重置
</el-button>
<el-button
type=
"primary"
@
click=
"resetSearch"
class=
"add-search-btn"
>
重置
</el-button>
<el-button
type=
"primary"
@
click=
"handleExport"
class=
"add-search-btn"
>
导出
</el-button>
<el-button
type=
"primary"
@
click=
"handleExport"
class=
"add-search-btn"
>
导出
</el-button>
<el-button
type=
"primary"
@
click=
"downloadPlugin()"
class=
"add-search-btn"
>
下载证书
</el-button>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
</div>
</div>
...
...
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