Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AmosBankView
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bank
AmosBankView
Commits
ac68792d
Commit
ac68792d
authored
Jun 05, 2020
by
tangwei
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop_20200601' of
http://172.16.10.76/bank/AmosBankView
into develop_20200601
parents
bb6b4ac1
8d0046b1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
asyncView.js
src/routes/asyncView.js
+3
-3
view.js
src/routes/view.js
+4
-4
conf.js
src/view/bank/3dview/conf.js
+1
-1
leftCharts.js
src/view/bank/3dview/indexCharts/leftCharts.js
+1
-1
No files found.
src/routes/asyncView.js
View file @
ac68792d
...
@@ -178,9 +178,9 @@ const Routes = {
...
@@ -178,9 +178,9 @@ const Routes = {
donghuan
:
AsyncDynamicRing
,
donghuan
:
AsyncDynamicRing
,
deviceMonitor
:
AsyncEquipMonitor
,
deviceMonitor
:
AsyncEquipMonitor
,
eqpAndMovingRing
:
AsyncEqpAndMovingRing
,
eqpAndMovingRing
:
AsyncEqpAndMovingRing
,
selfSupport
:
AsyncSelfSupport
,
selfSupport
:
AsyncSelfSupport
,
financialCityLan
:
AsyncVirtualCloudPlatform
Support
,
financialCityLan
:
AsyncFinancialCityLan
Support
,
virtualCloudPlatform
:
AsyncFinancialCityLan
Support
virtualCloudPlatform
:
AsyncVirtualCloudPlatform
Support
};
};
...
...
src/routes/view.js
View file @
ac68792d
...
@@ -174,10 +174,10 @@ const Routes = {
...
@@ -174,10 +174,10 @@ const Routes = {
eqpAndMovingRing
:
EqpAndMovingRing
,
eqpAndMovingRing
:
EqpAndMovingRing
,
//自建系统
//自建系统
selfSupport
:
SelfSupport
,
selfSupport
:
SelfSupport
,
//虚拟云平台监控
//虚拟云平台监控
virtualCloudPlatform
:
VirtualCloudPlatform
,
virtualCloudPlatform
:
VirtualCloudPlatform
,
//金融城域网
//金融城域网
financialCityLan
:
FinancialCityLan
financialCityLan
:
FinancialCityLan
};
};
const
pageCompontent
=
key
=>
{
const
pageCompontent
=
key
=>
{
...
...
src/view/bank/3dview/conf.js
View file @
ac68792d
...
@@ -83,7 +83,7 @@ export const bizControls = [
...
@@ -83,7 +83,7 @@ export const bizControls = [
{
key
:
'level_1'
,
label
:
'合格'
},
{
key
:
'level_1'
,
label
:
'合格'
},
{
key
:
'level_0'
,
label
:
'未计划'
}
{
key
:
'level_0'
,
label
:
'未计划'
}
]
},
]
},
{
key
:
'impEquipment-point'
,
icon
:
'zhongdianshebeixiangqing'
,
type
:
'impEquipment'
,
label
:
'设备
中心
'
,
subs
:
[
{
key
:
'impEquipment-point'
,
icon
:
'zhongdianshebeixiangqing'
,
type
:
'impEquipment'
,
label
:
'设备
点
'
,
subs
:
[
{
key
:
'impEqu_01'
,
label
:
'网络设备'
},
{
key
:
'impEqu_01'
,
label
:
'网络设备'
},
{
key
:
'impEqu_02'
,
label
:
'服务器'
},
{
key
:
'impEqu_02'
,
label
:
'服务器'
},
{
key
:
'impEqu_03'
,
label
:
'虚拟设备'
},
{
key
:
'impEqu_03'
,
label
:
'虚拟设备'
},
...
...
src/view/bank/3dview/indexCharts/leftCharts.js
View file @
ac68792d
...
@@ -193,7 +193,7 @@ class LeftCharts extends Component {
...
@@ -193,7 +193,7 @@ class LeftCharts extends Component {
dangerNumData
:
data
,
dangerNumData
:
data
,
dangerAllNum
:
this
.
state
.
dangerAllNum
dangerAllNum
:
this
.
state
.
dangerAllNum
});
});
if
(
data
.
result
===
'FAILURE'
)
{
AmosAlert
.
error
(
'警告'
,
data
.
message
);}
if
(
data
.
result
===
'FAILURE'
&&
data
.
message
)
{
AmosAlert
.
error
(
'警告'
,
data
.
message
);}
});
});
let
dates
=
{
let
dates
=
{
...
...
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