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
41c0de3a
Commit
41c0de3a
authored
Jun 01, 2020
by
zhengjiangtao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
名称修改
parent
4d8b078c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
index.js
src/view/bank/financialCityLan/index.js
+3
-1
index.js
src/view/bank/virtualCloudPlatform/index.js
+3
-0
No files found.
src/view/bank/financialCityLan/index.js
View file @
41c0de3a
...
@@ -7,7 +7,9 @@ import TreeComponent from './TreeComponent';
...
@@ -7,7 +7,9 @@ import TreeComponent from './TreeComponent';
import
{
getDyTopoAction
,
updateDyTopoAction
}
from
'./../../../services/dynamicRingService'
;
import
{
getDyTopoAction
,
updateDyTopoAction
}
from
'./../../../services/dynamicRingService'
;
import
SysWsURL
from
'./../../../consts/wsUrlConsts'
;
import
SysWsURL
from
'./../../../consts/wsUrlConsts'
;
/**
* 金融城域网
*/
class
FinancialCityLan
extends
Component
{
class
FinancialCityLan
extends
Component
{
constructor
(
props
)
{
constructor
(
props
)
{
super
(
props
);
super
(
props
);
...
...
src/view/bank/virtualCloudPlatform/index.js
View file @
41c0de3a
...
@@ -8,6 +8,9 @@ import { getDyTopoAction,updateDyTopoAction } from './../../../services/dynamicR
...
@@ -8,6 +8,9 @@ import { getDyTopoAction,updateDyTopoAction } from './../../../services/dynamicR
import
SysWsURL
from
'./../../../consts/wsUrlConsts'
;
import
SysWsURL
from
'./../../../consts/wsUrlConsts'
;
/**
* 虚拟云平台监控
*/
class
VirtualCloudPlatform
extends
Component
{
class
VirtualCloudPlatform
extends
Component
{
constructor
(
props
)
{
constructor
(
props
)
{
super
(
props
);
super
(
props
);
...
...
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