Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
59b5704a
Commit
59b5704a
authored
Aug 31, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of cloud.wodcloud.com:apaas/apaas-v3-ui into dev
parents
ebe0554c
43a9d1d2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/pages/data-analysis/super-control.vue
src/pages/data-analysis/super-control.vue
+5
-0
src/router/index.js
src/router/index.js
+1
-1
No files found.
src/pages/data-analysis/super-control.vue
View file @
59b5704a
...
@@ -131,6 +131,11 @@ import lineChart from "@/components/e-charts/line_chart";
...
@@ -131,6 +131,11 @@ import lineChart from "@/components/e-charts/line_chart";
import
doubleBar
from
"
@/components/e-charts/doubleBar
"
;
import
doubleBar
from
"
@/components/e-charts/doubleBar
"
;
import
rankList
from
"
@/components/e-charts/rankList
"
;
import
rankList
from
"
@/components/e-charts/rankList
"
;
/**
* 此页面作废,超管的服务管控和组织的服务管控可以直接复用
* xuym 2020-08-31
*/
export
default
{
export
default
{
components
:
{
components
:
{
BlockRadius
,
BlockRadius
,
...
...
src/router/index.js
View file @
59b5704a
...
@@ -468,7 +468,7 @@ export default new Router({
...
@@ -468,7 +468,7 @@ export default new Router({
{
{
path
:
"
/data_analysis/super_control
"
,
// 服务管控-超管
path
:
"
/data_analysis/super_control
"
,
// 服务管控-超管
name
:
"
superControl
"
,
name
:
"
superControl
"
,
component
:
()
=>
import
(
"
@/pages/data-analysis/
super
-control
"
),
component
:
()
=>
import
(
"
@/pages/data-analysis/
org
-control
"
),
},
},
],
],
},
},
...
...
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