reedliuqing_i 6 years ago
parent
commit
f7137737b4
3 changed files with 3 additions and 3 deletions
  1. BIN
      src/assets/home_images/ecode_占位@3x.png
  2. 2 2
      src/router/index.js
  3. 1 1
      src/views/home/floatMenu.vue

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