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