Commit a49ad6dc by 郑永杰

添加usr全局状态

1 parent df27d01e
Showing with 5 additions and 1 deletions
import { init } from '@rematch/core' import { init } from '@rematch/core'
import { createConetxt } from './context' import { createConetxt } from './context'
import route from './modules/route/index' import route from './modules/route/index'
import user from './modules/user/index'
const store = init({ const store = init({
models: { route } models: {
route,
user
}
}) })
createConetxt(store) createConetxt(store)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!