he wei
2024-01-15 d592480beb70716a59b6ec5a00c73e92ff6ea986
src/router/routes.js
@@ -20,7 +20,7 @@
    path: '/compare',
    name: 'compare',
    meta: {
      title: '对比分析'
      title: 'ComparativeAnalysis'
    },
    component: () => import('@/pages/compare')
  }, 
@@ -29,7 +29,7 @@
    path: '/data',
    name: 'data',
    meta: {
      title: '数据管理'
      title: 'DataManagement'
    },
    component: () => import('@/pages/data')
  }, 
@@ -38,7 +38,7 @@
    path: '/book',
    name: 'book',
    meta: {
      title: '仪表说明书'
      title: 'AnalyzerManual'
    },
    component: () => import('@/pages/book')
  }, 
@@ -47,7 +47,7 @@
    path: '/softwareBook',
    name: 'softwareBook',
    meta: {
      title: '软件说明书'
      title: 'SoftwareManual'
    },
    component: () => import('@/pages/softwareBook')
  }, 
@@ -56,7 +56,7 @@
    path: '/qrcode',
    name: 'qrcode',
    meta: {
      title: '操作视频'
      title: 'OperatingVideo'
    },
    component: () => import('@/pages/qrcode')
  }, 
@@ -65,7 +65,7 @@
    path: '/contact',
    name: 'contact',
    meta: {
      title: '联系我们'
      title: 'ContactUs'
    },
    component: () => import('@/pages/contact')
  }, 
@@ -73,7 +73,7 @@
    path: '/others',
    name: 'others',
    meta: {
      title: '关于福光'
      title: 'AboutFUGUANG'
    },
    component: () => import('@/pages/others')
  },