作者 韩昌

2

正在显示 1 个修改的文件 包含 1 行增加1 行删除
... ... @@ -5,7 +5,7 @@ import { useAppSelector, useAppDispatch, shallowEqualApp } from './store'
import { changeMessage } from './store/modules/counter'
import EventBus from '@/utils/events'
import AppLoading from './components/appLoading'
// 1
function App() {
const { counter } = useAppSelector((state) => state, shallowEqualApp)
const navigate = useNavigate()
... ...