Commit 548a237e authored by baixian's avatar baixian

优化

parent 6ea51561
......@@ -18,6 +18,6 @@
</head>
<body>
<div id="root"></div>
<script src="dist/main.js?1577694105431" charset="utf-8"></script>
<script src="dist/main.js?1577694277499" charset="utf-8"></script>
</body>
</html>
\ No newline at end of file
......@@ -1222,6 +1222,10 @@ export default {
yield put({
type: 'hqstatistical/pageInit',
});
} else if (pathToRegexp('/sjd/permissionsetting/:id').exec(locationPathname)) {
yield put({
type: 'permissionsetting/pageInit',
});
}
// yield put({
// 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