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 = [