如何访问到 store 或 dispatch 方法?
2019-07-10 本文已影响0人
Volcaner
window.g_app._store
window.g_app._store.dispatch
// e g:
window.g_app._store.dispatch({
type: 'login/logout',
});
window.g_app._store
window.g_app._store.dispatch
// e g:
window.g_app._store.dispatch({
type: 'login/logout',
});