Commit 4d2f2e3c authored by wangxuelai's avatar wangxuelai

Merge branch 'wxl-develop'

parents 544c1d54 63fa3054
...@@ -18,6 +18,6 @@ ...@@ -18,6 +18,6 @@
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script src="https://cdn.img.shangjiadao.cn/qingxiao/biz/dist/main.js?1577700136286" charset="utf-8"></script> <script src="https://cdn.img.shangjiadao.cn/qingxiao/biz/dist/main.js?1577703550392" charset="utf-8"></script>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -1222,6 +1222,10 @@ export default { ...@@ -1222,6 +1222,10 @@ export default {
yield put({ yield put({
type: 'hqstatistical/pageInit', type: 'hqstatistical/pageInit',
}); });
} else if (pathToRegexp('/sjd/permissionsetting/:id').exec(locationPathname)) {
yield put({
type: 'permissionsetting/pageInit',
});
} }
// yield put({ // yield put({
// type: 'joinschooladd/pageInit', // type: 'joinschooladd/pageInit',
......
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