Commit 0fdb8834 authored by wangxuelai's avatar wangxuelai

Merge remote-tracking branch 'origin/bww-v1' into wxl-develop

parents 4a63f70b feb78548
......@@ -1004,6 +1004,17 @@ export default {
id: permissionMatch[1],
},
});
dispatch({
type: 'updateState',
payload: {
breadcrumbList: [
{
path: 'sjd/institutions',
name: '机构管理',
},
],
},
});
}
});
},
......
......@@ -5,7 +5,7 @@ import errorPageStyle from './index.less';
import { pageIn } from '../../utils/index';
class Errorpage extends React.Component {
componentDidMount() { // 挂载
pageIn('商家岛商户后台-活动管理');
pageIn('轻校');
}
componentWillUnmount() { // 卸载
}
......
......@@ -19,7 +19,7 @@ class PermissionSetting extends React.Component {
};
}
componentDidMount() { // 挂载
pageIn('轻校通总后台-权限设置');
pageIn('轻校-权限设置');
}
componentWillUnmount() { // 卸载
}
......
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