fix: 优化浏览器兼容策略

This commit is contained in:
landaiqing
2024-05-06 01:07:14 +08:00
parent feb965b11d
commit c4bd8f6be0
3 changed files with 171 additions and 187 deletions

View File

@@ -6,8 +6,6 @@ import routeConfig from './router'
import 'virtual:svg-icons-register'
import { Provider as MobxProvider } from 'mobx-react'
import { RootStore } from '@/store'
import 'core-js';
import 'regenerator-runtime/runtime';
const router = createBrowserRouter(routeConfig)
ReactDOM.createRoot(document.getElementById('root')!).render(
// <React.StrictMode>