Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
binhai-video
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
binhai-jiaoguan
binhai-video
Commits
ef342d83
Commit
ef342d83
authored
Nov 20, 2023
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
0e5e0f74
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
aseKeConfig.js
src/utils/encrypt/aseKeConfig.js
+1
-1
documentRetrieval.vue
src/views/fileManagement/components/documentRetrieval.vue
+1
-0
index.vue
src/views/picturePlayback/index.vue
+6
-3
No files found.
src/utils/encrypt/aseKeConfig.js
View file @
ef342d83
...
@@ -7,4 +7,4 @@ export const RESULT_ENCRYPT_ABLE = true
...
@@ -7,4 +7,4 @@ export const RESULT_ENCRYPT_ABLE = true
// 是否开启参数加密
// 是否开启参数加密
export
const
IS_ENCRYPT
=
true
export
const
IS_ENCRYPT
=
true
// 需要排除的不进行加密的接口,正则匹配
// 需要排除的不进行加密的接口,正则匹配
export
const
EXCLUE_PATH
=
[
'.*/captchaImage'
,
'.*/common/uploadMinioPublic'
,
'.*/uploadMinioPrivate'
,
'.*/export'
,
'.*/logout'
]
export
const
EXCLUE_PATH
=
[
'.*/captchaImage'
,
'.*/common/uploadMinioPublic'
,
'.*/uploadMinioPrivate'
,
'.*/export'
,
'.*/logout'
,
'.*/common/download/resource'
]
src/views/fileManagement/components/documentRetrieval.vue
View file @
ef342d83
...
@@ -384,6 +384,7 @@ export default {
...
@@ -384,6 +384,7 @@ export default {
'fileSize'
:
this
.
form
.
fileSize
,
'fileSize'
:
this
.
form
.
fileSize
,
'isSave'
:
'0'
,
'isSave'
:
'0'
,
'isShare'
:
'1'
,
'isShare'
:
'1'
,
'path'
:
this
.
form
.
uploadFile
,
'pileNumber'
:
this
.
form
.
pileNumber
,
'pileNumber'
:
this
.
form
.
pileNumber
,
'monitorPoint'
:
this
.
form
.
monitorPoint
,
'monitorPoint'
:
this
.
form
.
monitorPoint
,
'line'
:
this
.
form
.
line
,
'line'
:
this
.
form
.
line
,
...
...
src/views/picturePlayback/index.vue
View file @
ef342d83
...
@@ -337,14 +337,17 @@ export default {
...
@@ -337,14 +337,17 @@ export default {
methods
:
{
methods
:
{
// 播放滚动条
// 播放滚动条
playSwiper
()
{
playSwiper
()
{
this
.
swiperInter
=
setInterval
(()
=>
{
if
(
!
this
.
swiperInter
){
this
.
swiper
.
slideNext
()
this
.
swiperInter
=
setInterval
(()
=>
{
},
1500
)
this
.
swiper
.
slideNext
()
},
1500
)
}
},
},
// 停止播放滚动条
// 停止播放滚动条
stopSwiper
(){
stopSwiper
(){
if
(
this
.
swiperInter
){
if
(
this
.
swiperInter
){
clearInterval
(
this
.
swiperInter
)
clearInterval
(
this
.
swiperInter
)
this
.
swiperInter
=
null
}
}
},
},
/** 打开弹窗*/
/** 打开弹窗*/
...
...
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