林致杰
2023-05-02 12ba273fcc3686e6ff014ee1ac4cbe932721a941
CIAQ报告预览支持
2个文件已修改
15 ■■■■■ 已修改文件
src/router.js 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router.js
@@ -156,16 +156,10 @@
      ]
    },
    {
      path: '/report',
      component: Layout,
      children: [
        {
          path: 'h5',
          component: () => import('@/views/report/reportH5'),
          name: 'reportH5',
          meta: { title: 'H5报告' }
        }
      ]
      path: '/report/h5',
      component: () => import('@/views/report/reportH5'),
      name: 'reportH5',
      meta: { title: 'H5报告' }
    }
  ]
})
vue.config.js
@@ -19,6 +19,7 @@
    hotOnly: false,
    proxy: {
      '/': {
        ws: false,
        target: 'http://127.0.0.1:8090',
        changeOrigin: true
      }