Commit 18d9d940 authored by 张烨's avatar 张烨

fix: remove useless menu and code

parent 6309b21d
......@@ -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,
......
......@@ -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,
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment