|
@@ -1,3 +1,4 @@
|
|
|
|
+
|
|
import Guards from '@/components/Navigation'
|
|
import Guards from '@/components/Navigation'
|
|
import history from '@/utils/history'
|
|
import history from '@/utils/history'
|
|
import 'nprogress/nprogress.css'
|
|
import 'nprogress/nprogress.css'
|
|
@@ -15,7 +16,7 @@ const App = () =>{
|
|
<Guards routeConfig={routeConfig}></Guards>
|
|
<Guards routeConfig={routeConfig}></Guards>
|
|
</Switch>
|
|
</Switch>
|
|
</AliveScope>
|
|
</AliveScope>
|
|
- </Router >
|
|
|
|
|
|
+ </Router >
|
|
</div>
|
|
</div>
|
|
)
|
|
)
|
|
}
|
|
}
|