Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
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
ReactWeb5
CivManage
Commits
bd0ac582
Commit
bd0ac582
authored
Sep 17, 2021
by
邓超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 注释数据鉴权路由
parent
911646dd
Pipeline
#34746
skipped with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
config.js
src/routes/config.js
+12
-6
No files found.
src/routes/config.js
View file @
bd0ac582
...
...
@@ -53,6 +53,7 @@ import FiledConfig from '@/pages/platformCenter/filedConfig/filedConfig';
import
Incident
from
'@/pages/platformCenter/bsmanager/workOrder/incident'
;
import
Flow
from
'@/pages/platformCenter/bsmanager/workFlow/flow'
;
import
FlowNode
from
'@/pages/platformCenter/bsmanager/workFlow/flowNode/flowNode'
;
// import Workflow from '@/pages/platformCenter/bsmanager/workflowEdit/Workflow';
// import ColConen from '@/components/Colophon/colContent';
const
iconStyle
=
{
verticalAlign
:
'0.125em'
};
...
...
@@ -116,12 +117,12 @@ export default {
authority
:
adminAuthority
,
component
:
DatabaseConnectConfig
,
},
{
path
:
'/dbm/authcontrol'
,
name
:
'数据鉴权'
,
authority
:
superAuthority
,
component
:
AuthControl
,
},
//
{
//
path: '/dbm/authcontrol',
//
name: '数据鉴权',
//
authority: superAuthority,
//
component: AuthControl,
//
},
],
},
...
...
@@ -301,6 +302,11 @@ export default {
component
:
FlowNode
,
},
// {
// path: '/platformCenter/bsmanger/Workflow',
// name: '工作流编辑',
// component: Workflow,
// },
// {
// path: '/platformCenter/bsmanger/standbookmanager',
// name: '台账配置',
// component: TableManager,
...
...
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