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
5f3abebc
Commit
5f3abebc
authored
Aug 26, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
运行管控路由配置
parent
32d3c922
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1022 additions
and
14 deletions
+1022
-14
src/pages/data-analysis/data-analysis.vue
src/pages/data-analysis/data-analysis.vue
+28
-8
src/pages/data-analysis/org-control.vue
src/pages/data-analysis/org-control.vue
+0
-0
src/pages/data-analysis/org-overview.vue
src/pages/data-analysis/org-overview.vue
+0
-0
src/pages/data-analysis/super-control.vue
src/pages/data-analysis/super-control.vue
+618
-0
src/pages/data-analysis/super-overview.vue
src/pages/data-analysis/super-overview.vue
+360
-0
src/router/index.js
src/router/index.js
+16
-6
No files found.
src/pages/data-analysis/data-analysis.vue
View file @
5f3abebc
<
template
>
<div
class=
"fwgl_container"
>
<sideNavBar
v-if=
"is_admin == 3 || is_admin == 4
|| is_admin == 1
"
v-if=
"is_admin == 3 || is_admin == 4"
title=
"运营管控中心"
imgSrc=
"tool_fuwu"
:nav-list=
"navList"
:title-path=
"navList[0] && navList[0].path"
></sideNavBar>
<sideNavBarClass
v-else-if=
"is_admin == 2"
v-else-if=
"is_admin ==
1 || is_admin ==
2"
title=
"运营管控中心"
imgSrc=
"tool_fuwu"
:nav-list=
"navList"
...
...
@@ -56,27 +56,47 @@ export default {
},
{
name
:
"
运行管控
"
,
path
:
`/data_analysis/o
peration
_overview`
,
path
:
`/data_analysis/o
rg
_overview`
,
child
:
[
{
name
:
"
运行概况
"
,
path
:
`/data_analysis/o
peration
_overview`
,
path
:
`/data_analysis/o
rg
_overview`
,
},
{
name
:
"
服务管控
"
,
path
:
`/data_analysis/
service
_control`
,
path
:
`/data_analysis/
org
_control`
,
},
],
},
],
userNav2
:
[
{
name
:
"
服务
分析
"
,
name
:
"
运营
分析
"
,
path
:
`/data_analysis/super_service`
,
child
:
[
{
name
:
"
服务分析
"
,
path
:
`/data_analysis/super_service`
,
},
{
name
:
"
应用分析
"
,
path
:
`/data_analysis/super_application`
,
},
],
},
{
name
:
"
应用分析
"
,
path
:
`/data_analysis/super_application`
,
name
:
"
运行管控
"
,
path
:
`/data_analysis/super_overview`
,
child
:
[
{
name
:
"
运行概况
"
,
path
:
`/data_analysis/super_overview`
,
},
{
name
:
"
服务管控
"
,
path
:
`/data_analysis/super_control`
,
},
],
},
],
navList
:
[],
...
...
src/pages/data-analysis/
service
-control.vue
→
src/pages/data-analysis/
org
-control.vue
View file @
5f3abebc
File moved
src/pages/data-analysis/o
peration
-overview.vue
→
src/pages/data-analysis/o
rg
-overview.vue
View file @
5f3abebc
File moved
src/pages/data-analysis/super-control.vue
0 → 100644
View file @
5f3abebc
This diff is collapsed.
Click to expand it.
src/pages/data-analysis/super-overview.vue
0 → 100644
View file @
5f3abebc
This diff is collapsed.
Click to expand it.
src/router/index.js
View file @
5f3abebc
...
...
@@ -441,14 +441,14 @@ export default new Router({
component
:
()
=>
import
(
"
@/pages/data-analysis/org-application
"
),
},
{
path
:
"
/data_analysis/o
peration
_overview
"
,
// 运行概况-组织
name
:
"
o
peration
Overview
"
,
component
:
()
=>
import
(
"
@/pages/data-analysis/o
peration
-overview
"
),
path
:
"
/data_analysis/o
rg
_overview
"
,
// 运行概况-组织
name
:
"
o
rg
Overview
"
,
component
:
()
=>
import
(
"
@/pages/data-analysis/o
rg
-overview
"
),
},
{
path
:
"
/data_analysis/
service
_control
"
,
// 服务管控-组织
name
:
"
service
Control
"
,
component
:
()
=>
import
(
"
@/pages/data-analysis/
service
-control
"
),
path
:
"
/data_analysis/
org
_control
"
,
// 服务管控-组织
name
:
"
org
Control
"
,
component
:
()
=>
import
(
"
@/pages/data-analysis/
org
-control
"
),
},
{
path
:
"
/data_analysis/super_service
"
,
// 数据分析中心服务-超管
...
...
@@ -460,6 +460,16 @@ export default new Router({
name
:
"
superApplicationDataAnalysis
"
,
component
:
()
=>
import
(
"
@/pages/data-analysis/super-application
"
),
},
{
path
:
"
/data_analysis/super_overview
"
,
// 运行概况-超管
name
:
"
superOverview
"
,
component
:
()
=>
import
(
"
@/pages/data-analysis/super-overview
"
),
},
{
path
:
"
/data_analysis/super_control
"
,
// 服务管控-超管
name
:
"
superControl
"
,
component
:
()
=>
import
(
"
@/pages/data-analysis/super-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