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
18d9d940
Commit
18d9d940
authored
Nov 11, 2020
by
张烨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: remove useless menu and code
parent
6309b21d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
index.js
src/containers/App/store/index.js
+1
-1
config.js
src/routes/config.js
+8
-8
No files found.
src/containers/App/store/index.js
View file @
18d9d940
...
...
@@ -4,7 +4,6 @@ import * as actionCreators from './actions';
import
*
as
constants
from
'./constants'
;
import
reducer
from
'./reducer'
;
import
*
as
selectors
from
'./selectors'
;
import
{
BASENAME
}
from
'@/utils/constants'
;
const
mapState
=
store
=>
{
const
storeObj
=
store
.
toJS
();
...
...
@@ -17,6 +16,7 @@ const mapDispatch = dispatch => ({
setAuth
:
auth
=>
dispatch
(
actionCreators
.
setAuth
(
auth
)),
logout
:
()
=>
dispatch
(
actionCreators
.
setAuth
([])),
});
const
appConnector
=
connect
(
mapState
,
mapDispatch
,
...
...
src/routes/config.js
View file @
18d9d940
...
...
@@ -132,11 +132,11 @@ export default {
name
:
'GIS平台'
,
component
:
Welcome
,
},
{
path
:
'/platformCenter/order'
,
name
:
'工单平台'
,
component
:
Welcome
,
},
//
{
//
path: '/platformCenter/order',
//
name: '工单平台',
//
component: Welcome,
//
},
{
path
:
'/platformCenter/notify'
,
name
:
'消息平台'
,
...
...
@@ -186,13 +186,13 @@ export default {
{
path
:
'/log'
,
component
:
BlankLayout
,
name
:
'
日志管理
'
,
name
:
'
系统日志
'
,
icon
:
<
CopyOutlined
style
=
{
iconStyle
}
/>
,
authority
:
commonAuthority
,
routes
:
[
{
path
:
'/log'
,
name
:
'
日志管理
'
,
path
:
'/log
/common
'
,
name
:
'
一般日志
'
,
icon
:
<
CopyOutlined
style
=
{
iconStyle
}
/>
,
component
:
Welcome
,
},
...
...
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