add
吴健
10 天以前 f48c38125956578611832f6017b0cb2ffdbe3725
billion-ui/src/router/index.js
@@ -89,18 +89,18 @@
    ]
  },
  // 样机标签打印路由
  {
    path: '/main/bq',
    component: Layout,
    children: [
      {
        path: 'prototypeLabelPrinting',
        component: () => import('@/views/main/bq/prototypeLabelPrinting'),
        name: 'PrototypeLabelPrinting',
        meta: { title: '样机标签打印', icon: 'printer' }
      }
    ]
  },
  // {
  //   path: '/main/bq',
  //   component: Layout,
  //   children: [
  //     {
  //       path: 'prototypeLabelPrinting',
  //       component: () => import('@/views/main/bq/prototypeLabelPrinting'),
  //       name: 'PrototypeLabelPrinting',
  //       meta: { title: '样机标签打印', icon: 'printer' }
  //     }
  //   ]
  // },
  // 匹配所有路径
  {
    path: '*',