Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
V3-TailingPond
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
xinzhedeai
V3-TailingPond
Commits
eaf0a8db
Commit
eaf0a8db
authored
Oct 08, 2024
by
Kimber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'update'
parent
24583cf1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
14 deletions
+1
-14
Version.txt
public/Version.txt
+0
-13
index.vue
src/components/Carousel/index.vue
+1
-1
No files found.
public/Version.txt
deleted
100644 → 0
View file @
24583cf1
"version": "1.118",更新内容:
预警列表添加解除时间列
"version": "1.119", time: 2024/7/13(周六)
更新内容: 添加爆破震动历史记录页面
"version": "1.120",更新内容: 2024/8/10(周六)
为防止环境监测模块名称过长超出边界,添加对设备名称的过滤,只显示设备类型
"version": "1.121",2024/9/29(周日)
更新内容: 对大屏模块添加自动播放控制, 控制字段为 autoplay, 在数据库的 sys_views 表中, true 表示自动播放
src/components/Carousel/index.vue
View file @
eaf0a8db
...
...
@@ -153,7 +153,7 @@ export default {
methods
:
{
createViews
(
item
){
this
.
list
=
item
.
children
;
this
.
config
.
interval
=
item
.
interval
;
item
.
autoplay
&&
(
this
.
config
.
autoplay
=
item
.
autoplay
);
(
item
.
autoplay
!==
void
0
)
&&
(
this
.
config
.
autoplay
=
item
.
autoplay
);
var
carouselCtn
=
this
.
$el
.
firstElementChild
;
return
new
Promise
((
resolve
,
reject
)
=>
{
this
.
$nextTick
(()
=>
{
...
...
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