Commit 2855aa80 authored by wangxuelai's avatar wangxuelai

''

parents 8d26ae58 548a237e
......@@ -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