From bf5ba56e8a82f0ef699f2eae413d0dc2c4e4f67d Mon Sep 17 00:00:00 2001
From: jxdnsong <592566207@qq.com>
Date: Tue, 25 Oct 2022 16:15:00 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/sd-jg-school-web into master

---
 src/router/page/index.js |   28 ++++++++++++----------------
 1 files changed, 12 insertions(+), 16 deletions(-)

diff --git a/src/router/page/index.js b/src/router/page/index.js
index 5bfc76e..35db2a0 100644
--- a/src/router/page/index.js
+++ b/src/router/page/index.js
@@ -64,35 +64,31 @@
 const pcTechniqueSpace = () => import('../../pcviews/technique/space.vue')
 const pcTechniqueGraph = () => import('../../pcviews/technique/graph.vue')
 const pcTechniquePath = () => import('../../pcviews/technique/path.vue')
+const pcHomepage = () => import('../../pcviews/homepage/index.vue')
+const pcLogin = () => import('../../pcviews/Login/index.vue')
 
 const routes = [
     // 大屏页面
+    // {
+    //     path: '/large',
+    //     meta: {
+    //         title: '大屏页面'
+    //     },
+    //     component: large
+    // },
     {
-        path: '/large',
+        path: '/homepage',
         meta: {
             title: '大屏页面'
         },
-        component: large
-    },
-    {
-        path: '/',
-        redirect: '/pcLayout'
+        component: pcHomepage
     },
     {
         path: '/login',
         name: 'login',
-        component: resolve => require(['../../pcviews/Login/index.vue'], resolve),
+        component: pcLogin,
         meta: {
             title: '登录页',
-            isAuth: false
-        }
-    },
-    {
-        path: '/homee',
-        name: 'homee',
-        component: resolve => require(['../../pcviews/homee/index.vue'], resolve),
-        meta: {
-            title: '首页',
             isAuth: false
         }
     },

--
Gitblit v1.9.3