reedliuqing_i 6 năm trước cách đây
mục cha
commit
f7137737b4

BIN
src/assets/home_images/ecode_占位@3x.png


+ 2 - 2
src/router/index.js

@@ -47,13 +47,13 @@ export const constantRoutes = [
   },
 
   {
-    path: '/',
+    path: '/home',
     component: Home,
     hidden: true
   },
 
   {
-    path: '/home',
+    path: '/',
     component: Layout,
     redirect: '/dashboard',
     children: [{

+ 1 - 1
src/views/home/floatMenu.vue

@@ -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',