瀏覽代碼

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

asd123a20 3 年之前
父節點
當前提交
c87eeeb173
共有 1 個文件被更改,包括 1 次插入1 次删除
  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',