@@ -47,13 +47,13 @@ export const constantRoutes = [
},
{
- path: '/',
+ path: '/home',
component: Home,
hidden: true
- path: '/home',
+ path: '/',
component: Layout,
redirect: '/dashboard',
children: [{
@@ -30,7 +30,7 @@
</style>
<script>
-import imgUrl from '@/assets/dingding.jpg'
+import imgUrl from '@/assets/home_images/ecode_占位@3x.png'
export default {
name: 'FloatMenu',