This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
athena-demo
/
digiwin-summit
Watch
11
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
高管数据助理
master
董书康
6 months ago
parent
1d17779950
commit
cd4e52c744
3 changed files
with
11 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
digital-future-summit/src/app/implementation/layout/layout.component.html
+0
-6
digital-future-summit/src/app/implementation/layout/layout.component.less
+10
-0
digital-future-summit/src/app/implementation/layout/system.ts
+ 1
- 1
digital-future-summit/src/app/implementation/layout/layout.component.html
View File
@ -76,7 +76,7 @@
<
/
div
>
<
div
id
=
"data_assistant"
appDraggable
[
dragEnable
]
=
"
dragEnable
"
(
dragEvent
)
=
"
handleElementDrag
(
$
event
)
"
class="box box-assistant" (click)="jumpToSystem('data_assistant
X
')">
class="box box-assistant" (click)="jumpToSystem('data_assistant')">
<
span
>
高管数智助理
<
/
span
>
<
/
div
>
+ 0
- 6
digital-future-summit/src/app/implementation/layout/layout.component.less
View File
@ -135,40 +135,34 @@
top: 550px;
left: 20px;
width: 150px;
color: darkmagenta;
}
.container .box-assistant {
top: 20px;
right: 0px;
width: 150px;
color: brown;
}
.container .box-BSC {
top: 70px;
right: 0px;
width: 150px;
color: brown;
}
.container .box-SSO_mes {
top: 120px;
right: 0px;
width: 150px;
color: brown;
}
.container .box-SCS {
top: 170px;
right: 0px;
width: 150px;
color: brown;
}
.container .box-AASK {
top: 220px;
right: 0px;
width: 150px;
color: brown;
}
+ 10
- 0
digital-future-summit/src/app/implementation/layout/system.ts
View File
@ -34,6 +34,16 @@ export const systemList = {
mockLogin
:
false
,
ssoLogin
:
false
,
}
,
data_assistant
:
{
key
:
"data_assistant"
,
title
:
"高管数智助理"
,
sid
:
826480202099712
,
id
:
"agiledemohw"
,
name
:
"高管AI数智助理体验"
,
url
:
"https://athena.digiwincloud.com.cn"
,
mockLogin
:
false
,
ssoLogin
:
false
,
}
,
AASK
:
{
key
:
"AASK"
,
title
:
"智驱工作台"
,
Write
Preview
Loading…
Cancel
Save