Browse Source

Merge branch 'master' of http://git.cc-lotus.info/cms/sky-web

asd123a20 3 years ago
parent
commit
c87eeeb173
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -7,7 +7,7 @@ const routes = [
   {
     path: '/www/',
     name: 'home',
-    component: () => import('../views/home.vue')
+    component: () => import('../views/Home.vue')
   },
   {
     path: '/www/page/:id',