From f78d64d3de37ab23a6cf011eeb25aed4d717f72a Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Thu, 7 Dec 2023 15:06:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AF=E7=A1=AC=E4=BB=B6=E7=A0=94=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 9ec99a2..9769c3d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1,5 +1,4 @@ import { createRouter, createWebHashHistory } from 'vue-router' -const Home = () => import('@/pages') const Detail = () => import('@/pages/Detail') const Recruit = () => import('@/pages/Recruit') const Contact = () => import('@/pages/Contact') @@ -10,7 +9,6 @@ const Product = () => import('@/pages/Product') const Hardware = () => import('@/pages/Hardware') const QRCode = () => import('@/pages/QRCode') const Factory = () => import('@/pages/Factory') -const Industry = () => import('@/pages/Industry') // 配置路由信息 const routes = [