Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
VIZ.Package
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘龙飞
VIZ.Package
Commits
770a8c9c
Commit
770a8c9c
authored
Jun 15, 2023
by
wangonghui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上大屏幕模板出现卡帧问题
parent
0010119d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
VIZ.Package.Module/Control/Controller/ControlController.cs
+2
-2
No files found.
VIZ.Package.Module/Control/Controller/ControlController.cs
View file @
770a8c9c
...
...
@@ -58,6 +58,8 @@ namespace VIZ.Package.Module
// 清楚板子上的信息
this
.
vizCommandService
.
SetCue
(
conn
,
ApplicationDomainEx
.
CurrentPage
.
ScenePath
);
this
.
vizCommandService
.
Start
(
conn
,
ApplicationDomainEx
.
CurrentPage
.
Layer
,
ApplicationDomainEx
.
CurrentPage
.
ScenePath
);
this
.
vizCommandService
.
SetObject
(
conn
,
ApplicationDomainEx
.
CurrentPage
.
ScenePath
,
ApplicationDomainEx
.
CurrentPage
.
Layer
);
if
(
view
!=
null
)
...
...
@@ -70,8 +72,6 @@ namespace VIZ.Package.Module
log
.
Error
(
ex
);
}
this
.
vizCommandService
.
Start
(
conn
,
ApplicationDomainEx
.
CurrentPage
.
Layer
,
ApplicationDomainEx
.
CurrentPage
.
ScenePath
);
this
.
vizCommandService
.
SetEnabledUpdate
(
conn
,
true
);
}
...
...
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